summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Handle no aggregation ring gracefully.Michael Chan2016-12-292-4/+22
* bnxt_en: Set default completion ring for async events.Michael Chan2016-12-291-0/+30
* bnxt_en: Implement new scheme to reserve tx rings.Michael Chan2016-12-294-3/+83
* bnxt_en: Add IPV6 hardware RFS support.Michael Chan2016-12-292-19/+66
* bnxt_en: Assign additional vnics to VFs.Michael Chan2016-12-291-1/+4
* bnxt_en: Add new hardware RFS mode.Michael Chan2016-12-292-1/+27
* bnxt_en: Refactor code that determines RFS capability.Michael Chan2016-12-291-5/+33
* bnxt_en: Add function to get vnic capability.Michael Chan2016-12-293-0/+57
* bnxt_en: Refactor TPA code path.Michael Chan2016-12-291-1/+2
* bnxt_en: Fix and clarify link_info->advertising.Michael Chan2016-12-293-5/+6
* bnxt_en: Improve the IRQ disable sequence during shutdown.Michael Chan2016-12-291-43/+46
* bnxt_en: Use napi_complete_done()Michael Chan2016-12-291-2/+3
* bnxt_en: Remove busy poll logic in the driver.Michael Chan2016-12-292-149/+3Star
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-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 branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-2/+2
|\ \
| * | ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-2/+2
* | | bnxt_en: Add interface to support RDMA driver.Michael Chan2016-12-075-5/+483
* | | bnxt_en: Refactor the driver registration function with firmware.Michael Chan2016-12-072-5/+31
* | | bnxt_en: Reserve RDMA resources by default.Michael Chan2016-12-072-1/+66
* | | bnxt_en: Improve completion ring allocation for VFs.Michael Chan2016-12-073-12/+12
* | | bnxt_en: Move function reset to bnxt_init_one().Michael Chan2016-12-072-20/+6Star
* | | bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2016-12-072-69/+115
* | | bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2016-12-072-6/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-073-3/+12
|\ \ \
| * | | 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
| * | | netdev: broadcom: propagate error codePan Bian2016-12-051-1/+1
| | |/ | |/|
* | | bnxt_en: Add PFC statistics.Michael Chan2016-12-053-8/+36
* | | bnxt_en: Implement DCBNL to support host-based DCBX.Michael Chan2016-12-056-3/+557
* | | bnxt_en: Update firmware header file to latest 1.6.0.Michael Chan2016-12-054-621/+993
* | | bnxt_en: Re-factor bnxt_setup_tc().Michael Chan2016-12-052-8/+11
* | | bnx2x: use reset to set network headerZhang Shengju2016-12-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-9/+26
|\| |
| * | net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli2016-12-021-3/+5
| * | net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+6
| * | net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold2016-11-301-5/+12
| * | net: bcmgenet: fix phydev reference leakJohan Hovold2016-11-281-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-3/+12
|\| |
| * | bnxt: do not busy-poll when link is downAndy Gospodarek2016-11-241-0/+3
| * | bnxt_en: Fix a VXLAN vs GENEVE issueChristophe Jaillet2016-11-241-3/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+4
|\| |
| * | bnxt: add a missing rcu synchronizationEric Dumazet2016-11-171-0/+4
* | | bnx2: use READ_ONCE() instead of barrier()Eric Dumazet2016-11-211-12/+5Star
* | | bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan2016-11-171-3/+164
* | | bnxt_en: Add UDP RSS support for 57X1X chips.Michael Chan2016-11-172-8/+16
* | | bnxt_en: Enhance autoneg support.Michael Chan2016-11-172-0/+24