aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03mlxsw: spectrum_router: avoid potential uninitialized data usageArnd Bergmann1-3/+7
2016-10-03net/mlx5e: shut up maybe-uninitialized warningArnd Bergmann1-1/+1
2016-10-03cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann1-6/+1
2016-10-03net: fec: set mac address unconditionallyGavin Schenk1-7/+5
2016-10-03net: ethernet: mediatek: mark symbols static where possibleBaoyou Xie1-4/+4
2016-10-03cxgb4: mark cxgb_setup_tc() staticBaoyou Xie1-2/+2
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+17
2016-09-30mlx5: Add ndo_poll_controller() implementationCalvin Owens1-0/+20
2016-09-30nfp: bpf: zero extend 4 byte context loadsJakub Kicinski1-0/+2
2016-09-30mlx4: remove unused fieldsDavid Decotigny2-6/+0
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-09-29net: qcom/emac: initial ACPI supportTimur Tabi3-26/+95
2016-09-29net: qcom/emac: use device_get_mac_addressTimur Tabi1-6/+4
2016-09-29net: qcom/emac: do not use devm on internal phy pdevTimur Tabi2-9/+37
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov2-1/+3
2016-09-28rocker: use FIB notifications instead of switchdev callsJiri Pirko3-65/+185
2016-09-28mlxsw: spectrum_router: Use FIB notifications instead of switchdev callsJiri Pirko3-195/+260
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-27igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-09-27igb: fix non static symbol warningWei Yongjun1-2/+2
2016-09-27bnx2x: free the mac filter group list before freeing the cmdjbaron@akamai.com1-1/+1
2016-09-27net: ethernet: mediatek: bug fix to disable HW LRONelson Chang2-2/+3
2016-09-27net: ethernet: mediatek: add to stop PDMA while stopping the frame engineNelson Chang1-0/+1
2016-09-27net: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli3-31/+39
2016-09-27Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"Philippe Reynes1-8/+8
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli3-31/+39
2016-09-27net: fec: align IP header in hardwareEric Nelson1-1/+10
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson1-1/+1
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson1-1/+1
2016-09-26net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-50/+62
2016-09-26bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron1-37/+86
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron1-28/+51
2016-09-26nfp: bpf: improve handling for disabled BPF syscallArnd Bergmann2-10/+3
2016-09-26net: bcmgenet: remove unused function in bcmgenet.cBaoyou Xie1-122/+0
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie2-11/+14
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie1-4/+6
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-25be2net: fix non static symbol warningsWei Yongjun1-2/+2
2016-09-25net: smc91x: take into account register shiftRobert Jarzmik1-0/+3
2016-09-25cxgb4: fix -ve error check on a signed iqColin Ian King1-5/+5
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller7-70/+280
2016-09-24i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck4-22/+30
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2-8/+8
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11