summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-241-90/+109
* bnx2x: avoid two atomic ops per page on x86Eric Dumazet2017-01-231-10/+5
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-062-2/+11
|\ \
| * | bnx2x: Prevent tunnel config for 577xxMintz, Yuval2016-12-051-2/+2
| * | bnx2x: Correct ringparam estimate when DOWNMintz, Yuval2016-12-051-0/+8
| * | net: bnx2x: fix improper return valuePan Bian2016-12-051-0/+1
| |/
* | bnx2x: use reset to set network headerZhang Shengju2016-12-031-1/+1
* | bnx2x: switch to napi_complete_done()Eric Dumazet2016-11-161-7/+8
* | 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-184-26/+17
|/
* bnx2x: free the mac filter group list before freeing the cmdjbaron@akamai.com2016-09-271-1/+1
* bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron2016-09-261-37/+86
OpenPOWER on IntegriCloud