aboutsummaryrefslogtreecommitdiff
path: root/net/core/secure_seq.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-12secure_seq: fix sparse errorsGravatar Eric Dumazet 1-1/+3
2017-01-09secure_seq: use SipHash in place of MD5Gravatar Jason A. Donenfeld 1-82/+63
2016-12-02tcp: allow to turn tcp timestamp randomization offGravatar Florian Westphal 1-2/+3
2016-12-02tcp: randomize tcp timestamp offsets for each connectionGravatar Florian Westphal 1-4/+6
2015-05-25net: remove a sparse error in secure_dccpv6_sequence_number()Gravatar Eric Dumazet 1-1/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersGravatar Eric Dumazet 1-3/+3
2014-06-02inetpeer: get rid of ip_id_countGravatar Eric Dumazet 1-25/+0
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2013-10-23net: always inline net_secret_initGravatar Hannes Frederic Sowa 1-1/+1
2013-10-19net: switch net_secret key generation to net_get_random_onceGravatar Hannes Frederic Sowa 1-12/+2
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedGravatar Fabio Estevam 1-0/+2
2013-09-28net: net_secret should not depend on TCPGravatar Eric Dumazet 1-3/+24
2013-04-29net: defer net_secret[] initializationGravatar Eric Dumazet 1-3/+1
2012-08-30netfilter: ipv6: add IPv6 NAT supportGravatar Patrick McHardy 1-0/+1
2012-01-17net: fix some sparse errorsGravatar Eric Dumazet 1-1/+1
2011-12-16net:core: use IS_ENABLEDGravatar Igor Maravić 1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-2/+2
2011-12-06net: Silence seq_scale() unused warningGravatar Stephen Boyd 1-0/+2
2011-10-21tcp: add const qualifiers where possibleGravatar Eric Dumazet 1-1/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 1-0/+184