aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski3-8/+5
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang1-10/+5
2022-04-30net/funeth: simplify the return expression of fun_dl_info_get()Minghao Chi1-7/+1
2022-04-30qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha1-5/+5
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster7-5/+18
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet1-0/+1
2022-04-30net: lan966x: remove PHY reset supportMichael Walle1-7/+1
2022-04-30dt-bindings: net: lan966x: remove PHY resetMichael Walle1-2/+0
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov1-11/+13
2022-04-30ipv6: help __ip6_finish_output() inliningPavel Begunkov1-1/+0
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov2-15/+14
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov4-38/+22
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov2-9/+8
2022-04-29tcp: pass back data left in socket after receiveJens Axboe2-7/+15
2022-04-29nfp: flower: utilize the tuple iifidx in offloading ct flowsYinjun Zhang1-3/+22
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren5-3/+102
2022-04-29selftests: mptcp: Add tests for userspace PM typeMat Martineau1-0/+66
2022-04-29mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau4-11/+63
2022-04-29mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau1-6/+12
2022-04-29mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau2-1/+6
2022-04-29mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau2-0/+13
2022-04-29mptcp: Remove redundant assignments in path manager initMat Martineau3-27/+18
2022-04-29net: phy: micrel: add coma mode GPIOMichael Walle1-0/+20
2022-04-29net: phy: micrel: move the PHY timestamping checkMichael Walle1-4/+8
2022-04-29dt-bindings: net: micrel: add coma-mode-gpios propertyMichael Walle1-0/+9
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski4-5/+3
2022-04-29eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+1
2022-04-29eth: spider: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-2/+1
2022-04-29eth: vxge: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+1
2022-04-29eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-4/+1
2022-04-29eth: benet: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+2
2022-04-29eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski3-4/+2
2022-04-29net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+1
2022-04-29slic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+1
2022-04-29usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+1
2022-04-29eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-3/+2
2022-04-29eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-7/+5
2022-04-29eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski4-11/+10
2022-04-29eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-2/+1
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski7-16/+8
2022-04-28net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41Nathan Rossi1-7/+39
2022-04-28net: prestera: add police action supportVolodymyr Mytnyk5-2/+149
2022-04-28net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner1-4/+2
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil23-27/+56
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-04-28Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2-100/+35
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean1-4/+0
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-04-28MAINTAINERS: Update BNXT entry with firmware filesFlorian Fainelli1-0/+2
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal1-14/+38