summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-16Merge branch 'net-ipa-sc7180-suspend-resume'David S. Miller2-12/+3
2020-05-16net: ipa: do not clear interrupt in gsi_channel_start()Alex Elder1-10/+1
2020-05-16net: ipa: don't use noirq suspend/resume callbacksAlex Elder1-2/+2
2020-05-16Merge branch 'mlxsw-Reorganize-trap-data'David S. Miller9-323/+572
2020-05-16selftests: mlxsw: Do not hard code trap group nameIdo Schimmel7-72/+43
2020-05-16selftests: devlink_lib: Remove double blank lineIdo Schimmel1-1/+0
2020-05-16mlxsw: spectrum_trap: Store all trap data in one arrayIdo Schimmel2-143/+326
2020-05-16mlxsw: spectrum_trap: Store all trap group data in one arrayIdo Schimmel2-41/+110
2020-05-16mlxsw: spectrum_trap: Store all trap policer data in one arrayIdo Schimmel2-62/+89
2020-05-16mlxsw: spectrum_trap: Move struct definition out of header fileIdo Schimmel2-6/+6
2020-05-16r8169: 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-15Merge tag 'mlx5-updates-2020-05-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-204/+554
2020-05-15ethernet: ti: am65-cpts: Add missing inline qualifier to stub functionsNathan Chancellor1-4/+4
2020-05-15net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan5-73/+84
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy8-36/+84
2020-05-15net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit1-3/+12
2020-05-15net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit7-9/+24
2020-05-15net/mlx5e: CT: Fix offload with CT action after CT NAT actionRoi Dayan1-22/+286
2020-05-15net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha4-24/+21
2020-05-15net/mlx5: Wait for inactive autogroupsPaul Blakey1-3/+5
2020-05-15net/mlx5: Drain wq first during PCI device removalParav Pandit1-3/+2
2020-05-15net/mlx5: Have single error unwinding pathParav Pandit1-4/+3
2020-05-15net/mlx5: Fix a bug of releasing wrong chunks on > 4K page size systemsEran Ben Elisha1-22/+22
2020-05-15net/mlx5: Dedicate fw page to the requesting functionEran Ben Elisha1-5/+11
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller342-1523/+3458
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds78-204/+459
2020-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-39/+68
2020-05-15Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+22
2020-05-15Merge tag 'riscv-for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-21/+25
2020-05-15Merge branch 'mptcp-fix-MP_JOIN-failure-handling'David S. Miller7-26/+35
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni1-6/+9
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni2-5/+9
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni5-15/+17
2020-05-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2020-05-15net: phy: tja11xx: execute cable test on link upOleksij Rempel1-5/+43
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller14-43/+137