aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-2/+2
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-0/+6
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven1-5/+7
2011-03-01udp: Switch to ip_finish_skbHerbert Xu1-0/+11
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-2/+2
2010-10-21tproxy: added udp6_lib_lookup functionBalazs Scheidler1-0/+3
2010-09-08udp: add rehash on connect()Eric Dumazet1-0/+1
2010-07-12net: cleanupsChangli Gao1-20/+18
2009-11-10udp: bind() optimisationEric Dumazet1-1/+2
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-2/+20
2009-11-08udp: add a counter into udp_hslotEric Dumazet1-0/+8