summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-082-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+1
|\|
| * bnx2x: Fix Multi-CosMintz, Yuval2017-06-011-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
|/
* treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-081-1/+1
* bnx2x: Align RX buffersScott Wood2017-04-301-0/+1
* bnx2x: Get rid of useless temporary variableAndy Shevchenko2017-04-301-9/+5
* bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko2017-04-301-11/+9
* bnx2x: Replace custom scnprintf()Andy Shevchenko2017-04-301-70/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-12/+12
|\
| * bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+4
|/
* bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt2017-03-071-0/+17
* bnx2x: fix incorrect filter count in an error messageMichal Schmidt2017-03-071-1/+1
* bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2017-03-072-1/+8
* bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt2017-03-071-5/+11
* bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt2017-03-071-12/+11
* bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt2017-03-071-6/+8
* bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt2017-03-071-1/+19
* scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1