summaryrefslogtreecommitdiff
path: root/net/ipv4/ipcomp.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca2022-09-291-2/+5
* xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-291-1/+2
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-1/+0
|\
| * xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-1/+0
* | ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
|/
* ipcomp: assign if_id to child tunnel from parent tunnelXin Long2020-07-091-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-051-2/+1
|\
| * xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
* ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-031-5/+2
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-0/+1
* ipcomp: Mark as netns_ok.David S. Miller2013-02-041-0/+1
* xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert2013-01-211-2/+5
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-5/+13
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-141-0/+1
* net: Convert printks to pr_<level>Joe Perches2012-03-111-4/+4
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-5/+1
|\
| * ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-161-5/+1
* | netns xfrm: ipcomp supportAlexey Dobriyan2010-01-281-3/+6
|/
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-2/+2
* netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan2008-11-251-1/+1
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-2/+2
* ipcomp: Fix warnings after ipcomp consolidation.David S. Miller2008-07-271-3/+1
* ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-251-308/+7
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-1/+1
* [IPCOMP]: Disable BH on output when using shared tfmHerbert Xu2008-02-281-1/+4
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-1/+1
* [IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu2008-01-311-1/+4
* [IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu2008-01-281-8/+12
* [IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu2007-11-071-1/+2
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-101-3/+4
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-17/+5
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-101-1/+1
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-101-5/+5
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-0/+1
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-32/+18
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-16/+16