summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-09nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet1-4/+8
2022-02-09ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet1-54/+23
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet2-20/+25
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet2-0/+24
2022-02-09net: add dev->dev_registered_trackerEric Dumazet2-2/+7
2022-02-09et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet1-4/+10
2022-02-09Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski2-0/+9
2022-02-08Merge branch 'inet-separate-dscp-from-ecn-bits-using-new-dscp_t-type'Jakub Kicinski12-50/+278
2022-02-08ipv4: Use dscp_t in struct fib_aliasGuillaume Nault4-34/+45
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault4-4/+93
2022-02-08ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2-9/+39
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault4-7/+105
2022-02-08net: stmmac: optimize locking around PTP clock readsYannick Vignon5-20/+20
2022-02-08net: typhoon: include <net/vxlan.h>Eric Dumazet1-0/+3
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter1-1/+1
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter1-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo8-8/+118
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin3-11/+33
2022-02-07r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...Heiner Kallweit1-46/+25
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2-3/+7
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