Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2014-12-10put iov_iter into msghdrAl Viro
2014-12-10ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2013-09-24udplite.h: Remove extern from function prototypesJoe Perches
2012-03-13net: ipv4: Standardize prefixes for message loggingJoe Perches
2011-10-18udplite: fast-path computation of checksum coverageGerrit Renker
2011-03-01udp: Switch to ip_finish_skbHerbert Xu
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet
2008-01-29[UDP]: Restore missing inDatagrams incrementsHerbert Xu
2007-06-08[UDP]: Revert 2-pass hashing changes.David S. Miller
2007-05-11[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller
2007-04-26[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-26[UDP]: Clean up UDP-Lite receive checksumHerbert Xu
2006-12-03[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro
2006-12-03[UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller
2006-12-03[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro
2006-12-03[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker