summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: send out dedicated ADD_ADDR packetGeliang Tang2020-11-215-6/+80
* mptcp: change add_addr_signal typeGeliang Tang2020-11-212-9/+21
* mptcp: keep unaccepted MPC subflow into join listPaolo Abeni2020-11-213-21/+22
* selftests: mptcp: add link failure test caseFlorian Westphal2020-11-211-22/+82
* mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal2020-11-211-1/+4
* mptcp: fix state tracking for fallback socketPaolo Abeni2020-11-211-5/+13
* mptcp: drop WORKER_RUNNING status bitPaolo Abeni2020-11-212-8/+1
* Merge branch 'mlxsw-add-support-for-nexthop-objects'Jakub Kicinski2020-11-216-15/+1201
|\
| * selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel2020-11-211-0/+356
| * selftests: forwarding: Add device-only nexthop testIdo Schimmel2020-11-211-0/+160
| * selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel2020-11-211-0/+11
| * selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel2020-11-211-1/+0
| * selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel2020-11-211-0/+189
| * mlxsw: spectrum_router: Allow programming routes with nexthop objectsIdo Schimmel2020-11-211-14/+0
| * mlxsw: spectrum_router: Enable resolution of nexthop groups from nexthop objectsIdo Schimmel2020-11-211-0/+31
| * mlxsw: spectrum_router: Add support for nexthop objectsIdo Schimmel2020-11-212-0/+454
|/
* net: dsa: avoid potential use-after-free errorChristian Eggers2020-11-211-3/+3
* Merge branch 'netdevsim-add-ethtool-coalesce-and-ring-settings'Jakub Kicinski2020-11-207-73/+352
|\
| * selftests: add ring and coalesce selftestsAntonio Cardace2020-11-202-0/+217
| * selftests: refactor get_netdev_name functionAntonio Cardace2020-11-201-18/+2
| * selftests: extract common functions in ethtool-common.shAntonio Cardace2020-11-202-61/+71
| * netdevsim: support ethtool ring and coalesce settingsAntonio Cardace2020-11-202-3/+66
| * netdevsim: move ethtool pause params in separate structAntonio Cardace2020-11-202-9/+13
| * ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace2020-11-201-0/+1
|/
* net: stream: fix TCP references when INET is not enabledRandy Dunlap2020-11-201-0/+5
* octeontx2-af: Fix access of iter->entry after iter object has been kfree'dColin Ian King2020-11-201-3/+5
* octeontx2-af: Fix return of uninitialized variable errColin Ian King2020-11-201-1/+1
* octeontx2-pf: Fix unintentional sign extension issueColin Ian King2020-11-201-1/+1
* Merge branch 'add-support-for-marvell-octeontx2-cryptographic'Jakub Kicinski2020-11-209-19/+630
|\
| * octeontx2-af: add debugfs entries for CPT blockSrujana Challa2020-11-202-0/+273
| * octeontx2-af: add mailbox interface for CPTSrujana Challa2020-11-204-7/+325
| * octeontx2-pf: move lmt flush to include/linux/socSrujana Challa2020-11-203-12/+32
|/
* net/mlx4_en: Remove unused performance countersTariq Toukan2020-11-205-56/+1
* net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-202-4/+9
* net: netsec: add xdp tx return bulking supportLorenzo Bianconi2020-11-201-1/+11
* net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2020-11-203-6/+22
* Merge branch 'enetc-clean-endianness-warnings-up'Jakub Kicinski2020-11-202-49/+43
|\
| * enetc: Fix endianness issues for enetc_qosClaudiu Manoil2020-11-201-45/+39
| * enetc: Fix endianness issues for enetc_ethtoolClaudiu Manoil2020-11-201-4/+4
|/
* IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-201-0/+4
* mptcp: update rtx timeout only if required.Paolo Abeni2020-11-201-4/+5
* Merge branch 'devlink-move-common-flash_update-calls-to-core'Jakub Kicinski2020-11-2017-113/+68
|\
| * devlink: move flash end and begin to core devlinkJacob Keller2020-11-207-19/+7
| * devlink: move request_firmware out of driverJacob Keller2020-11-2015-95/+62
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-20443-2050/+3975
|\
| * Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-19123-379/+1054
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-1917-49/+301
| | |\
| | | * fail_function: Remove a redundant mutex unlockLuo Meng2020-11-191-2/+3
| | | * Merge branch 'Fix bpf_probe_read_user_str() overcopying'Alexei Starovoitov2020-11-194-2/+123
| | | |\
| | | | * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96