summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2021-04-14net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer
2021-01-27udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault
2020-12-21udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long
2020-07-31udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-03-05udp: rehash on disconnectWillem de Bruijn
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt
2019-10-03udp: fix gso_segs calculationsJosh Hunt
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
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-18udp: Fix typo in net/ipv4/udp.cSu Yanjun
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn
2018-12-14net: udp: prefer listeners bound to an addressPeter Oskolkov
2018-11-16udp: fix jump label misusePaolo 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 GRO for plain UDP sockets.Paolo Abeni
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti