1. 22 Dec, 2013 4 commits
  2. 20 Dec, 2013 5 commits
  3. 19 Dec, 2013 7 commits
  4. 18 Dec, 2013 19 commits
  5. 17 Dec, 2013 5 commits
    • 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
    • David S. Miller's avatar
      Merge branch 'fixes-for-3.13' of git://gitorious.org/linux-can/linux-can · 78106927
      David S. Miller authored
      Marc Kleine-Budde says:
      
      ====================
      this is a pull request with two fixes for net/master, the current release
      cycle.
      
      It consists of a patch by Alexey Khoroshilov from the Linux Driver Verification
      project, which fixes a memory leak in ems_usb's failure patch. And a patch by
      me which fixes a memory leak in the peak usb driver.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      78106927
    • David S. Miller's avatar
      Merge branch 'qlcnic' · a7c12639
      David S. Miller authored
      Himanshu Madhani says:
      
      ====================
      qlcnic: Bug fixes.
      
      This series contains bug fixes for mailbox handling and multi Tx queue support
      for all supported adapters.
      
      changes from v1 -> v2
      o updated patch to fix usage of netif_tx_{wake,stop} api during link change
        as per David Miller's suggestion.
      o Dropped patch to use spinklock per tx queue for more work.
      o Added reworked patch for memory allocation failures.
      o Added patch to allow capturing of dump, when auto recovery is disabled in firmware.
      o Added patches for mailbox interrupt handling and debugging data for mailbox failure.
      
      Please apply to net.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a7c12639
    • Manish chopra's avatar
    • Manish chopra's avatar
      qlcnic: Fix mailbox processing during diagnostic test · e49df794
      Manish chopra authored
      o Do not enable mailbox polling in case of legacy interrupt.
        Process mailbox AEN/response from the interrupt.
      Signed-off-by: default avatarManish Chopra <manish.chopra@qlogic.com>
      Signed-off-by: default avatarHimanshu Madhani <himanshu.madhani@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e49df794