aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+10
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala1-0/+3
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich1-2/+0
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-0/+2
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-1/+1
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-13/+12
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev1-7/+4
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev1-6/+6
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian1-0/+4
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov1-3/+2
2008-07-18mib: put udp statistics on struct netPavel Emelyanov1-5/+4
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-05MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-05MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov1-1/+1
2008-06-13udp: reorder udp_iter_state to remove padding on 64bit buildsRichard Kennedy1-1/+1
2008-06-05[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev1-0/+1
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov1-1/+1