aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_output.c
AgeCommit message (Expand)Author
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu
2008-08-13xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu
2008-01-31[XFRM]: Fix statistics.Masahide NAKAMURA
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu
2008-01-28[IPSEC]: Use dst->header_len when resizing on outputHerbert Xu
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu
2007-10-10[IPSEC]: Move state lock into x->type->outputHerbert Xu
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu
2007-10-10[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.cHerbert Xu
2007-10-10[IPSEC]: Unexport xfrm_replay_notifyHerbert Xu
2007-10-10[IPSEC]: Move output replay code into xfrm_outputHerbert Xu
2007-10-10[IPSEC]: Move xfrm_state_check into xfrm_output.cHerbert Xu
2007-10-10[IPSEC]: Move common output code to xfrm_outputHerbert Xu