summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
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
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