| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: Namespaceify sysctl_tcp_timestamps | Eric Dumazet | 2017-06-08 | 1 | -4/+5 |
* | tcp: randomize timestamps on syncookies | Eric Dumazet | 2017-05-05 | 1 | -12/+19 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-06 | 1 | -2/+29 |
|\ |
|
| * | secure_seq: downgrade to per-host timestamp offsets | Florian Westphal | 2017-03-24 | 1 | -2/+29 |
* | | tcp: rename *_sequence_number() to *_seq_and_tsoff() | Alexey Kodanev | 2017-03-09 | 1 | -7/+6 |
|/ |
|
* | secure_seq: fix sparse errors | Eric Dumazet | 2017-01-12 | 1 | -1/+3 |
* | secure_seq: use SipHash in place of MD5 | Jason A. Donenfeld | 2017-01-09 | 1 | -82/+63 |
* | tcp: allow to turn tcp timestamp randomization off | Florian Westphal | 2016-12-02 | 1 | -2/+3 |
* | tcp: randomize tcp timestamp offsets for each connection | Florian Westphal | 2016-12-02 | 1 | -4/+6 |
* | net: remove a sparse error in secure_dccpv6_sequence_number() | Eric Dumazet | 2015-05-25 | 1 | -1/+1 |
* | net: use ktime_get_ns() and ktime_get_real_ns() helpers | Eric Dumazet | 2014-08-22 | 1 | -3/+3 |
* | inetpeer: get rid of ip_id_count | Eric Dumazet | 2014-06-02 | 1 | -25/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-23 | 1 | -0/+2 |
|\ |
|
| * | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam | 2013-10-09 | 1 | -0/+2 |
* | | net: always inline net_secret_init | Hannes Frederic Sowa | 2013-10-23 | 1 | -1/+1 |
* | | net: switch net_secret key generation to net_get_random_once | Hannes Frederic Sowa | 2013-10-19 | 1 | -12/+2 |
|/ |
|
* | net: net_secret should not depend on TCP | Eric Dumazet | 2013-09-28 | 1 | -3/+24 |
* | net: defer net_secret[] initialization | Eric Dumazet | 2013-04-29 | 1 | -3/+1 |
* | netfilter: ipv6: add IPv6 NAT support | Patrick McHardy | 2012-08-30 | 1 | -0/+1 |
* | net: fix some sparse errors | Eric Dumazet | 2012-01-17 | 1 | -1/+1 |
* | net:core: use IS_ENABLED | Igor Maravić | 2011-12-16 | 1 | -1/+1 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -2/+2 |
* | net: Silence seq_scale() unused warning | Stephen Boyd | 2011-12-06 | 1 | -0/+2 |
* | tcp: add const qualifiers where possible | Eric Dumazet | 2011-10-21 | 1 | -1/+1 |
* | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 2011-08-06 | 1 | -0/+184 |