aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-10/+11
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-7/+8
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan1-1/+2
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu1-4/+8
2008-08-13xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS1-4/+1
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg1-3/+3
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-1/+17
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