summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Merge branch 'move-the-SIOCDELRT-and-SIOCADDRT-compat_ioctl-handlers-v3'David S. Miller13-150/+202
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig4-73/+94
2020-05-19appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig1-13/+20
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig8-46/+77
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig3-35/+28
2020-05-19igc: Remove unneeded registerSasha Neftin1-1/+0
2020-05-19igc: Remove unneeded definitionSasha Neftin1-1/+0
2020-05-19igc: Use netdev log helpers in igc_base.cAndre Guedes1-3/+3
2020-05-19igc: Use netdev log helpers in igc_dump.cAndre Guedes1-55/+54
2020-05-19igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-05-19igc: Use netdev log helpers in igc_ethtool.cAndre Guedes1-20/+21
2020-05-19net: phy: simplify phy_link_change argumentsDoug Berger4-16/+13
2020-05-19igc: add support to eeprom, registers and link self-testsVitaly Lifshits7-3/+285
2020-05-19igc: Use netdev log helpers in igc_main.cAndre Guedes1-61/+50
2020-05-19igc: Add ECN support for TSOSasha Neftin1-0/+1
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2
2020-05-17Merge branch 'mptcp-do-not-block-on-subflow-socket'David S. Miller3-40/+109
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal3-5/+9
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal1-14/+13
2020-05-17selftests: Drop 'pref medium' in route checksDavid Ahern1-2/+2
2020-05-17Merge branch 'net-ipa-sc7180-suspend-resume'David S. Miller2-12/+3
2020-05-17net: ipa: do not clear interrupt in gsi_channel_start()Alex Elder1-10/+1
2020-05-17net: ipa: don't use noirq suspend/resume callbacksAlex Elder1-2/+2
2020-05-17Merge branch 'mlxsw-Reorganize-trap-data'David S. Miller9-323/+572
2020-05-17selftests: mlxsw: Do not hard code trap group nameIdo Schimmel7-72/+43
2020-05-17selftests: devlink_lib: Remove double blank lineIdo Schimmel1-1/+0
2020-05-17mlxsw: spectrum_trap: Store all trap data in one arrayIdo Schimmel2-143/+326
2020-05-17mlxsw: spectrum_trap: Store all trap group data in one arrayIdo Schimmel2-41/+110
2020-05-17mlxsw: spectrum_trap: Store all trap policer data in one arrayIdo Schimmel2-62/+89
2020-05-17mlxsw: spectrum_trap: Move struct definition out of header fileIdo Schimmel2-6/+6
2020-05-17r8169: remove remaining call to mdiobus_unregisterHeiner Kallweit1-1/+0
2020-05-16Merge branch 'ethtool-set_channels-add-a-few-more-checks'David S. Miller3-4/+30
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski1-0/+6
2020-05-16nfp: don't check lack of RX/TX channelsJakub Kicinski1-2/+1
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2-2/+23
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch4-10/+31
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel4-10/+44
2020-05-16dpaa2-eth: add bulking to XDP_TXIoana Ciornei2-23/+46
2020-05-16net: phy: broadcom: fix checkpatch complains about tabsKevin Lo1-1/+1
2020-05-16Merge tag 'mlx5-updates-2020-05-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-204/+554
2020-05-16ethernet: ti: am65-cpts: Add missing inline qualifier to stub functionsNathan Chancellor1-4/+4
2020-05-16net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan5-73/+84
2020-05-16net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy8-36/+84
2020-05-16net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit1-3/+12
2020-05-16net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit7-9/+24