1. 03 11月, 2011 8 次提交
  2. 01 11月, 2011 6 次提交
  3. 30 10月, 2011 9 次提交
  4. 29 10月, 2011 2 次提交
  5. 28 10月, 2011 13 次提交
  6. 27 10月, 2011 2 次提交
    • E
      ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT · b903d324
      Eric Dumazet 提交于
      commit 66b13d99 (ipv4: tcp: fix TOS value in ACK messages sent from
      TIME_WAIT) fixed IPv4 only.
      
      This part is for the IPv6 side, adding a tclass param to ip6_xmit()
      
      We alias tw_tclass and tw_tos, if socket family is INET6.
      
      [ if sockets is ipv4-mapped, only IP_TOS socket option is used to fill
      TOS field, TCLASS is not taken into account ]
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b903d324
    • L
      Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux · 138c4ae9
      Linus Torvalds 提交于
      * 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux:
        tools, slub: Fix off-by-one buffer corruption after readlink() call
        slub: Discard slab page when node partial > minimum partial number
        slub: correct comments error for per cpu partial
        mm: restrict access to slab files under procfs and sysfs
        slub: Code optimization in get_partial_node()
        slub: doc: update the slabinfo.c file path
        slub: explicitly document position of inserting slab to partial list
        slub: update slabinfo tools to report per cpu partial list statistics
        slub: per cpu cache for partial pages
        slub: return object pointer from get_partial() / new_slab().
        slub: pass kmem_cache_cpu pointer to get_partial()
        slub: Prepare inuse field in new_slab()
        slub: Remove useless statements in __slab_alloc
        slub: free slabs without holding locks
        slub: use print_hex_dump
        slab: use print_hex_dump
      138c4ae9