summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-14bnx2x: fix slowpath null crashZhu Yanjun1-3/+10
2017-09-21drivers: net: bnx2x: use setup_timer() helper.Allen Pais1-3/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-25bnx2x: Don't log mc removal needlesslyMintz, Yuval1-1/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-04-04bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King1-9/+9
2017-03-08bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt1-5/+11
2017-03-08bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt1-1/+19
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-12-05bnx2x: Prevent tunnel config for 577xxMintz, Yuval1-2/+2
2016-12-05net: bnx2x: fix improper return valuePan Bian1-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-24bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru1-1/+1
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson1-2/+5
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron1-28/+51
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2016-09-07bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck1-3/+12
2016-09-02bnx2x: 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-18bnx2x: Move all UDP port notifiers to single functionAlexander Duyck1-61/+33
2016-06-06bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-06-01bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-3/+2
2016-03-19bnx2x: 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-25bnx2x: 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-17bnx2x: Add support for single-port DCBxYuval Mintz1-1/+3
2016-02-17bnx2x: Add Geneve inner-RSS supportYuval Mintz1-53/+122
2015-12-04Merge 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-19bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet1-3/+0
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
2015-09-18bnx2x: track vxlan port countJiri Benc1-2/+12
2015-09-12bnx2x: use ktime_get_seconds() for timestampArnd Bergmann1-4/+2
2015-08-28bnx2x: Add new device ids under the Qlogic vendorYuval Mintz1-0/+3
2015-08-19bnx2x: Add vxlan RSS supportRajesh Borundia1-0/+109
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz1-1/+1
2015-08-07bnx2x: 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-30bnx2x: 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