summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-151-7/+2
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-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-271-1/+2
* udp6: don't make extra copies of iflowPavel Begunkov2022-01-271-43/+42
* udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-271-1/+3
* ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-271-8/+2
* udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-271-3/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-061-0/+1
|\
| * net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+2
|\ \ | |/ |/|
| * udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\ \
| * | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+1
|\ \ \ | | |/ | |/|
| * | udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2021-12-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+2
|\| | | |/ |/|
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-4/+4
|\ \ | |/ |/|
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-4/+4
* | net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong2021-11-031-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+1
|\
| * udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
* | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-251-2/+2
|/