aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-1/+1
2008-01-31[XFRM]: Fix statistics.Masahide NAKAMURA1-0/+1
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu1-0/+1
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu1-0/+2
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA1-3/+9
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore1-1/+4
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-0/+2
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA1-1/+5
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu1-12/+6
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+1
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-17/+40
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-3/+67
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu1-4/+4
2008-01-28[IPSEC]: Use dst->header_len when resizing on outputHerbert Xu1-1/+2
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-2/+2
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-1/+1
2007-10-10[IPSEC]: Move state lock into x->type->outputHerbert Xu1-4/+4
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-2/+0
2007-10-10[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.cHerbert Xu1-4/+0
2007-10-10[IPSEC]: Unexport xfrm_replay_notifyHerbert Xu1-1/+2
2007-10-10[IPSEC]: Move output replay code into xfrm_outputHerbert Xu1-0/+5
2007-10-10[IPSEC]: Move xfrm_state_check into xfrm_output.cHerbert Xu1-0/+22
2007-10-10[IPSEC]: Move common output code to xfrm_outputHerbert Xu1-0/+73