aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-04sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov1-0/+1
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree4-1/+7
2017-01-04dpaa_eth: Initialize CGR structure before initRoy Pledge1-0/+2
2017-01-04dpaa_eth: cleanup after init_phy() failureMadalin Bucur1-1/+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
2017-01-04LiquidIO VF: s/select/imply/ for PTP_1588_CLOCKNicolas Pitre1-1/+1
2017-01-04libcxgb: fix error check for ip6_route_output()Varun Prakash1-7/+5
2017-01-04net: usb: asix_devices: add .reset_resume for USB PMPeter Chen1-0/+1
2017-01-03net: vrf: Add missing Rx countersDavid Ahern1-0/+3
2017-01-03benet: stricter vxlan offloading check in be_features_checkSabrina Dubroca1-1/+3
2017-01-03net: macb: Updated resource allocation function calls to new version of API.Bartosz Folta1-17/+10
2017-01-03net: stmmac: dwmac-oxnas: use generic pm implementationJohan Hovold1-33/+5
2017-01-03net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaksJohan Hovold1-15/+26
2017-01-03net: stmmac: dwmac-oxnas: fix of-node leakJohan Hovold1-8/+2
2016-12-29sh_eth: fix branch prediction in sh_eth_interrupt()Sergei Shtylyov1-1/+1
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2-21/+19
2016-12-29net/mlx4_en: Fix type mismatch for 32-bit systemsSlava Shwartsman1-6/+2
2016-12-29net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2016-12-29net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2016-12-29net/mlx4_core: Use-after-free causes a resource leak in flow-steering detachJack Morgenstein1-2/+4
2016-12-29net: stmmac: Fix error path after register_netdev moveFlorian Fainelli1-1/+8
2016-12-28net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"Colin Ian King1-1/+1
2016-12-28net/mlx5e: Disable netdev after closeSaeed Mahameed1-4/+4
2016-12-28net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed1-7/+12
2016-12-28net/mlx5e: Check ets capability before initializing ets settingsHuy Nguyen1-0/+3
2016-12-28Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman3-72/+1
2016-12-28net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia1-1/+1
2016-12-28net/mlx5: Release FTE lock in error flowMaor Gottlieb1-0/+1
2016-12-28net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb1-0/+1
2016-12-28net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2016-12-28net/mlx5: Cancel recovery work in remove flowDaniel Jurgens1-2/+3
2016-12-28net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2016-12-28net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz1-0/+11
2016-12-27net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-10/+6
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-29/+59
2016-12-27net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong1-1/+3
2016-12-27r8169: add support for RTL8168 series add-on card.Chun-Hao Lin1-0/+1
2016-12-26net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-43/+41
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner8-17/+15
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner13-26/+26
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds113-113/+113
2016-12-23net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan1-1/+2
2016-12-23ipvlan: fix multicast processingMahesh Bandewar2-11/+20
2016-12-23ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2-14/+31
2016-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-127/+170
2016-12-23virtio-net: XDP support for small buffersJason Wang1-25/+87