summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-221-4/+6
* udpv6: add the required annotation to mib typePaolo Abeni2019-02-221-1/+1
* udp6: add missing rehash callback to udpliteAlexey Kodanev2019-01-171-1/+1
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
* bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-041-4/+4
* net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-58/+21
* udp: fix jump label misusePaolo Abeni2018-11-161-2/+2
* udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-091-25/+7
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-081-17/+58
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-9/+9
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-081-11/+78
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-071-1/+23
* udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-071-0/+3
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-071-5/+9
* ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-071-3/+5
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-071-9/+5
* net: allow traceroute with a specified interface in a vrfMike Manning2018-10-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+2
|\
| * udp6: fix encap return code for resubmittingPaolo Abeni2018-10-171-4/+2
* | udp: gro behind static keyWillem de Bruijn2018-10-051-1/+1
|/
* udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-161-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/+4
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-3/+1
* 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-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-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/+1
| |/
| * 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-111-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/+4
* | | 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/+2
* 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
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-24/+8
* net/reuseport: drop legacy codePaolo Abeni2017-11-301-18/+4
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
OpenPOWER on IntegriCloud