aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ah6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-1/+1
2011-01-11ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+1
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi1-1/+1
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
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: AH/ESP in netns!Alexey Dobriyan1-1/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan1-2/+0
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-1/+1
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu1-3/+1
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-1/+1
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu1-2/+7
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu1-2/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-22[IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA1-0/+1
2007-10-17[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu1-1/+8
2007-10-17[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spiHerbert Xu1-0/+2
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu1-8/+8
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-0/+1
2007-10-10[IPSEC]: Move state lock into x->type->outputHerbert Xu1-3/+6
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-3/+3
2007-10-10[IPSEC]: Move output replay code into xfrm_outputHerbert Xu1-2/+2
2007-10-10[IPSEC] ah: Remove keys from ah_data structureHerbert Xu1-7/+2
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-0/+1
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-4/+4
2007-07-10[IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA1-2/+2
2007-05-31[IPSEC]: Fix IPv6 AH calculation in outboundKazunori MIYAZAWA1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-6/+8
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-5/+7
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-20/+20
2006-12-02[IPV6]: Use kmemdupArnaldo Carvalho de Melo1-2/+1
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki1-39/+6
2006-09-22[IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.Masahide NAKAMURA1-0/+109
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-1/+2
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu1-12/+23
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu1-7/+3
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-3/+1