1. 17 Sep, 2007 2 commits
    • Linus Torvalds's avatar
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · edb1e967
      Linus Torvalds authored
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [VLAN]: Fix net_device leak.
        [PPP] generic: Fix receive path data clobbering & non-linear handling
        [PPP] generic: Call skb_cow_head before scribbling over skb
        [NET] skbuff: Add skb_cow_head
        [BRIDGE]: Kill clone argument to br_flood_*
        [PPP] pppoe: Fill in header directly in __pppoe_xmit
        [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return value
        [PPP] pppoe: Fix skb_unshare_check call position
        [SCTP]: Convert bind_addr_list locking to RCU
        [SCTP]: Add RCU synchronization around sctp_localaddr_list
        [PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning
        [PKTGEN]: srcmac fix
        [IPV6]: Fix source address selection.
        [IPV4]: Just increment OutDatagrams once per a datagram.
        [IPV6]: Just increment OutDatagrams once per a datagram.
        [IPV6]: Fix unbalanced socket reference with MSG_CONFIRM.
        [NET_SCHED] protect action config/dump from irqs
        [NET]: Fix two issues wrt. SO_BINDTODEVICE.
      edb1e967
    • Matthew Wilcox's avatar
      Fix non-ISA link error in drivers/scsi/advansys.c · fa890d58
      Matthew Wilcox authored
      When CONFIG_ISA is disabled, the isa_driver support will not be compiled
      in.  Define stubs so that we don't get link-time errors.
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      fa890d58
  2. 16 Sep, 2007 20 commits
  3. 15 Sep, 2007 9 commits
  4. 14 Sep, 2007 9 commits