summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-11-122-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-261-1/+0
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0
|\ \ | |/ |/|
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-16/+0
|\ \
| * | bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-231-16/+0
| |/
* | bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh2018-09-211-0/+1
* | bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh2018-09-211-0/+10
* | bnx2x: Add VF spoof-checking configurationShahed Shaikh2018-09-214-2/+82
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+10
|\
| * bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-241-3/+10
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+2
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-092-2/+4
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-033-0/+13
|\|
| * bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-303-0/+13
* | bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-304-4/+8
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+7
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-17/+6
|\
| * bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-17/+6
* | bnx2x: use the right constantJulia Lawall2018-06-061-1/+1
* | bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru2018-05-281-1/+6
|/
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-266-11/+17
* bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya2018-03-262-2/+4
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-211-1/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-1/+10
|\
| * bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-172-1/+10
* | bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens2018-02-011-0/+18
* | bnx2x: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-081-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-3/+15
|\ \
| * | bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-272-3/+15
| |/
* / bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-192-15/+17
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* bnx2x: fix slowpath null crashZhu Yanjun2017-11-141-3/+10
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1
* drivers: net: bnx2x: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-072-4/+6
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-072-2/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-072-5/+7
* bnx2x: fix format overflow warningArnd Bergmann2017-07-141-1/+2
* net: broadcom: bnx2x: make a couple of const arrays staticColin Ian King2017-07-131-2/+2
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-153-6/+29
|\|
| * bnx2x: Don't post statistics to malicious VFsMintz, Yuval2017-06-102-1/+13
| * bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval2017-06-101-4/+15
| * bnx2x: fix pf2vf bulletin DMA mapping leakMichal Schmidt2017-06-071-1/+1