aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipcomp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs1-5/+2
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel1-0/+1
2013-02-04ipcomp: Mark as netns_ok.David S. Miller1-0/+1
2013-01-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert1-2/+5
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-5/+13
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-0/+1
2012-03-11net: Convert printks to pr_<level>Joe Perches1-4/+4
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-2/+4
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+1
2010-02-16ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu1-5/+1
2010-01-28netns xfrm: ipcomp supportAlexey Dobriyan1-3/+6
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan1-1/+1
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-2/+2
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu1-308/+7
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-1/+1
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu1-1/+4
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2008-01-31[IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu1-1/+4
2008-01-28[IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu1-8/+12
2007-11-07[IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu1-1/+2
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-10[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu1-3/+4
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-17/+5
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu1-1/+1
2007-10-10[IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu1-5/+5
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-0/+1
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-0/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-32/+18
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-16/+16
2006-10-04[XFRM]: BEET modeDiego Beltrami1-1/+4
2006-09-28[XFRM]: xfrm_state_lookup() annotationsAl Viro1-1/+1
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-4/+4
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-12/+13
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-07-12[IPCOMP]: Fix truesize after decompressionHerbert Xu1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-8/+3