summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipcomp6.c
AgeCommit message (Expand)AuthorLines
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-0/+2
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca-2/+5
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca-1/+2
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal-1/+0
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal-1/+0
2020-07-09ipcomp: assign if_id to child tunnel from parent tunnelXin Long-0/+1
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca-0/+1
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti-2/+3
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris-4/+2
2014-03-14ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert-7/+15
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher-2/+1
2013-09-16ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert-2/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller-4/+7
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller-0/+2
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches-2/+2
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches-4/+7
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-2/+3
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim-2/+4
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-5/+1
2010-02-16ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu-5/+1
2010-01-28netns xfrm: ipcomp6 supportAlexey Dobriyan-5/+8
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan-2/+2
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley-1/+1
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan-2/+2
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan-1/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison-2/+2
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller-3/+1
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu-292/+6
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu-0/+2
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet-1/+1
2008-01-31[IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu-1/+4
2008-01-28[IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu-11/+8
2007-11-07[IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu-1/+2
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk-1/+0
2007-10-17[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu-1/+8
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu-13/+6
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu-9/+8
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu-1/+4
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu-3/+3
2007-10-10[IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.cMicah Gruber-2/+0
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo-1/+1