summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipcomp.c
AgeCommit message (Expand)AuthorLines
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-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+0
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal-1/+0
2021-05-17ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-07-09ipcomp: assign if_id to child tunnel from parent tunnelXin Long-0/+1
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+1
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris-1/+1
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert-9/+17
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs-5/+2
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel-0/+1
2013-02-04ipcomp: Mark as netns_ok.David S. Miller-0/+1
2013-01-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert-2/+5
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller-5/+13
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller-0/+1
2012-03-11net: Convert printks to pr_<level>Joe Perches-4/+4
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-2/+2
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: ipcomp supportAlexey Dobriyan-3/+6
2009-09-14net: constify struct net_protocolAlexey Dobriyan-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-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison-2/+2
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller-3/+1
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu-308/+7
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki-1/+1
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu-1/+4
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-8/+12
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-10[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu-3/+4
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu-17/+5
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu-1/+1
2007-10-10[IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu-5/+5
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu-0/+1
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA-0/+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 icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo-32/+18
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki-16/+16