summaryrefslogtreecommitdiff
path: root/net/ipv6/udp.c
AgeCommit message (Expand)Author
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12udpv6: Check address length before reading address familyTetsuo Handa
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2018-12-14net: udp6: prefer listeners bound to an addressPeter Oskolkov
2018-11-16udp: fix jump label misusePaolo Abeni
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo 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 complete book-keeping for encap_neededPaolo Abeni
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia
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
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso
2018-05-01udp: disable gso with no_check_txWillem de Bruijn
2018-04-26udp: add gso segment cmsgWillem de Bruijn
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn
2018-04-26udp: expose inet cork to udpWillem de Bruijn
2018-04-04ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev
2018-04-04ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang