summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipmr: introduce ipmr_net_exit_batch()Eric Dumazet2022-02-081-5/+15
* ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet2022-02-081-5/+15
* ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet2022-02-081-3/+8
* ipv4: add fib_net_exit_batch()Eric Dumazet2022-02-081-3/+16
* nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet2022-02-081-4/+8
* ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet2022-02-081-54/+23
* ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-081-20/+24
* ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-081-0/+20
* net: add dev->dev_registered_trackerEric Dumazet2022-02-081-2/+4
* ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-074-34/+45
* ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-072-3/+15
* ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2022-02-071-8/+10
* ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-071-6/+13
* ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2022-02-072-3/+7
* caif: cleanup double word in commentTom Rix2022-02-071-1/+1
* net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-071-3/+7
* net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong2022-02-071-3/+9
* net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2022-02-071-2/+3
* net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-02-071-4/+10
* net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-02-071-2/+10
* net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-02-071-1/+2
* net: initialize init_net earlierEric Dumazet2022-02-062-14/+6
* net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang2022-02-067-107/+171
* skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet2022-02-051-2/+2
* net: refine dev_put()/dev_hold() debuggingEric Dumazet2022-02-052-4/+4
* ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet2022-02-051-0/+3
* ipv6: make mc_forwarding atomicEric Dumazet2022-02-054-8/+8
* net: gro: minor optimization for dev_gro_receive()Paolo Abeni2022-02-051-11/+4
* net: gro: avoid re-computing truesize twice on recyclePaolo Abeni2022-02-051-1/+0
* net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-054-23/+45
* mptcp: allow to use port and non-signal in set_flagsGeliang Tang2022-02-041-7/+6
* ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman2022-02-041-2/+57
* net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-043-0/+3
* tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-1/+2
* net: minor __dev_alloc_name() optimizationEric Dumazet2022-02-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-0322-71/+249
|\
| * Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-0321-69/+247
| |\
| | * ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-033-16/+36
| | * net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-021-6/+12
| | * tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
| | * Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin2022-02-021-2/+0
| | * tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5
| | * af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
| | * rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-011-2/+4
| | * net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
| | * net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-312-16/+137
| | * Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2022-01-281-4/+4
| | |\
| | | * net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-01-271-4/+4
| | * | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-283-2/+15
| | * | ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-01-281-3/+6