summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFRM]: BEET modeDiego Beltrami2006-10-041-1/+4
* [XFRM]: xfrm_state_lookup() annotationsAl Viro2006-09-281-1/+1
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-4/+4
* [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-211-12/+13
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* [IPCOMP]: Fix truesize after decompressionHerbert Xu2006-07-121-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-171-8/+3
* [IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu2006-06-171-18/+5
* [NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan2006-05-221-1/+1
* [NET]: Remove redundant NULL checks before [kv]freeJesper Juhl2006-04-181-5/+2