summaryrefslogtreecommitdiffstats
path: root/net/core/secure_seq.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-4/+5
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-12/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-2/+29
|\
| * secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal2017-03-241-2/+29
* | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-091-7/+6
|/
* secure_seq: fix sparse errorsEric Dumazet2017-01-121-1/+3
* secure_seq: use SipHash in place of MD5Jason A. Donenfeld2017-01-091-82/+63
* tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-021-2/+3
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-4/+6
* net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-251-1/+1
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-3/+3
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-25/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+2
|\
| * net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-10-091-0/+2
* | net: always inline net_secret_initHannes Frederic Sowa2013-10-231-1/+1
* | net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa2013-10-191-12/+2
|/
* net: net_secret should not depend on TCPEric Dumazet2013-09-281-3/+24
* net: defer net_secret[] initializationEric Dumazet2013-04-291-3/+1
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-301-0/+1
* net: fix some sparse errorsEric Dumazet2012-01-171-1/+1
* net:core: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-2/+2
* net: Silence seq_scale() unused warningStephen Boyd2011-12-061-0/+2
* tcp: add const qualifiers where possibleEric Dumazet2011-10-211-1/+1
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-0/+184
OpenPOWER on IntegriCloud