summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-151-1/+4
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-08-171-1/+1
* udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-271-1/+2
* udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2022-01-051-1/+1
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-291-2/+2
* ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-12-291-2/+2
* udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-181-1/+1
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-071-1/+2
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-1/+1
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
* udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-211-6/+19
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-011-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-021-0/+3
|\
| * sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-0/+3
* | udp: fixup csum for GSO receive slow pathPaolo Abeni2021-03-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-4/+3
|\
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-4/+3
* | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-1/+3
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-141-1/+0
* | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-101-1/+1
* | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-091-0/+3
* | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1
|/
* udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-311-1/+1
* udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki2020-07-251-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-10/+11
|\
| * net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-211-1/+1
| * udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-211-6/+9
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-20/+77
|\ \
| * | udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+51
| * | udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-11/+26
* | | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-25/+0
|/ /
* / net: ipv6: kerneldoc fixesAndrew Lunn2020-07-131-0/+3
|/
* net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-3/+6
* net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-2/+1
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-1/+1
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-031-4/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-031-0/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-2/+3
|\
| * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-2/+3
* | ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+2
|/
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-2/+2
* net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-051-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-2/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-2/+6
| |\