summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-07caif: cleanup double word in commentTom Rix1-1/+1
2022-02-07Merge branch 'mlxsw-dip-sip-mangling'David S. Miller6-9/+394
2022-02-07selftests: forwarding: Add a test for pedit munge SIP and DIPDanielle Ratson1-0/+201
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson3-11/+103
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addressesDanielle Ratson3-0/+47
2022-02-07mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTIONDanielle Ratson1-0/+45
2022-02-07Merge branch 'ipv6-kfree_skb_reason'David S. Miller5-21/+84
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong3-3/+14
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong3-2/+7
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong3-4/+22
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong3-2/+22
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong3-1/+4
2022-02-07net: skb_drop_reason: add document for drop reasonsMenglong Dong1-6/+6
2022-02-06ref_tracker: remove filter_irq_stacks() callEric Dumazet1-2/+0
2022-02-06net: initialize init_net earlierEric Dumazet4-14/+14
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-05Merge branch 'net-mana-next'David S. Miller1-5/+5
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-05Merge branch 'net-dev-tracking-improvements'David S. Miller5-28/+70
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-05Merge branch 'ipv6-mc_forwarding-changes'David S. Miller5-9/+12
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-05Merge branch 'gro-minor-opts'David S. Miller2-36/+32
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-05Merge branch 'lan966x-mcast-snooping'David S. Miller5-2/+166
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-05Merge branch 'mptcp-improve-set-flags-command-and-update-self-tests'Jakub Kicinski4-388/+595
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