summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-07-261-9/+24
* bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2019-01-131-4/+10
* bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2019-01-131-1/+9
* bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2019-01-131-7/+27
* bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2019-01-131-1/+3
* bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-241-16/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+6
|\
| * bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-301-0/+6
* | bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-301-2/+2
|/
* bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-261-17/+6Star
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-2/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-211-1/+1
* bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens2018-02-011-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+13
|\
| * bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-271-1/+13
* | bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-191-3/+5
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* bnx2x: fix slowpath null crashZhu Yanjun2017-11-141-3/+10
* drivers: net: bnx2x: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* | bnx2x: Remove open coded carrier checkLeon Romanovsky2017-05-161-1/+1
|/
* bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-041-9/+9
* bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt2017-03-071-5/+11
* bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt2017-03-071-1/+19
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-071-2/+3
|\
| * bnx2x: Prevent tunnel config for 577xxMintz, Yuval2016-12-051-2/+2
| * net: bnx2x: fix improper return valuePan Bian2016-12-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\|
| * bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru2016-10-231-1/+1
* | ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-2/+5
|/
* bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron2016-09-261-28/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-4/+15
|\
| * bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli2016-09-021-4/+15
* | bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck2016-09-061-3/+12
* | bnx2x: Don't flush multicast MACsYuval Mintz2016-08-241-6/+41
|/
* bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2016-06-181-61/+33Star
* bnx2x: allow adding VLANs while interface is downMichal Schmidt2016-06-061-89/+62Star
* bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov2016-05-311-7/+10
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-3/+2Star
* bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz2016-03-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-12/+10Star
|\
| * bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt2016-03-021-1/+1
| * bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt2016-03-021-2/+1Star
| * bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt2016-03-021-3/+5
| * bnx2x: fix crash on big-endian when adding VLANMichal Schmidt2016-03-021-8/+5Star
* | bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann2016-02-251-7/+7