aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-04net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-09-21vti6: fix input pathNicolas Dichtel1-1/+1
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-1/+1
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+4
2013-01-29xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-13ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2011-05-24ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-5/+5
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger1-3/+1
2010-08-30ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet1-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
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan1-35/+20
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan1-57/+83
2010-01-28netns xfrm: fixup xfrm6_tunnel error propagationAlexey Dobriyan1-5/+11
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2008-12-14xfrm6_tunnel: join error paths using gotoIlpo Järvinen1-17/+16
2008-03-25[XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi().YOSHIFUJI Hideaki1-22/+23
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu1-1/+1
2007-10-17[IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu1-1/+1
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-5/+0
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-0/+1
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-0/+1
2007-04-28[IPV6]: Fix slab corruption running ip6sicEric Sesterhenn1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-2/+2
2007-02-13[IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA1-3/+16
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-12-02[XFRM]: misc annotationsAl Viro1-3/+3
2006-11-01[IPV6]: File the fingerprints off ah6->spi/esp6->spiAl Viro1-2/+2
2006-09-28[XFRM]: xrfm_replay_check() annotationsAl Viro1-1/+1
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-07-24[IPV6] xfrm6_tunnel: Delete debugging code.David S. Miller1-130/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu1-67/+14
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-5/+6
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-5/+3
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-3/+3