summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09mctp: tests: Add key state testsJeremy Kerr
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2022-02-07ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-07caif: cleanup double word in commentTom Rix
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-02-06net: initialize init_net earlierEric Dumazet
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey
2022-02-04mptcp: allow to use port and non-signal in set_flagsGeliang Tang
2022-02-04ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski
2022-02-03net: minor __dev_alloc_name() optimizationEric Dumazet
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck
2022-02-03mptcp: set fullmesh flag in pm_netlinkGeliang Tang
2022-02-03mptcp: print out reset infos of MP_RSTGeliang Tang
2022-02-03mptcp: clarify when options can be usedMatthieu Baerts