1. 27 11月, 2007 3 次提交
  2. 22 11月, 2007 5 次提交
  3. 02 11月, 2007 3 次提交
  4. 28 10月, 2007 8 次提交
  5. 27 10月, 2007 18 次提交
  6. 26 10月, 2007 3 次提交
    • L
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · ec3b67c1
      Linus Torvalds 提交于
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (32 commits)
        [NetLabel]: correct usage of RCU locking
        [TCP]: fix D-SACK cwnd handling
        [NET] napi: use non-interruptible sleep in napi_disable
        [SCTP] net/sctp/auth.c: make 3 functions static
        [TCP]: Add missing I/O AT code to ipv6 side.
        [SCTP]: #if 0 sctp_update_copy_cksum()
        [INET]: Unexport icmpmsg_statistics
        [NET]: Unexport sock_enable_timestamp().
        [TCP]: Make tcp_match_skb_to_sack() static.
        [IRDA]: Make ircomm_tty static.
        [NET] fs/proc/proc_net.c: make a struct static
        [NET] dev_change_name: ignore changes to same name
        [NET]: Document some simple rules for actions
        [NET_CLS_ACT]: Use skb_act_clone
        [NET_CLS_ACT]: Introduce skb_act_clone
        [TCP]: Fix scatterlist handling in MD5 signature support.
        [IPSEC]: Fix scatterlist handling in skb_icv_walk().
        [IPSEC]: Add missing sg_init_table() calls to ESP.
        [CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
        [CRYPTO]: HMAC needs some more scatterlist fixups.
        ...
      ec3b67c1
    • A
      De-constify sched.h · e868171a
      Alexey Dobriyan 提交于
      [PATCH] De-constify sched.h
      
      This reverts commit a8972ccf ("sched:
      constify sched.h")
      
       1) Patch doesn't change any code here, so gcc is already smart enough
          to "feel" constness in such simple functions.
       2) There is no such thing as const task_struct.  Anyone who think
          otherwise deserves compiler warning.
      Signed-off-by: NAlexey Dobriyan <adobriyan@sw.ru>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e868171a
    • P
      [NetLabel]: correct usage of RCU locking · 4be2700f
      Paul Moore 提交于
      This fixes some awkward, and perhaps even problematic, RCU lock usage in the
      NetLabel code as well as some other related trivial cleanups found when
      looking through the RCU locking.  Most of the changes involve removing the
      redundant RCU read locks wrapping spinlocks in the case of a RCU writer.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4be2700f