summaryrefslogtreecommitdiffstats
path: root/include/net/udplite.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-051-1/+1
* | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-151-0/+1
|/
* net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-1/+2
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-091-1/+2
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-3/+3
* udplite.h: Remove extern from function prototypesJoe Perches2013-09-231-3/+3
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-2/+2
* udplite: fast-path computation of checksum coverageGerrit Renker2011-10-171-32/+31
* udp: Switch to ip_finish_skbHerbert Xu2011-03-011-0/+12
* udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-291-1/+1
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-281-3/+0
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-1/+1
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-101-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-3/+3
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-251-33/+6
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-2/+2
* [UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller2006-12-021-0/+2
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-2/+2
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-021-0/+149