aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17bnx2x: track vxlan port countJiri Benc1-2/+12
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-18bnx2x: Add vxlan RSS supportRajesh Borundia1-0/+109
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz1-1/+1
2015-08-06bnx2x: Add BD support for storageYuval Mintz1-0/+85
2015-07-30bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz1-0/+2
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz1-18/+232
2015-07-22bnx2x: Add MFW dump supportYuval Mintz1-0/+28
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz1-11/+45
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz1-24/+26
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz1-0/+2
2015-06-28bnx2x: fix lockdep splatEric Dumazet1-1/+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 Chopra1-6/+14
2015-06-25bnx2x: Correct speed from baseT into KR.Yuval Mintz1-0/+13
2015-06-25bnx2x: Correct asymmetric flow-controlYuval Mintz1-7/+3
2015-06-01bnx2x: Move statistics implementation into semaphoresYuval Mintz1-4/+5
2015-05-10bnx2x: limit fw delay in kdump to 5s after bootMichal Schmidt1-2/+7
2015-04-29bnx2x: Delay during kdump loadYuval Mintz1-0/+6
2015-04-29bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt1-4/+1
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt1-2/+2
2015-04-29bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-45/+54
2015-04-01bnx2x: Fix kdump when iommu=onYuval Mintz1-23/+16
2015-04-01bnx2x: Fix kdump on 4-port deviceYuval Mintz1-18/+35
2015-03-31ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-1/+1
2015-03-31bnx2x: Prevent probe as early as possibleYuval Mintz1-0/+7
2015-03-31ptp: bnx2x: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-23bnx2x: Fix statistics locking schemeYuval Mintz1-4/+3
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-16bnx2x: fix encapsulation features on 57710/57711Michal Schmidt1-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-03-05bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+3
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-02-05net: bnx2x: fix sparse warningsLad, Prabhakar1-3/+3
2015-01-02bnx2x: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-30net: bnx2x: convert to timecounter adjtime.Richard Cochran1-5/+1
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-18bnx2x: fix typos in "configure"Jiri Benc1-2/+2
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-12-09bnx2x: Implement ndo_gso_check()Joe Stringer1-0/+7
2014-12-09bnx2x: Use correct fastpath version for VFs.Yuval Mintz1-0/+2
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-10-30bnx2x: use napi_schedule_irqoff()Eric Dumazet1-1/+1
2014-09-19bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz1-10/+35
2014-09-19bnx2x: New multi-function mode: UFPYuval Mintz1-17/+112