Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | [IPSEC]: Fix bogus usage of u64 on input sequence number | Herbert Xu | 1 | -1/+1 |
2008-02-01 | [XFRM]: Fix statistics. | Masahide NAKAMURA | 1 | -0/+1 |
2008-01-29 | [IPSEC]: Return EOVERFLOW when output sequence number overflows | Herbert Xu | 1 | -0/+1 |
2008-01-29 | [IPSEC]: Fix double free on skb on async output | Herbert Xu | 1 | -0/+2 |
2008-01-29 | [XFRM]: Fix outbound statistics. | Masahide NAKAMURA | 1 | -3/+9 |
2008-01-29 | [XFRM]: Drop packets when replay counter would overflow | Paul Moore | 1 | -1/+4 |
2008-01-29 | [XFRM]: RFC4303 compliant auditing | Paul Moore | 1 | -0/+2 |
2008-01-29 | [XFRM]: Support to increment packet dropping statistics. | Masahide NAKAMURA | 1 | -1/+5 |
2008-01-29 | [IPSEC]: Do xfrm_state_check_space before encapsulation | Herbert Xu | 1 | -12/+6 |
2008-01-29 | [IPSEC]: Kill afinfo->nf_post_routing | David S. Miller | 1 | -1/+1 |
2008-01-29 | [IPSEC]: Add async resume support on output | Herbert Xu | 1 | -17/+40 |
2008-01-29 | [IPSEC]: Merge most of the output path | Herbert Xu | 1 | -3/+67 |
2008-01-29 | [IPSEC]: Move x->outer_mode->output out of locked section | Herbert Xu | 1 | -4/+4 |
2008-01-29 | [IPSEC]: Use dst->header_len when resizing on output | Herbert Xu | 1 | -1/+2 |
2007-10-18 | [IPSEC]: Rename mode to outer_mode and add inner_mode | Herbert Xu | 1 | -2/+2 |
2007-10-18 | [IPSEC]: Add missing BEET checks | Herbert Xu | 1 | -1/+1 |
2007-10-11 | [IPSEC]: Move state lock into x->type->output | Herbert Xu | 1 | -4/+4 |
2007-10-11 | [IPSEC]: Store IPv6 nh pointer in mac_header on output | Herbert Xu | 1 | -2/+0 |
2007-10-11 | [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c | Herbert Xu | 1 | -4/+0 |
2007-10-11 | [IPSEC]: Unexport xfrm_replay_notify | Herbert Xu | 1 | -1/+2 |
2007-10-11 | [IPSEC]: Move output replay code into xfrm_output | Herbert Xu | 1 | -0/+5 |
2007-10-11 | [IPSEC]: Move xfrm_state_check into xfrm_output.c | Herbert Xu | 1 | -0/+22 |
2007-10-11 | [IPSEC]: Move common output code to xfrm_output | Herbert Xu | 1 | -0/+73 |