| Commit message (Expand) | Author | Age | Files | Lines |
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -1/+1 |
* | [NET]: Generic Large Receive Offload for TCP traffic | Jan-Bernd Themann | 2007-10-10 | 1 | -0/+8 |
* | [IPV4]: The scheduled removal of multipath cached routing support. | David S. Miller | 2007-07-10 | 1 | -42/+0 |
* | [IPV4]: Correct rp_filter help text. | Dave Jones | 2007-05-17 | 1 | -3/+3 |
* | [TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS | David S. Miller | 2007-05-17 | 1 | -0/+1 |
* | Fix trivial typos in Kconfig* files | David Sterba | 2007-05-09 | 1 | -2/+2 |
* | [TCP]: TCP Illinois congestion control (rev3) | Stephen Hemminger | 2007-04-25 | 1 | -0/+13 |
* | [TCP] YeAH-TCP: algorithm implementation | Angelo P. Castellani | 2007-04-25 | 1 | -0/+14 |
* | [IPV4]: Correct links in net/ipv4/Kconfig | Baruch Even | 2007-02-26 | 1 | -2/+2 |
* | correct a dead URL in the IP_MULTICAST help text | Adrian Bunk | 2007-02-17 | 1 | -1/+1 |
* | [TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG. | David S. Miller | 2006-12-02 | 1 | -4/+0 |
* | [TCP]: MD5 Signature Option (RFC2385) support. | YOSHIFUJI Hideaki | 2006-12-02 | 1 | -0/+16 |
* | [NET]: Rethink mark field in struct flowi | Thomas Graf | 2006-12-02 | 1 | -7/+0 |
* | [XFRM]: BEET mode | Diego Beltrami | 2006-10-04 | 1 | -0/+9 |
* | Still more typo fixes | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | more misc typo fixes | Matt LaPlante | 2006-10-03 | 1 | -2/+2 |
* | [TCP]: make cubic the default | Stephen Hemminger | 2006-09-24 | 1 | -6/+6 |
* | [TCP]: default congestion control menu | Stephen Hemminger | 2006-09-24 | 1 | -5/+40 |
* | [IPV4]: Use Protocol Independant Policy Routing Rules Framework | Thomas Graf | 2006-09-22 | 1 | -0/+1 |
* | [IPSEC] ESP: Use block ciphers where applicable | Herbert Xu | 2006-09-21 | 1 | -0/+1 |
* | [TCP]: Remove TCP Compound | David S. Miller | 2006-07-10 | 1 | -10/+0 |
* | [TCP]: TCP Compound congestion control | Angelo P. Castellani | 2006-06-17 | 1 | -0/+10 |
* | [TCP]: TCP Veno congestion control | Bin Zhou | 2006-06-17 | 1 | -0/+12 |
* | [TCP]: TCP Low Priority congestion control | Wong Hoi Sing Edison | 2006-06-17 | 1 | -0/+10 |
* | [IPSEC] xfrm: Abstract out encapsulation modes | Herbert Xu | 2006-06-17 | 1 | -0/+18 |
* | [INET]: Introduce tunnel4/tunnel6 | Herbert Xu | 2006-03-28 | 1 | -8/+9 |
* | [TCP] BIC: CUBIC window growth (2.0) | Stephen Hemminger | 2006-01-03 | 1 | -0/+8 |
* | [INET_DIAG]: Move the tcp_diag interface to the proper place | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -2/+6 |
* | [TCPDIAG]: Just rename everything to inet_diag | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -5/+5 |
* | [TCPDIAG]: Introduce inet_diag_{register,unregister} | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -3/+0 |
* | [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -3/+1 |
* | [IPV6]: Generalise the tcp_v6_lookup routines | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -3/+0 |
* | [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -3/+6 |
* | [IPV4]: Fix Kconfig syntax error | Hans-Juergen Tappe (SYSGO AG) | 2005-07-27 | 1 | -1/+1 |
* | [NET]: Make ipip/ip6_tunnel independant of XFRM | Patrick McHardy | 2005-07-19 | 1 | -1/+0 |
* | [IPV4]: Don't select XFRM for ip_gre | Patrick McHardy | 2005-07-19 | 1 | -1/+0 |
* | [IPV4]: fix IP_FIB_HASH kconfig warning | Adrian Bunk | 2005-07-18 | 1 | -7/+3 |
* | [NET]: move config options out to individual protocols | Sam Ravnborg | 2005-07-11 | 1 | -20/+5 |
* | [TCP]: Let TCP_CONG_ADVANCED default to n | Adrian Bunk | 2005-06-26 | 1 | -1/+0 |
* | [IPV4]: Fix thinko in TCP_CONG_BIC default. | David S. Miller | 2005-06-26 | 1 | -1/+1 |
* | [TCP]: Do not present confusing congestion control options by default. | David S. Miller | 2005-06-24 | 1 | -1/+19 |
* | [IPV4]: Move FIB lookup algorithm choice under IP_ADVANCED_ROUTING | David S. Miller | 2005-06-24 | 1 | -26/+38 |
* | [TCP]: Add Scalable TCP congestion control module. | John Heffner | 2005-06-23 | 1 | -0/+9 |
* | [TCP]: Add H-TCP congestion control module. | Baruch Even | 2005-06-23 | 1 | -0/+13 |
* | [TCP]: Add TCP Vegas congestion control module. | Stephen Hemminger | 2005-06-23 | 1 | -0/+11 |
* | [TCP]: Add TCP Hybla congestion control module. | Daniele Lacamera | 2005-06-23 | 1 | -0/+10 |
* | [TCP]: Add High Speed TCP congestion control module. | John Heffner | 2005-06-23 | 1 | -0/+11 |
* | [TCP]: Add TCP Westwood congestion control module. | Stephen Hemminger | 2005-06-23 | 1 | -0/+15 |
* | [TCP]: Add TCP BIC congestion control module. | Stephen Hemminger | 2005-06-23 | 1 | -0/+21 |
* | [PATCH] Fix extra double quote in IPV4 Kconfig | Kumar Gala | 2005-06-22 | 1 | -1/+1 |