summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25
2017-01-20bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann1-2/+4
2017-01-18bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan1-1/+1
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-01-07tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-01-04net: systemport: Pad packet before inserting TSBFlorian Fainelli1-9/+9
2017-01-04net: systemport: Utilize skb_put_padto()Florian Fainelli1-3/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2016-12-07bnxt_en: Add interface to support RDMA driver.Michael Chan5-5/+483
2016-12-07bnxt_en: Refactor the driver registration function with firmware.Michael Chan2-5/+31
2016-12-07bnxt_en: Reserve RDMA resources by default.Michael Chan2-1/+66
2016-12-07bnxt_en: Improve completion ring allocation for VFs.Michael Chan3-12/+12
2016-12-07bnxt_en: Move function reset to bnxt_init_one().Michael Chan2-20/+6
2016-12-07bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2-69/+115
2016-12-07bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2-6/+12
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+12
2016-12-05bnx2x: Prevent tunnel config for 577xxMintz, Yuval1-2/+2
2016-12-05bnx2x: Correct ringparam estimate when DOWNMintz, Yuval1-0/+8
2016-12-05net: bnx2x: fix improper return valuePan Bian1-0/+1
2016-12-05netdev: broadcom: propagate error codePan Bian1-1/+1
2016-12-05bnxt_en: Add PFC statistics.Michael Chan3-8/+36
2016-12-05bnxt_en: Implement DCBNL to support host-based DCBX.Michael Chan6-3/+557
2016-12-05bnxt_en: Update firmware header file to latest 1.6.0.Michael Chan4-621/+993
2016-12-05bnxt_en: Re-factor bnxt_setup_tc().Michael Chan2-8/+11
2016-12-03bnx2x: use reset to set network headerZhang Shengju1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+26
2016-12-02net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-11-29net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold1-0/+6
2016-11-29net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold1-5/+12
2016-11-27net: bcmgenet: fix phydev reference leakJohan Hovold1-1/+3
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2016-11-24bnxt: do not busy-poll when link is downAndy Gospodarek1-0/+3
2016-11-23bnxt_en: Fix a VXLAN vs GENEVE issueChristophe Jaillet1-3/+9
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-11-21bnx2: use READ_ONCE() instead of barrier()Eric Dumazet1-12/+5
2016-11-16bnxt: add a missing rcu synchronizationEric Dumazet1-0/+4
2016-11-16bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan1-3/+164
2016-11-16bnxt_en: Add UDP RSS support for 57X1X chips.Michael Chan2-8/+16
2016-11-16bnxt_en: Enhance autoneg support.Michael Chan2-0/+24
2016-11-16bnxt_en: Update firmware interface spec to 1.5.4.Michael Chan2-5/+94
2016-11-16bnx2x: switch to napi_complete_done()Eric Dumazet1-7/+8
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-2/+2
2016-11-15net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_resetFlorian Fainelli1-1/+1
2016-11-15net: bnx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-33/+41