1. 22 Dec, 2013 8 commits
  2. 20 Dec, 2013 5 commits
  3. 19 Dec, 2013 7 commits
  4. 18 Dec, 2013 19 commits
  5. 17 Dec, 2013 1 commit
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 8b803841
      Linus Torvalds authored
      Pull networking fixes from David Miller:
       "A quick batch of fixes, including the annoying bad lock stack problem
        introduced by udp_sk_rx_dst_set() locking change:
      
         1) Use xchg() instead of sk_dst_lock() in udp_sk_rx_dst_set(), from
            Eric Dumazet.
      
         2) qlcnic bug fixes from Himanshu Madhani and Manish Chopra.
      
         3) Update IPSEC MAINTAINERS entry, from Steffen Klassert.
      
         4) Administrative neigh entry changes should generate netlink
            notifications the same as event generated ones.  From Bob
            Gilligan.
      
         5) Netfilter SYNPROXY fixes from Patrick McHardy.
      
         6) Netfilter nft_reject endianness fixes from Eric Leblond"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
        qlcnic: Dump mailbox registers when mailbox command times out.
        qlcnic: Fix mailbox processing during diagnostic test
        qlcnic: Allow firmware dump collection when auto firmware recovery is disabled
        qlcnic: Fix memory allocation
        qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.
        qlcnic: Fix TSS/RSS ring validation logic.
        qlcnic: Fix diagnostic test for all adapters.
        qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.
        xen-netback: fix fragments error handling in checksum_setup_ip()
        neigh: Netlink notification for administrative NUD state change
        ipv4: improve documentation of ip_no_pmtu_disc
        net: unix: allow bind to fail on mutex lock
        MAINTAINERS: Update the IPsec maintainer entry
        udp: ipv4: do not use sk_dst_lock from softirq context
        netvsc: don't flush peers notifying work during setting mtu
        can: peak_usb: fix mem leak in pcan_usb_pro_init()
        can: ems_usb: fix urb leaks on failure paths
        sctp: loading sctp when load sctp_probe
        netfilter: nft_reject: fix endianness in dump function
        netfilter: SYNPROXY target: restrict to INPUT/FORWARD
      8b803841