aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udplite.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-2/+1
2014-12-09put iov_iter into msghdrAl Viro1-1/+2
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro1-1/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-3/+3
2013-09-23udplite.h: Remove extern from function prototypesJoe Perches1-3/+3
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-2/+2
2011-10-17udplite: fast-path computation of checksum coverageGerrit Renker1-32/+31
2011-03-01udp: Switch to ip_finish_skbHerbert Xu1-0/+12
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-1/+1
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu1-3/+0
2007-06-07[UDP]: Revert 2-pass hashing changes.David S. Miller1-1/+1
2007-05-10[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller1-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-3/+3
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu1-33/+6
2006-12-02[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro1-2/+2
2006-12-02[UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller1-0/+2
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro1-2/+2
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-0/+149