aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-5/+22
2019-11-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-1/+1
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-09xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan1-0/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-03udp: fix gso_segs calculationsJosh Hunt1-1/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+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/+1
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun1-1/+1
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-1/+9
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale1-12/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale1-5/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+9
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-12/+7
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev1-1/+1
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2018-12-14net: udp: prefer listeners bound to an addressPeter Oskolkov1-57/+19
2018-11-16udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-18/+52
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-5/+5
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-9/+70
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+22
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+4
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni1-0/+8
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-6/+13
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-9/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning1-2/+2
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-05udp: gro behind static keyWillem de Bruijn1-1/+1
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman1-1/+1
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26