summaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-1/+0
* xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-2/+2
* ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* xfrm: clean up xfrm protocol checksCong Wang2019-03-261-1/+1
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-03-151-0/+4
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-1/+1
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2018-12-191-0/+3
* xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+3
* xfrm6_tunnel: exit_net cleanup check addedVasily Averin2017-11-141-0/+8
* net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* vti6: fix input pathNicolas Dichtel2016-09-211-1/+1
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-2/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-1/+1
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+4
* xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-2/+2
* ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2011-05-241-1/+1
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-5/+5
* xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger2010-10-211-3/+1
* ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet2010-08-301-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-1/+0
* tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-35/+20
* netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan2010-01-281-57/+83
* netns xfrm: fixup xfrm6_tunnel error propagationAlexey Dobriyan2010-01-281-5/+11
* xfrm6_tunnel: RCU conversionEric Dumazet2009-10-241-19/+28
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* xfrm6_tunnel: join error paths using gotoIlpo Järvinen2008-12-141-17/+16
* [XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi().YOSHIFUJI Hideaki2008-03-251-22/+23
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-1/+1
* [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu2007-10-171-1/+1
* [IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu2007-10-171-1/+1
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-5/+0
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-0/+1
* [IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu2007-10-101-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [IPV6]: Fix slab corruption running ip6sicEric Sesterhenn2007-04-281-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-2/+2
* [IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA2007-02-131-3/+16
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-11/+11
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-021-1/+1
* [XFRM]: misc annotationsAl Viro2006-12-021-3/+3