summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang2022-04-301-10/+5
* net/funeth: simplify the return expression of fun_dl_info_get()Minghao Chi2022-04-301-7/+1
* qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha2022-04-301-5/+5
* net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-307-5/+18
* tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* Merge branch 'lan966x-phy-reset-remove'David S. Miller2022-04-302-9/+1
|\
| * net: lan966x: remove PHY reset supportMichael Walle2022-04-301-7/+1
| * dt-bindings: net: lan966x: remove PHY resetMichael Walle2022-04-301-2/+0
|/
* Merge branch 'ipv6-net-opts'David S. Miller2022-04-309-74/+57
|\
| * ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
| * ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
| * net: inline dev_queue_xmit()Pavel Begunkov2022-04-302-15/+14
| * net: inline skb_zerocopy_iter_dgramPavel Begunkov2022-04-304-38/+22
| * net: inline sock_alloc_send_skbPavel Begunkov2022-04-302-9/+8
|/
* Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski2022-04-302-7/+15
|\
| * tcp: pass back data left in socket after receiveJens Axboe2022-04-302-7/+15
* | nfp: flower: utilize the tuple iifidx in offloading ct flowsYinjun Zhang2022-04-301-3/+22
* | sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren2022-04-305-3/+102
* | Merge branch 'mptcp-path-manager-mode-selection'Jakub Kicinski2022-04-306-34/+167
|\ \
| * | selftests: mptcp: Add tests for userspace PM typeMat Martineau2022-04-301-0/+66
| * | mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau2022-04-304-11/+63
| * | mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau2022-04-301-6/+12
| * | mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau2022-04-302-1/+6
| * | mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau2022-04-302-0/+13
| * | mptcp: Remove redundant assignments in path manager initMat Martineau2022-04-303-27/+18
|/ /
* | Merge branch 'net-phy-micrel-add-coma-mode-support'Jakub Kicinski2022-04-302-4/+37
|\ \
| * | net: phy: micrel: add coma mode GPIOMichael Walle2022-04-301-0/+20
| * | net: phy: micrel: move the PHY timestamping checkMichael Walle2022-04-301-4/+8
| * | dt-bindings: net: micrel: add coma-mode-gpios propertyMichael Walle2022-04-301-0/+9
|/ /
* | Merge branch 'remove-NAPI_POLL_WEIGHT-copies'David S. Miller2022-04-2938-72/+40
|\ \
| * | qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-5/+3
| * | eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * | eth: spider: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-2/+1
| * | eth: vxge: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * | eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-4/+1
| * | eth: benet: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+2
| * | eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-293-4/+2
| * | net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * | slic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * | usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-3/+1
| * | eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+2
| * | eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-7/+5
| * | eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-11/+10
| * | eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-2/+1
| * | eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-297-16/+8
|/ /
* | net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41Nathan Rossi2022-04-291-7/+39
* | net: prestera: add police action supportVolodymyr Mytnyk2022-04-295-2/+149
* | net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner2022-04-291-4/+2
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-2823-27/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-28337-2111/+2817
|\ \