summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-051-1/+1
* net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+2
|\
| * udpv6: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
* | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-6/+4Star
|/
* udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-231-4/+6
* udpv6: add the required annotation to mib typePaolo Abeni2019-02-231-1/+1
* udp6: add missing rehash callback to udpliteAlexey Kodanev2019-01-181-1/+1
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-171-4/+12
* bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-051-4/+4
* net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-151-58/+21Star
* udp: fix jump label misusePaolo Abeni2018-11-171-2/+2
* udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-101-25/+7Star
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-091-17/+58
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-9/+9
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-091-11/+78
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-081-1/+23
* udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-081-0/+3
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-081-5/+9
* ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-081-3/+5
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-9/+5Star
* net: allow traceroute with a specified interface in a vrfMike Manning2018-10-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+2Star
|\
| * udp6: fix encap return code for resubmittingPaolo Abeni2018-10-181-4/+2Star
* | udp: gro behind static keyWillem de Bruijn2018-10-051-1/+1
|/
* udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-171-28/+37
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-0/+4
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-6/+4Star
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-3/+1Star
* net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-12/+60
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-0/+24
| |\
| | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+24
| * | netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-051-3/+1Star
| |/
| * udp: exclude gso from xfrm pathsWillem de Bruijn2018-05-231-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-2/+2
| |\
| * | net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
| * | udp: add gso segment cmsgWillem de Bruijn2018-04-261-1/+4
| * | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-3/+20
| * | udp: expose inet cork to udpWillem de Bruijn2018-04-261-1/+2
* | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-17/+4Star
* | | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-9/+21
| |/ |/|
* | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
|/
* ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2Star
* ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-1/+1
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+20
* udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-161-26/+26