summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* 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
* bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron2016-09-261-28/+51
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-242-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-4/+15
|\
| * bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli2016-09-011-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-245-34/+241
|/
* bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2016-06-171-61/+33
* bnx2x: allow adding VLANs while interface is downMichal Schmidt2016-06-051-89/+62
* 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-201-3/+2
* bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz2016-03-181-0/+4
* bnx2x: don't wait for Tx completion on recoveryYuval Mintz2016-03-161-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-084-42/+34
|\
| * bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt2016-03-021-1/+1
| * bnx2x: define event data reserved fields as little-endianMichal Schmidt2016-03-021-6/+6
| * bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt2016-03-023-7/+5
| * bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt2016-03-021-3/+5
| * bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endianMichal Schmidt2016-03-022-5/+7
| * bnx2x: fix sending VF->PF messages on big-endianMichal Schmidt2016-03-021-6/+0
| * bnx2x: fix crash on big-endian when adding VLANMichal Schmidt2016-03-023-16/+12
* | net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* | bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann2016-02-241-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-49/+256
|\|
| * bnx2x: Fix 84833 phy command handlerYuval Mintz2016-02-212-29/+56
| * bnx2x: Fix led setting for 84858 phy.Yuval Mintz2016-02-212-5/+91
| * bnx2x: Correct 84858 PHY fw versionYuval Mintz2016-02-211-13/+79
| * bnx2x: Fix 84833 RX CRCYuval Mintz2016-02-211-0/+26
| * bnx2x: Fix link-forcing for KR2Yuval Mintz2016-02-211-2/+4
* | bnx2x: Add missing HSI for big-endian machinesYuval Mintz2016-02-181-1/+3
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-172-4/+6
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-173-1/+9
* | bnx2x: Warn about grc timeouts in register dumpYuval Mintz2016-02-161-0/+5