aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti1-1/+8
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-8/+37
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+11
2018-10-05udp: gro behind static keyWillem de Bruijn1-0/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-2/+2
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni1-0/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-2/+2
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig1-12/+8
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck1-2/+1
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck1-1/+1
2018-04-26udp: add gso segment cmsgWillem de Bruijn1-0/+1
2018-04-26udp: add udp gsoWillem de Bruijn1-0/+4
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+1
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-10-01IPv4: early demux can return an error codePaolo Abeni1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro1-5/+4
2017-08-11udp: harden copy_linear_skb()Eric Dumazet1-0/+2
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern1-1/+1
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern1-1/+1
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni1-0/+1
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni1-11/+22
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni1-0/+61
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-7/+2
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org1-0/+1
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik1-1/+0
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni1-0/+1
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-0/+15
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+4
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-0/+1
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+1
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet1-2/+2
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet1-4/+4
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-7/+7
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-2/+5
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+4