aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-06bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck1-3/+12
2016-09-01bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli1-4/+15
2016-08-24bnx2x: Don't flush multicast MACsYuval Mintz1-6/+41
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck1-61/+33
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-3/+2
2016-03-18bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz1-0/+4
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2016-03-02bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt1-1/+1
2016-03-02bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt1-2/+1
2016-03-02bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt1-3/+5
2016-03-02bnx2x: fix crash on big-endian when adding VLANMichal Schmidt1-8/+5
2016-02-24bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann1-7/+7
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+1
2016-02-16bnx2x: Add support for single-port DCBxYuval Mintz1-1/+3
2016-02-16bnx2x: Add Geneve inner-RSS supportYuval Mintz1-53/+122
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet1-3/+0
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
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