An error occurred fetching the project authors.
- 31 May, 2003 1 commit
-
-
Herbert Xu authored
-
- 26 May, 2003 1 commit
-
-
Herbert Xu authored
-
- 22 May, 2003 1 commit
-
-
Linus Torvalds authored
-
- 15 May, 2003 1 commit
-
-
David S. Miller authored
-
- 09 May, 2003 1 commit
-
-
James Morris authored
-
- 08 Apr, 2003 1 commit
-
-
James Morris authored
-
- 02 Apr, 2003 1 commit
-
-
Derek Atkins authored
In particular, implement ESPinUDP encapsulation for IPsec Nat Traversal.
-
- 24 Mar, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 22 Mar, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 21 Mar, 2003 1 commit
-
-
Linus Torvalds authored
-
- 19 Mar, 2003 2 commits
-
-
Alexey Kuznetsov authored
1. Add local_df field to struct sk_buff to mark packets which are to be fragmented locally despite of their IPv6ness of IP DF flag 2. Add ext2_header_len to tcp_opt to keep memory of part of header length depending on route 3. Add trailer_len to struct dst_entry and xfrm_state to know how much of space should be reserved at tail of frame for subsequent transformations. 4. [BUG] icv_trun_len must be used while mss claculation, not icv_full_length.
-
Alexey Kuznetsov authored
1. Fix illegal dereference of potentially freed memory in xfrm_policy.c 2. Complete wildcard flow addresses to real ones in xfrm_lookup(). 3. Respect optional flag when chacking for input policy. 4. Delete orphaned comments in ip.h. 5. Fix mistakedly freed route in tcp connect.
-
- 05 Mar, 2003 1 commit
-
-
Kazunori Miyazawa authored
Credits also to Mitsuru Kanda <kanda@karaba.org>, YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>, and Kunihiro Ishiguro.
-
- 02 Mar, 2003 1 commit
-
-
David S. Miller authored
-
- 19 Feb, 2003 1 commit
-
-
David S. Miller authored
-
- 07 Jan, 2003 1 commit
-
-
Andrew Morton authored
-
- 30 Dec, 2002 1 commit
-
-
Christoph Hellwig authored
completly remove the old try_inc_mod_count()
-
- 29 Dec, 2002 1 commit
-
-
Christoph Hellwig authored
this is only for the module-related warning introduced by my __deprecated patch.
-
- 18 Nov, 2002 1 commit
-
-
Alexey Kuznetsov authored
- Implement policy timeouts. - Make PF_KEY return proper error from KM acquire.
-
- 10 Nov, 2002 1 commit
-
-
Alexey Kuznetsov authored
- Make connect() policy selection actually happen - return len instead of 0 on successful pfkey sendmsg - make prefixlen checks in a way more compatible with isakmpd - key manager wait queues are totally wrong
-
- 07 Nov, 2002 2 commits
-
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
1. Expiration of SAs. Some missing updates of counters. Question: very strange, rfc defines use_time as time of the first use of SA. But kame setkey refers to this as lastuse. 2. Bug fixes for tunnel mode and forwarding. 3. Fix bugs in per-socket policy: policy entries do not leak but are destroyed, when socket is closed, and are cloned on children of listening sockets. 4. Implemented use policy: i.e. use ipsec if a SA is available, ignore if it is not. 5. Added sysctl to disable in/out policy on some devices. It is set on loopback by default. 6. Remove resolved reference from template. It is not used, but pollutes code. 7. Added all the SASTATEs, now they make sense.
-
- 06 Nov, 2002 1 commit
-
-
Alexey Kuznetsov authored
-
- 04 Nov, 2002 2 commits
-
-
Alexey Kuznetsov authored
- Implement IP_IPSEC_POLICY setsockopt - Rework input policy checks to use it - dst->child destruction is repaired - Fix tunnel mode IP header building.
-
David S. Miller authored
- Fix dst metric memcpy length. - Iterator for walking skb sec_path goes in wrong direction.
-
- 03 Nov, 2002 2 commits
-
-
David S. Miller authored
-
Alexey Kuznetsov authored
- Add ESP tranformer. - Add AF_KEY socket layer. - Rework xfrm structures for user interfaces - Add CONFIG_IP_{AH,ESP}.
-
- 28 Oct, 2002 2 commits
-
-
David S. Miller authored
-
Alexey Kuznetsov authored
-