aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2022-04-15udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2022-01-05udp: using datalen to cap ipv6 udp max gso segmentsCoco Li
2021-11-17udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski
2021-10-13net: prefer socket bound to interface when not in VRFMike Manning
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni
2020-07-31udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt
2019-10-03udp: fix gso_segs calculationsJosh Hunt
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-06-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12udpv6: Check address length before reading address familyTetsuo Handa
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2018-12-14net: udp6: prefer listeners bound to an addressPeter Oskolkov
2018-11-16udp: fix jump label misusePaolo Abeni
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller