summaryrefslogtreecommitdiff
path: root/include/net/udp.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+1
2015-02-28udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-6/+15
2014-10-02udp: Generalize skb_udp_segmentTom Herbert1-1/+2
2014-08-25udp: additional GRO supportTom Herbert1-0/+18
2014-07-08udp: 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-05udp: Generic functions to set checksumTom Herbert1-0/+9
2014-05-24net: 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-09udp: ipv4: Add udp early demuxShawn Bohrer1-0/+1
2013-09-24udp.h: Remove extern from function prototypesJoe Perches1-47/+47
2013-07-28pktgen: 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 pendi...Hannes Frederic Sowa1-0/+1
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-3/+4
2012-04-29net/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-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-2/+2
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-0/+6
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-02net: 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-25net: 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-09udp: add rehash on connect()Eric Dumazet1-0/+1
2010-07-13net: cleanupsChangli Gao1-20/+18
2009-11-11udp: bind() optimisationEric Dumazet1-1/+2
2009-11-09udp: secondary hash on (local port, local address)Eric Dumazet1-2/+20
2009-11-09udp: add a counter into udp_hslotEric Dumazet1-0/+8
2009-10-08udp: dynamically size hash tables at boot timeEric Dumazet1-3/+10
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-13udpv4: 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-25ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-0/+2
2008-11-17udp: 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-08netns: make uplitev6 mib per/namespaceDenis V. Lunev1-7/+4
2008-10-08netns: 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-06MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-06MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-06MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-06MIB: 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-04[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev1-0/+1
2008-04-01[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov1-1/+1