aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2020-08-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-08-03udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-05-15udp: rehash on disconnectWillem de Bruijn
2020-04-16Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni
2020-03-07udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16udp: use skb_queue_empty_lockless()Eric Dumazet
2019-12-16udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt
2019-10-07udp: fix gso_segs calculationsJosh Hunt
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
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/netLinus Torvalds
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
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
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller