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