summaryrefslogtreecommitdiffstats
path: root/init/init_task.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang7-107/+171
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet2-8/+7
2022-02-05net: typhoon: implement ndo_features_check methodEric Dumazet1-5/+16
2022-02-05net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva1-30/+30
2022-02-05bnx2x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-05net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()Haiyang Zhang1-3/+0
2022-02-05net: mana: Add handling of CQE_RX_TRUNCATEDHaiyang Zhang1-2/+5
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet3-27/+50
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet2-1/+13
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet2-0/+7
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet1-0/+3
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet5-9/+9
2022-02-05net: dsa: realtek: don't default Kconfigs to yJakub Kicinski1-4/+0
2022-02-05net: sparx5: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)2-12/+0
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni2-35/+32
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni1-1/+0
2022-02-05net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()Dan Carpenter1-1/+1
2022-02-05net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu Vultur3-0/+51
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur4-1/+110
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur1-1/+5
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey5-23/+56
2022-02-05selftests: mptcp: set ip_mptcp in command lineGeliang Tang1-3/+9
2022-02-05selftests: mptcp: add set_flags tests in pm_netlink.shGeliang Tang1-0/+18
2022-02-05selftests: mptcp: add the id argument for set_flagsGeliang Tang1-21/+42
2022-02-05selftests: mptcp: add wrapper for setting flagsGeliang Tang1-3/+21
2022-02-05selftests: mptcp: add wrapper for showing addrsGeliang Tang1-28/+50
2022-02-05selftests: mptcp: add ip mptcp wrappersGeliang Tang1-330/+407
2022-02-05selftests: mptcp: add backup with port testcaseGeliang Tang1-5/+39
2022-02-05selftests: mptcp: add the port argument for set_flagsGeliang Tang1-1/+13
2022-02-05mptcp: allow to use port and non-signal in set_flagsGeliang Tang1-7/+6
2022-02-05ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman1-2/+57
2022-02-05uapi: ioam: Insertion frequencyJustin Iurman1-0/+9
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski7-1/+6
2022-02-04net: ipa: determine replenish doorbell differentlyAlex Elder2-6/+10
2022-02-04net: ipa: replenish after delivering payloadAlex Elder1-3/+3
2022-02-04net: ipa: kill replenish_backlogAlex Elder2-9/+0
2022-02-04net: ipa: introduce gsi_channel_trans_idle()Alex Elder3-12/+26
2022-02-04net: ipa: don't use replenish_backlogAlex Elder1-5/+2
2022-02-04net: ipa: allocate transaction in replenish loopAlex Elder1-24/+16
2022-02-04net: ipa: decide on doorbell in replenish loopAlex Elder1-9/+12
2022-02-04net: ipa: increment backlog in replenish callerAlex Elder1-20/+9
2022-02-04net: ipa: allocate transaction before pages when replenishingAlex Elder1-8/+8
2022-02-04net: ipa: kill replenish_savedAlex Elder2-15/+4
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski2-1/+19
2022-02-04net: dsa: realtek: convert to phylink_generic_validate()Russell King (Oracle)1-34/+12
2022-02-04net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur2-1/+9
2022-02-04selftests: rtnetlink: Use more sensible tos valuesGuillaume Nault1-2/+2
2022-02-04selftests: fib offload: use sensible tos valuesGuillaume Nault1-6/+6
2022-02-04net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2