summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-091-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-141-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-291-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-131-1/+14
* Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-281-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
|\
| * tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-161-7/+2
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-111-0/+3
|/
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-161-1/+1
* net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-161-5/+6
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-2/+2
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+2
* ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern2022-02-141-2/+9
* ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-281-1/+2
* udp6: don't make extra copies of iflowPavel Begunkov2022-01-281-43/+42
* udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-281-1/+3
* ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-281-8/+2
* udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-281-3/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-071-0/+1
|\
| * net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+2
|\ \ | |/ |/|