summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-2/+0
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-9/+1
* 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-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-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/+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-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-081-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/+4
* | | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-62/+37
| |/ |/|
* | 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-03-311-0/+14
|\
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+14
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* | 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-191-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/+26
|\
| * net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern2018-01-251-1/+14
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
| * net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh2018-01-051-2/+0
| * udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-14/+8
| * net/reuseport: drop legacy codePaolo Abeni2017-11-301-18/+4
* | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-6/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-9/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-6/+18
| |\ \ \
| * | | | udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni2017-09-201-2/+1
* | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
| |_|_|/ |/| | |
* | | | soreuseport: fix initialization raceCraig Gallek2017-10-221-4/+1
* | | | udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
| |_|/ |/| |
* | | udp: fix bcast packet receptionPaolo Abeni2017-10-091-9/+5
| |/ |/|
* | udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-1/+12