summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+18
2017-01-14bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.Michael Chan1-0/+5
2017-01-14bnxt_en: Add support for ethtool -p.Michael Chan4-1/+123
2017-01-14bnxt_en: Update to firmware interface spec to 1.6.1.Michael Chan1-24/+237
2017-01-14bnxt_en: Clear TPA flags when BNXT_FLAG_NO_AGG_RINGS is set.Michael Chan1-0/+2
2017-01-14bnxt_en: Fix compiler warnings when CONFIG_RFS_ACCEL is not defined.Michael Chan1-0/+2
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-09net: remove useless memset's in drivers get_stats64stephen hemminger1-2/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger4-15/+9
2017-01-08tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+11
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-29bnxt_en: Handle no aggregation ring gracefully.Michael Chan2-4/+22
2016-12-29bnxt_en: Set default completion ring for async events.Michael Chan1-0/+30
2016-12-29bnxt_en: Implement new scheme to reserve tx rings.Michael Chan4-3/+83
2016-12-29bnxt_en: Add IPV6 hardware RFS support.Michael Chan2-19/+66
2016-12-29bnxt_en: Assign additional vnics to VFs.Michael Chan1-1/+4
2016-12-29bnxt_en: Add new hardware RFS mode.Michael Chan2-1/+27
2016-12-29bnxt_en: Refactor code that determines RFS capability.Michael Chan1-5/+33
2016-12-29bnxt_en: Add function to get vnic capability.Michael Chan3-0/+57
2016-12-29bnxt_en: Refactor TPA code path.Michael Chan1-1/+2
2016-12-29bnxt_en: Fix and clarify link_info->advertising.Michael Chan3-5/+6
2016-12-29bnxt_en: Improve the IRQ disable sequence during shutdown.Michael Chan1-43/+46
2016-12-29bnxt_en: Use napi_complete_done()Michael Chan1-2/+3
2016-12-29bnxt_en: Remove busy poll logic in the driver.Michael Chan2-149/+3
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-13Merge 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-07Merge 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