summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr2-2/+10
2022-02-09mctp: Add helper for address match checkingJeremy Kerr1-5/+3
2022-02-09mctp: tests: Add key state testsJeremy Kerr1-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr1-6/+6
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet1-1/+4
2022-02-09net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-09can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet1-3/+6
2022-02-09ipmr: introduce ipmr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet1-3/+8
2022-02-09ipv4: add fib_net_exit_batch()Eric Dumazet1-3/+16
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 Dumazet1-20/+24
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet1-0/+20
2022-02-09net: add dev->dev_registered_trackerEric Dumazet1-2/+4
2022-02-08ipv4: Use dscp_t in struct fib_aliasGuillaume Nault4-34/+45
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2-3/+15
2022-02-08ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault1-8/+10
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault1-6/+13
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-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
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 Dong1-2/+3
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-4/+10
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-2/+10
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-1/+2
2022-02-06net: initialize init_net earlierEric Dumazet2-14/+6
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 Dumazet1-2/+2
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet2-4/+4
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet1-0/+3
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-11/+4
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni1-1/+0
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey4-23/+45
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-05net: don't include ndisc.h from ipv6.hJakub Kicinski3-0/+3
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski1-1/+2
2022-02-04net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-71/+249
2022-02-04Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-69/+247
2022-02-04ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck1-13/+10
2022-02-03mptcp: set fullmesh flag in pm_netlinkGeliang Tang1-9/+28
2022-02-03mptcp: print out reset infos of MP_RSTGeliang Tang1-0/+2
2022-02-03mptcp: clarify when options can be usedMatthieu Baerts1-2/+21
2022-02-03mptcp: reduce branching when writing MP_FAIL optionMatthieu Baerts1-11/+19