summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-8/+8
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-2/+4
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-3/+3
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* udplite: fix various data-racesEric Dumazet2023-09-141-4/+5
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-2/+3
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-1/+1
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-09-141-1/+1
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-09-141-3/+3
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-09-141-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-09-141-3/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-58/+38
|\
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-29/+5
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-25/+16
| * udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-4/+8
|\ \ | |/ |/|
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
| * net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-2/+6
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-081-1/+1
* udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-071-0/+2
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-081-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-3/+5
|\
| * udp6: fix potential access to stale informationEric Dumazet2023-04-131-3/+5
* | netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-0/+2
* | udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-1/+1
|/
* udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-161-8/+11
* udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2022-11-161-1/+1
* udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-1/+1
* udp: Clean up some functions.Kuniyuki Iwashima2022-11-161-4/+8
* Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-091-1/+3
|\
| * rxrpc: Call udp_sendmsg() directlyDavid Howells2022-11-081-0/+1
| * net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+1
|\ \ | |/ |/|
| * udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov2022-10-281-0/+1
* | udp: track the forward memory release threshold in an hot cachelinePaolo Abeni2022-10-241-2/+2
* | inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2022-10-241-2/+0
|/
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-1/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-121-1/+14
* Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-271-6/+16
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-7/+2
|\