Age | Commit message (Expand) | Author | Files | Lines |
2018-10-30 | Documentation: ip-sysctl.txt: Document tcp_fwmark_accept | Lorenzo Colitti | 1 | -0/+11 |
2018-10-12 | net/ipv6: Add knob to skip DELROUTE message on device down | David Ahern | 1 | -0/+8 |
2018-09-27 | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int | Maciej Żenczykowski | 1 | -1/+1 |
2018-08-13 | ipv6: Add icmp_echo_ignore_all support for ICMPv6 | Virgile Jarry | 1 | -0/+5 |
2018-08-01 | net: ipv4: Control SKB reprioritization after forwarding | Petr Machata | 1 | -0/+9 |
2018-07-12 | Documentation: ip-sysctl.txt: document addr_gen_mode | Sabrina Dubroca | 1 | -0/+10 |
2018-06-28 | skbuff: preserve sock reference when scrubbing the skb. | Flavio Leitner | 1 | -5/+5 |
2018-06-05 | docs: networking: fix minor typos in various documentation files | Olivier Gayot | 1 | -1/+1 |
2018-06-05 | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization | Maciej Żenczykowski | 1 | -3/+7 |
2018-05-18 | tcp: add tcp_comp_sack_nr sysctl | Eric Dumazet | 1 | -0/+6 |
2018-05-18 | tcp: add tcp_comp_sack_delay_ns sysctl | Eric Dumazet | 1 | -0/+7 |
2018-05-17 | tcp: disable RFC6675 loss detection | Yuchung Cheng | 1 | -1/+2 |
2018-05-17 | tcp: support DUPACK threshold in RACK | Yuchung Cheng | 1 | -0/+1 |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+0 |
2018-04-28 | ipv6: sr: Add documentation for seg_flowlabel sysctl | Ahmed Abdelsalam | 1 | -0/+13 |
2018-04-27 | Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+0 |
2018-04-19 | docs: ip-sysctl.txt: fix name of some ipv6 variables | Olivier Gayot | 1 | -4/+4 |
2018-04-16 | staging: irda: remove remaining remants of irda code removal | Greg Kroah-Hartman | 1 | -15/+0 |
2018-04-01 | inet: frags: break the 2GB limit for frags storage | Eric Dumazet | 1 | -2/+2 |
2018-04-01 | inet: frags: use rhashtables for reassembly units | Eric Dumazet | 1 | -5/+2 |
2018-03-30 | Documentation: ip-sysctl.txt: clarify disable_ipv6 | Lorenzo Bianconi | 1 | -1/+3 |
2018-03-16 | doc: Change the udp/sctp rmem/wmem default value. | Tonghao Zhang | 1 | -3/+3 |
2018-03-04 | net/ipv6: Add support for path selection using hash of 5-tuple | David Ahern | 1 | -0/+7 |
2018-02-05 | doc: Change the min default value of tcp_wmem/tcp_rmem. | Tonghao Zhang | 1 | -2/+2 |
2017-12-13 | tcp: pause Fast Open globally after third consecutive timeout | Yuchung Cheng | 1 | -0/+1 |
2017-11-11 | tcp: retire FACK loss detection | Yuchung Cheng | 1 | -2/+1 |
2017-11-11 | net: ipv6: sysctl to specify IPv6 ND traffic class | Maciej Żenczykowski | 1 | -0/+9 |
2017-11-05 | tcp: higher throughput under reordering with adaptive RACK reordering wnd | Priyaranjan Jha | 1 | -0/+1 |
2017-11-03 | ipv6: Implement limits on Hop-by-Hop and Destination options | Tom Herbert | 1 | -0/+24 |
2017-09-20 | ipv6: fix net.ipv6.conf.all interface DAD handlers | Matteo Croce | 1 | -4/+14 |
2017-08-30 | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet | 1 | -2/+5 |
2017-08-25 | ipv6: Add sysctl for per namespace flow label reflection | Jakub Sitnicki | 1 | -0/+9 |
2017-08-01 | tcp: remove low_latency sysctl | Florian Westphal | 1 | -6/+1 |
2017-07-18 | net: xfrm: revert to lower xfrm dst gc limit | Florian Westphal | 1 | -4/+2 |
2017-04-24 | net/tcp_fastopen: Disable active side TFO in certain scenarios | Wei Wang | 1 | -0/+8 |
2017-03-24 | net: Add sysctl to toggle early demux for tcp and udp | subashab@codeaurora.org | 1 | -1/+10 |
2017-03-23 | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs. | Joel Scherpelz | 1 | -2/+11 |
2017-03-22 | net: ipv4: add support for ECMP hash policy choice | Nikolay Aleksandrov | 1 | -0/+8 |
2017-03-17 | tcp: remove tcp_tw_recycle | Soheil Hassas Yeganeh | 1 | -5/+0 |
2017-03-13 | Make IP 'forwarding' doc more precise | Neil Jerram | 1 | -1/+2 |
2017-01-30 | net: Avoid receiving packets with an l3mdev on unbound UDP sockets | Robert Shearman | 1 | -0/+7 |
2017-01-24 | Introduce a sysctl that modifies the value of PROT_SOCK. | Krister Johansen | 1 | -0/+9 |
2017-01-14 | tcp: remove thin_dupack feature | Yuchung Cheng | 1 | -12/+0 |
2017-01-14 | tcp: remove early retransmit | Yuchung Cheng | 1 | -14/+5 |
2016-12-04 | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark | 1 | -0/+9 |
2016-12-02 | tcp: allow to turn tcp timestamp randomization off | Florian Westphal | 1 | -2/+7 |
2016-11-10 | igmp: Document sysctl force_igmp_version | Hangbin Liu | 1 | -0/+15 |
2016-08-24 | net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config | Yuchung Cheng | 1 | -22/+23 |
2016-05-30 | Documentation: ip-sysctl.txt: clarify secure_redirects | Eric Garver | 1 | -3/+5 |
2016-04-11 | net: ipv4: Consider failed nexthops in multipath routes | David Ahern | 1 | -0/+10 |