aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
AgeCommit message (Expand)Author
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro
2017-08-11udp: harden copy_linear_skb()Eric Dumazet
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-22udp: implement memory accounting helpersPaolo Abeni
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert
2014-10-01udp: Generalize skb_udp_segmentTom Herbert
2014-08-24udp: additional GRO supportTom Herbert
2014-07-07udp: Add function to make source port for UDP tunnelsTom Herbert
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert
2014-06-04udp: Generic functions to set checksumTom Herbert
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer
2013-09-23udp.h: Remove extern from function prototypesJoe Perches
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet