aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_mode_tunnel.c
AgeCommit message (Expand)Author
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-08-28{ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel
2013-02-18ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-03net: skb->dst accessorsEric Dumazet
2008-06-17xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA
2008-01-28[IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnelsHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu
2007-10-10[IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove casesArnaldo Carvalho de Melo
2007-04-25[IPV4]: cleanupStephen Hemminger
2007-02-26[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_headArnaldo Carvalho de Melo
2007-02-12[XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=nPatrick McHardy
2007-02-08[IPSEC]: IPv6 over IPv4 IPsec tunnelMiika Komu
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim
2006-07-21[IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu