aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-17r8169: keep pause settings on interface down/up cycleHeiner Kallweit1-5/+9
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski86-582/+712
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds18-248/+127
2021-04-17Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-18/+55
2021-04-17Merge tag 'cxl-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-63/+89
2021-04-16cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-16net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-16net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-16net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean2-7/+40
2021-04-16net: enetc: increase TX ring sizeVladimir Oltean1-1/+1
2021-04-16net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean1-5/+0
2021-04-16net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean1-2/+2
2021-04-16net: enetc: recycle buffers for frames with RX errorsVladimir Oltean1-0/+2
2021-04-16net: enetc: rename the buffer reuse helpersVladimir Oltean1-30/+24
2021-04-16net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean1-2/+0
2021-04-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller10-11/+478
2021-04-16mlx5: implement ethtool standard statsJakub Kicinski3-7/+182
2021-04-16bnxt: implement ethtool standard statsJakub Kicinski1-0/+125
2021-04-16mlxsw: implement ethtool standard statsJakub Kicinski1-0/+129
2021-04-16Merge tag 'mlx5-updates-2021-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller21-344/+570
2021-04-16gianfar: Drop GFAR_MQ_POLLING supportClaudiu Manoil2-176/+11
2021-04-16veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen1-4/+3
2021-04-16net: ipa: optionally define firmware name via DTAlex Elder1-8/+15
2021-04-16virtio-net: page_to_skb() use build_skb when there's sufficient tailroomXuan Zhuo1-21/+48
2021-04-16net: Add Qcom WWAN control driverLoic Poulain3-0/+298
2021-04-16net: Add a WWAN subsystemLoic Poulain5-0/+585
2021-04-16net: mvpp2: Add parsing support for different IPv4 IHL valuesStefan Chulski2-67/+43
2021-04-16r8152: search the configuration of vendor modeHayes Wang1-4/+35
2021-04-16r8152: support PHY firmware for RTL8156 seriesHayes Wang1-2/+561
2021-04-16r8152: support new chipsHayes Wang1-65/+2149
2021-04-16r8152: add help function to change mtuHayes Wang1-22/+31
2021-04-16r8152: adjust rtl8152_check_firmware functionHayes Wang1-22/+29
2021-04-16r8152: set inter fram gap time depending on speedHayes Wang1-0/+28
2021-04-16net: ethernet: mediatek: ppe: fix busy wait loopIlya Lipnitskiy2-11/+10
2021-04-16atl1c: move tx cleanup processing out of interruptGatis Peisenieks2-10/+36
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean6-11/+12
2021-04-16igc: Expose LPI countersSasha Neftin1-0/+2
2021-04-16igc: Fix overwrites return valueSasha Neftin1-2/+2
2021-04-16igc: enable auxiliary PHC functions for the i225Ederson de Souza5-3/+405
2021-04-16igc: Enable internal i225 PPSEderson de Souza3-1/+37
2021-04-16igb: Add double-check MTA_REGISTER for i210 and i211Grzegorz Siwik1-0/+27
2021-04-16net/mlx5: Enhance diagnostics info for TX/RX reportersAya Levin2-0/+12
2021-04-16net/mlx5: Add helper to initialize 1PPSAya Levin1-8/+17
2021-04-16net/mlx5e: Add ethtool extended link stateMoshe Tal1-0/+171
2021-04-16net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()Maor Dickman1-8/+8
2021-04-16net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy5-116/+114
2021-04-16net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy5-113/+78
2021-04-16net/mlx5e: Use mlx5e_safe_switch_channels when channels are closedMaxim Mikityanskiy5-127/+40
2021-04-16net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closedMaxim Mikityanskiy1-13/+27