summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: lockless IPV6_MTU implementationEric Dumazet2023-09-152-16/+18
* ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-154-16/+19
* ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-155-20/+14
* ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-154-12/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-143-25/+30
|\
| * kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima2023-09-141-7/+8
| * tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-09-131-1/+6
| * tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-1/+2
| * tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima2023-09-131-15/+13
| * net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-121-2/+2
* | ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* | ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* | udplite: fix various data-racesEric Dumazet2023-09-142-14/+16
* | udplite: remove UDPLITE_BITEric Dumazet2023-09-142-2/+0
* | udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-145-13/+15
* | udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-143-9/+5
* | udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* | udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-09-141-2/+4
* | udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-143-6/+6
* | udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-142-5/+5
* | udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-142-4/+4
* | udp: introduce udp->udp_flagsEric Dumazet2023-09-142-9/+9
* | vsock: send SIGPIPE on write to shutdowned socketArseniy Krasnov2023-09-141-0/+3
* | net/sched: cls_route: make netlink errors meaningfulPedro Tammela2023-09-131-16/+21
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2023-09-135-6/+12
|\|
| * kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida2023-09-111-0/+2
| * hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan2023-09-111-0/+1
| * net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-101-0/+2
| * net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang2023-09-101-1/+2
| * net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian2023-09-081-5/+5
* | tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-124-1/+22
* | net: call prot->release_cb() when processing backlogEric Dumazet2023-09-121-0/+3
* | tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet2023-09-122-13/+0
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-126-15/+15
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-0847-175/+317
|\
| * Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni2023-09-075-15/+35
| |\
| | * netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso2023-09-061-5/+6
| | * netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-061-0/+1
| | * netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso2023-09-061-2/+6
| | * netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa2023-09-061-0/+8
| | * netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal2023-09-061-8/+14
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-071-4/+8
| |\ \ | | |/ | |/|
| | * bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-041-4/+8
| * | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
| * | igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-051-1/+2
| * | kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-051-0/+2
| * | net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-052-6/+18
| * | af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * | af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-041-1/+1