summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* net: allow traceroute with a specified interface in a vrfMike Manning2018-10-271-2/+2
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-10-241-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-1/+1
|\
| * udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-081-1/+1
* | udp: gro behind static keyWillem de Bruijn2018-10-051-1/+1
* | ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-031-1/+1
|/
* udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-171-23/+26
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-0/+4
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-2/+3
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-2/+0Star
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-9/+1Star
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+5
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-15/+105
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+18
| |\
| | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-2/+18
| * | 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-4/+7
| |\
| * | net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck2018-05-091-0/+2
| * | udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
| * | udp: add gso segment cmsgWillem de Bruijn2018-04-261-2/+42
| * | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-3/+30
| * | udp: expose inet cork to udpWillem de Bruijn2018-04-261-1/+3
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-5/+5
|\ \ \
| * | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-5/+5
| |/ /
* | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-17/+4Star
* | | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-62/+37Star
| |/ |/|
* | ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-111-2/+5
* | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-011-0/+14
|\
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+14
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0Star
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* | net: Convert udp_sysctl_opsKirill Tkhai2018-03-231-1/+2
|/
* udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-161-35/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-201-0/+5
|\
| * udplite: fix partial checksum initializationAlexey Kodanev2018-02-161-0/+5
* | net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-36/+26Star
|\
| * net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern2018-01-261-1/+14
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
| * net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh2018-01-051-2/+0Star
| * udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-14/+8Star
| * net/reuseport: drop legacy codePaolo Abeni2017-11-301-18/+4Star
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/