- ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
- 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 10 months ago
- a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 10 months ago
- a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
- e427cad net: datagram: drop 'destructor' argument from several helpers by Paolo Abeni · 4 years, 11 months ago
- 303d040 udp: rehash on disconnect by Willem de Bruijn · 5 years ago
- 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- d39ca25 Revert "udp: do rmem bulk free even if the rx sk queue is empty" by Paolo Abeni · 5 years ago
- 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
- 1a186c1 net: udp: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
- feed8a4 udp: fix integer overflow while computing available space in sk_rcvbuf by Antonio Messina · 5 years ago
- b50b058 net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagram by Sabrina Dubroca · 5 years ago
- a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
- 677bf08 udp: drop skb extensions before marking skb stateless by Florian Westphal · 5 years ago
- 895badf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
- 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
- a793183 udp: fix data-race in udp_set_dev_scratch() by Eric Dumazet · 5 years ago
- 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
- 137a0db udp: use skb_queue_empty_lockless() by Eric Dumazet · 5 years ago
- fd1ac07 xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE) by Alexey Dobriyan · 5 years ago
- 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
- 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
- 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
- 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 5 years ago
- c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
- 666a3d6 udp: Fix typo in net/ipv4/udp.c by Su Yanjun · 5 years ago
- e4aa33a net: remove unused parameter from skb_checksum_try_convert by Li RongQing · 6 years ago
- 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- f48d2cc udp: Remove unused variable/function (exact_dif) by Tim Beale · 6 years ago
- 7354537 udp: Remove unused parameter (exact_dif) by Tim Beale · 6 years ago
- 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
- 88e235b net: ipv4: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
- 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 6 years ago
- 257a525 bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
- fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
- 92b9536 udp: fix possible user after free in error handler by Paolo Abeni · 6 years ago
- 8f6b539 udp: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
- 0f149c9 udp: with udp_segment release on error path by Willem de Bruijn · 6 years ago
- 4cdeeee net: udp: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
- 9c48060 udp: fix jump label misuse by Paolo Abeni · 6 years ago
- e7cc082 udp: Support for error handlers of tunnels with arbitrary destination port by Stefano Brivio · 6 years ago
- 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
- a36e185 udp: Handle ICMP errors for tunnels with same destination port on both endpoints by Stefano Brivio · 6 years ago
- cf329aa udp: cope with UDP GRO packet misdirection by Paolo Abeni · 6 years ago
- bcd1665 udp: add support for UDP_GRO cmsg by Paolo Abeni · 6 years ago
- e20cf8d udp: implement GRO for plain UDP sockets. by Paolo Abeni · 6 years ago
- 60fb956 udp: implement complete book-keeping for encap_needed by Paolo Abeni · 6 years ago
- 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- f64bf6b8 net: allow traceroute with a specified interface in a vrf by Mike Manning · 6 years ago
- db4f1be net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
- d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 7e82364 udp: Unbreak modules that rely on external __skb_recv_udp() availability by Jiri Kosina · 6 years ago
- f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
- 854da99 ipv4: Allow sending multicast packets on specific i/f using VRF socket by Robert Shearman · 6 years ago
- 2b5a921 udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
- 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
- 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
- 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
- 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
- bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 6c206b2 udp: fix rx queue len reported by diag and proc interface by Paolo Abeni · 7 years ago
- 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- 6e86000 netfilter: provide udp*_lib_lookup for nf_tproxy by Arnd Bergmann · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
- db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
- ff06342 udp: exclude gso from xfrm paths by Willem de Bruijn · 7 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- a3d2599 ipv{4,6}/udp{,lite}: simplify proc registration by Christoph Hellwig · 7 years ago
- b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 1b97013 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 7 years ago
- 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
- 88ab310 net/udp: Update udp_encap_needed static key to modern api by Davidlohr Bueso · 7 years ago
- dfec0ee udp: Record gso_segs when supporting UDP segmentation offload by Alexander Duyck · 7 years ago
- a8c744a udp: disable gso with no_check_tx by Willem de Bruijn · 7 years ago
- 2e8de85 udp: add gso segment cmsg by Willem de Bruijn · 7 years ago
- bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
- 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
- d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- fc18999 net: Convert udp_sysctl_ops by Kirill Tkhai · 7 years ago
- 1e80295 udp: Move the udp sysctl to namespace. by Tonghao Zhang · 7 years ago
- f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 15f35d4 udplite: fix partial checksum initialization by Alexey Kodanev · 7 years ago
- f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 9515a2e net/ipv4: Allow send to local broadcast from a socket bound to a VRF by David Ahern · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago