aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-0/+9
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-1/+1
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+2
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-2/+3
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+1
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-6/+15
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-1/+2
2014-08-24udp: additional GRO supportTom Herbert1-0/+18
2014-07-07udp: Add function to make source port for UDP tunnelsTom Herbert1-0/+29
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert1-1/+3
2014-06-04udp: Generic functions to set checksumTom Herbert1-0/+9
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-9/+0
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches1-7/+7
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer1-0/+1
2013-09-23udp.h: Remove extern from function prototypesJoe Perches1-47/+47
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-0/+1
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending dataHannes Frederic Sowa1-0/+1
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-3/+4
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise1-0/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet1-0/+1