aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/secure_seq.c
AgeCommit message (Expand)Author
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev
2017-01-12secure_seq: fix sparse errorsEric Dumazet
2017-01-09secure_seq: use SipHash in place of MD5Jason A. Donenfeld
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2015-05-25net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-23net: always inline net_secret_initHannes Frederic Sowa
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-04-29net: defer net_secret[] initializationEric Dumazet
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-01-17net: fix some sparse errorsEric Dumazet
2011-12-16net:core: use IS_ENABLEDIgor Maravić
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-06net: Silence seq_scale() unused warningStephen Boyd
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller