summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal2020-05-171-14/+0
* mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-1/+6
* mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-4/+14
* mptcp: avoid blocking in tcp_sendpagesFlorian Westphal2020-05-171-3/+32
* mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal2020-05-171-0/+36
* mptcp: move common nospace-pattern to a helperFlorian Westphal2020-05-171-14/+13
* selftests: Drop 'pref medium' in route checksDavid Ahern2020-05-171-2/+2
* Merge branch 'net-ipa-sc7180-suspend-resume'David S. Miller2020-05-172-12/+3
|\
| * net: ipa: do not clear interrupt in gsi_channel_start()Alex Elder2020-05-171-10/+1
| * net: ipa: don't use noirq suspend/resume callbacksAlex Elder2020-05-171-2/+2
|/
* Merge branch 'mlxsw-Reorganize-trap-data'David S. Miller2020-05-179-323/+572
|\
| * selftests: mlxsw: Do not hard code trap group nameIdo Schimmel2020-05-177-72/+43
| * selftests: devlink_lib: Remove double blank lineIdo Schimmel2020-05-171-1/+0
| * mlxsw: spectrum_trap: Store all trap data in one arrayIdo Schimmel2020-05-172-143/+326
| * mlxsw: spectrum_trap: Store all trap group data in one arrayIdo Schimmel2020-05-172-41/+110
| * mlxsw: spectrum_trap: Store all trap policer data in one arrayIdo Schimmel2020-05-172-62/+89
| * mlxsw: spectrum_trap: Move struct definition out of header fileIdo Schimmel2020-05-172-6/+6
|/
* r8169: remove remaining call to mdiobus_unregisterHeiner Kallweit2020-05-171-1/+0
* Merge branch 'ethtool-set_channels-add-a-few-more-checks'David S. Miller2020-05-163-4/+30
|\
| * ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski2020-05-161-0/+6
| * nfp: don't check lack of RX/TX channelsJakub Kicinski2020-05-161-2/+1
| * ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2020-05-162-2/+23
|/
* mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch2020-05-164-10/+31
* netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-164-10/+44
* dpaa2-eth: add bulking to XDP_TXIoana Ciornei2020-05-162-23/+46
* net: phy: broadcom: fix checkpatch complains about tabsKevin Lo2020-05-161-1/+1
* Merge tag 'mlx5-updates-2020-05-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-05-1624-204/+554
|\
| * net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan2020-05-165-73/+84
| * net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy2020-05-168-36/+84
| * net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit2020-05-161-3/+12
| * net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit2020-05-167-9/+24
| * net/mlx5e: CT: Fix offload with CT action after CT NAT actionRoi Dayan2020-05-161-22/+286
| * net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha2020-05-164-24/+21
| * net/mlx5: Wait for inactive autogroupsPaul Blakey2020-05-161-3/+5
| * net/mlx5: Drain wq first during PCI device removalParav Pandit2020-05-161-3/+2
| * net/mlx5: Have single error unwinding pathParav Pandit2020-05-161-4/+3
| * net/mlx5: Fix a bug of releasing wrong chunks on > 4K page size systemsEran Ben Elisha2020-05-161-22/+22
| * net/mlx5: Dedicate fw page to the requesting functionEran Ben Elisha2020-05-161-5/+11
* | ethernet: ti: am65-cpts: Add missing inline qualifier to stub functionsNathan Chancellor2020-05-161-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-15342-1523/+3458
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-1578-204/+459
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-1514-43/+137
| | |\
| | | * Merge branch 'restrict-bpf_probe_read'Alexei Starovoitov2020-05-158-35/+101
| | | |\
| | | | * bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-153-32/+88
| | | | * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| | | | * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-155-2/+10
| | | |/
| | | * selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song2020-05-141-2/+2
| | | * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| | | * security: Fix the default value of secid_to_secctx hookAnders Roxell2020-05-141-1/+1
| | | * libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar2020-05-141-2/+2