summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22bnx2x: Utilize FW 7.10.51Dmitry Kravkov1-32/+33
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2014-07-24bnx2x: fix crash during TSO tunnelingDmitry Kravkov1-0/+9
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-01bnx2x: VF can report link speedDmitry Kravkov1-21/+34
2014-07-01bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+13
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2014-06-03bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com1-0/+12
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-25bnx2x: Support mng. request for driver versionYuval Mintz1-0/+7
2014-03-14bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2014-02-27bnx2x: Add missing bit in default Tx switchingYuval Mintz1-1/+8
2014-02-26bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt1-0/+5
2014-02-26bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt1-4/+3
2014-02-25bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches1-29/+48
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-18bnx2x: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+20
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-2/+2
2014-02-12bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz1-5/+13
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+15
2014-01-13bnx2x: namespace and dead code cleanupsstephen hemminger1-15/+52
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-10bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2014-01-09bnx2x: prevent WARN during driver unloadYuval Mintz1-8/+4
2013-12-26bnx2x: Add support for Multi-Function UNDIYuval Mintz1-4/+8
2013-12-19bnx2x: cleanup skb_set_hashTom Herbert1-12/+11
2013-12-18net: bnx2x calls skb_set_hashTom Herbert1-4/+7
2013-11-18bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov1-0/+4
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov1-5/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-10-17bnx2x: record rx queue for LRO packetsEric Dumazet1-0/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-09-30net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet1-8/+10
2013-09-23bnx2x: prevent masking error from cnicYuval Mintz1-2/+1
2013-09-13bnx2x: Use pci_dev pm_capJon Mason1-4/+4
2013-09-11bnx2x: avoid atomic allocations during initializationMichal Schmidt1-15/+23
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2013-09-05bnx2x: VF RSS support - VF sideAriel Elior1-42/+43
2013-09-05bnx2x: VF RSS support - PF sideAriel Elior1-0/+5
2013-08-27bnx2x: Fix VF memory leak unloadAriel Elior1-1/+2
2013-08-27bnx2x: Fix move FP memory deallocationsYuval Mintz1-0/+6
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-01bnx2x: Revising locking scheme for MAC configurationYuval Mintz1-7/+9
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-11bnx2x: fix tunneling CSUM calculationDmitry Kravkov1-3/+3
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1