aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-09net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong1-0/+3
2020-10-30udp: check udp sock encap_type in __udp_lib_errXin Long1-1/+1
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki1-1/+1
2020-07-25udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki1-3/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+11
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+77
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-25/+0
2020-07-17udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+51
2020-07-17udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-11/+26
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-0/+3
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-3/+6
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-2/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-1/+1
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-03udp: fix gso_segs calculationsJosh Hunt1-0/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn1-2/+3
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+2
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-2/+2
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale1-11/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale1-7/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+1
2019-06-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni1-1/+1
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni1-1/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-12udpv6: Check address length before reading address familyTetsuo Handa1-0/+2
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-6/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev1-1/+1
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov1-4/+4
2018-12-14net: udp6: prefer listeners bound to an addressPeter Oskolkov1-58/+21
2018-11-16udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni1-25/+7
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-17/+58