aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Delay during kdump loadYuval Mintz2015-04-291-0/+6
* bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt2015-04-293-31/+15
* bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt2015-04-295-18/+18
* bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt2015-04-292-5/+1
* bnx2x: really disable TPA if 'disable_tpa' option is setMichal Schmidt2015-04-271-2/+4
* bnx2x: Prevent inner-reload while VFs existYuval Mintz2015-04-222-9/+51
* bnx2x: Fix busy_poll vs netpollEric Dumazet2015-04-152-90/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-159-43/+113
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-025-141/+134
| |\
| * | 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
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-0/+3
| |\ \ \
| * | | | ethernet: codespell comment spelling fixesJoe Perches2015-03-085-11/+11
| * | | | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-033-5/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | | | | 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-235-100/+83
| |_|_|/ |/| | |
* | | | bnx2x: fix encapsulation features on 57710/57711Michal Schmidt2015-03-161-1/+1
| |_|/ |/| |
* | | bnx2x: Force fundamental reset for EEH recoveryBrian King2015-03-051-0/+3
| |/ |/|
* | net: bnx2x: fix sparse warningsLad, Prabhakar2015-02-051-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-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-301-5/+1
* | | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-301-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-081-2/+18
* | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-021-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-074-54/+89
|\