summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-025-141/+134
|\
| * bnx2x: Fix kdump when iommu=onYuval Mintz2015-04-011-23/+16
| * bnx2x: Fix kdump on 4-port deviceYuval Mintz2015-04-011-18/+35
| * bnx2x: Fix statistics locking schemeYuval Mintz2015-03-245-100/+83
* | ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2
* | ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-311-1/+1
* | bnx2x: Prevent probe as early as possibleYuval Mintz2015-03-311-0/+7
* | bnx2x: Count number of link changesYaniv Rosner2015-03-312-2/+27
* | bnx2x: Configure IFir et al. according to nvramYaniv Rosner2015-03-313-15/+55
* | ptp: bnx2x: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* | net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
|\|
| * bnx2x: fix encapsulation features on 57710/57711Michal Schmidt2015-03-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-101-0/+3
|\|
| * bnx2x: Force fundamental reset for EEH recoveryBrian King2015-03-051-0/+3
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-095-11/+11
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-033-5/+5
|/
* net: bnx2x: fix sparse warningsLad, Prabhakar2015-02-061-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-1/+1
|\
| * bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan2015-01-271-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* | net: bnx2x: avoid macro redefinitionDavid Decotigny2015-01-121-4/+0
* | bnx2x: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-1/+1
* | net: bnx2x: convert to timecounter adjtime.Richard Cochran2014-12-311-5/+1
* | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-311-1/+1
|/
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5
* bnx2x: fix typos in "configure"Jiri Benc2014-12-182-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-2/+10
|\
| * bnx2x: Implement ndo_gso_check()Joe Stringer2014-12-091-0/+7
| * bnx2x: Limit 1G link enforcementYaniv Rosner2014-12-091-2/+3
* | ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-1/+1
* | bnx2x: Use correct fastpath version for VFs.Yuval Mintz2014-12-097-5/+88
* | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+18
* | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-031-1/+1
* | bnx2x: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* | bnx2x: use napi_schedule_irqoff()Eric Dumazet2014-10-302-2/+2
|/
* bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz2014-09-193-21/+42
* bnx2x: New multi-function mode: UFPYuval Mintz2014-09-196-18/+200
* bnx2x: Changes with storage & MAC macrosDmitry Kravkov2014-09-195-42/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-084-54/+89
|\
| * bnx2x: Fix link problems for 1G SFP RJ45 moduleYaniv Rosner2014-09-063-36/+50
| * bnx2x: Configure device endianity on driver load and reset endianity on removal.Manish Chopra2014-09-021-18/+39
* | bnx2x: fix tunneled GSO over IPv6Dmitry Kravkov2014-09-021-1/+1
* | bnx2x: prevent incorrect byte-swap in BEDmitry Kravkov2014-09-021-20/+0
* | bnx2x: Fix sparse warningsYuval Mintz2014-08-302-8/+8
* | bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz2014-08-281-2/+2
* | bnx2x: Fix timesync endianityMichal Kalderon2014-08-261-2/+4
* | bnx2x: Be more forgiving toward SW GRODmitry Kravkov2014-08-261-1/+9
* | bnx2x: VF clean statisticsYuval Mintz2014-08-261-0/+5
* | bnx2x: Fix stop-on-errorYuval Mintz2014-08-262-6/+21