aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
Commit message (Expand)AuthorAgeFilesLines
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-271-1/+1
* xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-271-0/+2
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-11/+4
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-1/+1
* xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-161-1/+1
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-10/+11
* netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-251-7/+8
* netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-251-1/+2
* ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
* xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS2008-08-131-4/+1
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-121-3/+3
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-1/+17
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-1/+1
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-311-0/+1
* [IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu2008-01-281-0/+1
* [IPSEC]: Fix double free on skb on async outputHerbert Xu2008-01-281-0/+2
* [XFRM]: Fix outbound statistics.Masahide NAKAMURA2008-01-281-3/+9
* [XFRM]: Drop packets when replay counter would overflowPaul Moore2008-01-281-1/+4
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-0/+2
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-281-1/+5
* [IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu2008-01-281-12/+6
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+1
* [IPSEC]: Add async resume support on outputHerbert Xu2008-01-281-17/+40
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-3/+67
* [IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu2008-01-281-4/+4
* [IPSEC]: Use dst->header_len when resizing on outputHerbert Xu2008-01-281-1/+2
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-2/+2
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-171-1/+1
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-101-4/+4
* [IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu2007-10-101-2/+0
* [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.cHerbert Xu2007-10-101-4/+0
* [IPSEC]: Unexport xfrm_replay_notifyHerbert Xu2007-10-101-1/+2
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-101-0/+5
* [IPSEC]: Move xfrm_state_check into xfrm_output.cHerbert Xu2007-10-101-0/+22
* [IPSEC]: Move common output code to xfrm_outputHerbert Xu2007-10-101-0/+73