1. 01 4月, 2011 2 次提交
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 84daeb09
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        appletalk: Fix OOPS in atalk_release().
        mlx4: Fixing bad size of event queue buffer
        mlx4: Fixing use after free
        bonding:typo in comment
        sctp: Pass __GFP_NOWARN to hash table allocation attempts.
        connector: convert to synchronous netlink message processing
        fib: add rtnl locking in ip_fib_net_exit
        atm/solos-pci: Don't flap VCs when carrier state changes
        atm/solos-pci: Don't include frame pseudo-header on transmit hex-dump
        atm/solos-pci: Use VPI.VCI notation uniformly.
        Atheros, atl2: Fix mem leaks in error paths of atl2_set_eeprom
        netdev: fix mtu check when TSO is enabled
        net/usb: Ethernet quirks for the LG-VL600 4G modem
        phylib: phy_attach_direct: phy_init_hw can fail, add cleanup
        bridge: mcast snooping, fix length check of snooped MLDv1/2
        via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()
        via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variable
        net: gre: provide multicast mappings for ipv4 and ipv6
        bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()
        net: Fix warnings caused by MAX_SKB_FRAGS change.
      84daeb09
    • D
      appletalk: Fix OOPS in atalk_release(). · c100c8f4
      David S. Miller 提交于
      Commit 60d9f461 ("appletalk: remove
      the BKL") added a dereference of "sk" before checking for NULL in
      atalk_release().
      
      Guard the code block completely, rather than partially, with the
      NULL check.
      Reported-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c100c8f4
  2. 31 3月, 2011 13 次提交
  3. 30 3月, 2011 25 次提交