summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti2019-05-301-1/+8
|/
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-3/+3
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-1/+1
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-081-8/+37
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-0/+11
* udp: gro behind static keyWillem de Bruijn2018-10-051-0/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-2/+2
|/
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-091-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+4
|\
| * udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2018-05-091-2/+1Star
| * udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2018-05-091-1/+1
| * udp: add gso segment cmsgWillem de Bruijn2018-04-261-0/+1
| * udp: add udp gsoWillem de Bruijn2018-04-261-0/+4
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \
| * | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| |/
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-2/+2
* | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-12/+8Star
|/
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+1
* net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* IPv4: early demux can return an error codePaolo Abeni2017-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
|\
| * udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-3/+4
|\|
| * udp: fix linear skb reception with PEEK_OFFAl Viro2017-08-151-5/+4Star
| * udp: harden copy_linear_skb()Eric Dumazet2017-08-121-0/+2
* | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-071-1/+1
* | net: ipv4: add second dif to udp socket lookupsDavid Ahern2017-08-071-1/+1
|/
* udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-0/+1
* udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-251-11/+22
* udp: move scratch area helpers into the include filePaolo Abeni2017-06-271-0/+61
* udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-7/+2Star
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-0/+1
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-1/+0Star
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-151-0/+1
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+1
|\
| * udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-0/+1
* | udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+4
|/
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-241-0/+1
* udp: avoid csum_partial() for validated skbEric Dumazet2016-06-021-2/+2
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-281-4/+4
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-6/+6
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-7/+7
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-2/+5
* udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+4
* udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-0/+9