aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipcomp6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris1-4/+2
2014-03-14ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert1-7/+15
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-16ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert1-2/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong1-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-4/+7
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-0/+2
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-2/+2
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-4/+7
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+3
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: ipcomp6 supportAlexey Dobriyan1-5/+8
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan1-2/+2
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-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-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu1-292/+6
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu1-0/+2
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-11/+8
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-17[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu1-1/+8
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-13/+6
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu1-9/+8
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-1/+4
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-3/+3
2007-10-10[IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.cMicah Gruber1-2/+0
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-1/+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 skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-3/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-10-04[XFRM]: BEET modeDiego Beltrami1-1/+4
2006-09-28[XFRM]: xfrm_state_lookup() annotationsAl Viro1-2/+2
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-0/+1
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-3/+3