aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+13
2015-12-18bnx2x: Prevent FW assertion when using VxlanYuval Mintz1-9/+13
2015-12-08bnx2x: remove rx_pkt/rx_callsEric Dumazet2-6/+0
2015-12-08bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet1-30/+21
2015-12-05bnx2x: simplify distinction between port and func statsMichal Schmidt1-61/+56
2015-12-05bnx2x: change FW GRO error message to WARN_ONCEMichal Schmidt1-1/+1
2015-12-05bnx2x: drop redundant error message about allocation failureMichal Schmidt1-3/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-2/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-2/+0
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-10-11bnx2x: Prevent UDP 4-tuple configurations on older adaptersYuval Mintz1-0/+7
2015-09-24bnx2x: byte swap rss_key to comply to Toeplitz specsEric Dumazet1-2/+10
2015-09-17bnx2x: track vxlan port countJiri Benc2-2/+13
2015-09-11bnx2x: use ktime_get_seconds() for timestampArnd Bergmann1-4/+2
2015-08-27bnx2x: Add new device ids under the Qlogic vendorYuval Mintz1-0/+3
2015-08-20bnx2x: Fix vxlan endianity issueYuval Mintz1-1/+1
2015-08-18bnx2x: Add vxlan RSS supportRajesh Borundia3-0/+113
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz3-2/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+17
2015-08-10bnx2x: Free NVRAM lock at end of each pageYuval Mintz1-0/+16
2015-08-10bnx2x: Prevent null pointer dereference on SKB releaseYuval Mintz1-1/+1
2015-08-06bnx2x: Add BD support for storageYuval Mintz4-2/+118
2015-08-02bnx2x: Correct logic for pvid configuration.Yuval Mintz1-1/+1
2015-07-30bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2-0/+7
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz10-290/+905
2015-07-22bnx2x: Bump up driver version to 1.712.30Yuval Mintz1-1/+1
2015-07-22bnx2x: Add MFW dump supportYuval Mintz4-0/+51
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz8-15/+251
2015-07-22bnx2x: Add 84858 phy supportYaniv Rosner3-73/+232
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz25-88/+142
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz8-70/+136
2015-07-17bnx2x: only report most generic filters in get_ts_infoJacob Keller1-10/+1
2015-06-28bnx2x: fix DMA API usageMichal Schmidt3-24/+12
2015-06-28bnx2x: fix lockdep splatEric Dumazet1-1/+2
2015-06-25bnx2x: Fix linearization for encapsulated packetsYuval Mintz1-2/+7
2015-06-25bnx2x: Release nvram lock on error flowYuval Mintz1-0/+1
2015-06-25bnx2x: Fix statistics gathering on link changeAriel Elior1-0/+2
2015-06-25bnx2x: Fix self-test for 20g devicesYuval Mintz1-4/+8
2015-06-25bnx2x: Fix VF MAC removalShahed Shaikh1-1/+1
2015-06-25bnx2x: Don't notify about scratchpad paritiesManish Chopra2-10/+21
2015-06-25bnx2x: Prevent false warning when accessing MACsYuval Mintz1-1/+1