aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_mode_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman1-1/+2
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman1-0/+1
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert1-4/+1
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-1/+1
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari1-0/+3
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert1-0/+25
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert1-68/+0
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-8/+8
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-08-28{ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du1-8/+8
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel1-2/+6
2013-02-18ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet1-4/+2
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller1-1/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-1/+1
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-2/+2
2008-06-17xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-1/+1
2008-01-28[IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnelsHerbert Xu1-8/+8
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-34/+10
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-26/+11
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu1-1/+1
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-0/+1
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-4/+1
2007-10-10[IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu1-4/+3
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-2/+1
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA1-0/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove casesArnaldo Carvalho de Melo1-2/+4
2007-04-25[IPV4]: cleanupStephen Hemminger1-1/+1
2007-02-26[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_headArnaldo Carvalho de Melo1-0/+1
2007-02-12[XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=nPatrick McHardy1-0/+1
2007-02-08[IPSEC]: IPv6 over IPv4 IPsec tunnelMiika Komu1-11/+46
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim1-2/+1
2006-07-21[IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu1-1/+0
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-0/+125