summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-08udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-09-17udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau1-0/+4
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-2/+3
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-2/+0
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-9/+1
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+5
2018-06-09udp: fix rx queue len reported by diag and proc interfacePaolo Abeni1-1/+1
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-15/+105
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+18
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann1-3/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+5
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-2/+18
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-5/+5
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn1-1/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-17/+4
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig1-62/+37
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov1-2/+5
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso1-4/+4
2018-05-09udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck1-0/+2
2018-05-01udp: disable gso with no_check_txWillem de Bruijn1-0/+4
2018-04-26udp: add gso segment cmsgWillem de Bruijn1-2/+42
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-3/+30
2018-04-26udp: expose inet cork to udpWillem de Bruijn1-1/+3
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+14
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+14
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai1-1/+2
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang1-35/+51
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-36/+26
2018-01-26net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern1-1/+14
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-05net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh1-2/+0
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau1-14/+8
2017-11-30net/reuseport: drop legacy codePaolo Abeni1-18/+4
2017-11-28net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2017-10-22soreuseport: fix initialization raceCraig Gallek1-4/+1