aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ah4.c
Commit message (Expand)AuthorAgeFilesLines
* ah: Don't return NET_XMIT_DROP on input.Nick Bowler2012-02-031-2/+0
* ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2012-01-251-2/+2
* ah: Correctly pass error codes in ahash output callback.Nick Bowler2012-01-251-2/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+4
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-1/+1
* ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-081-6/+19
* ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2011-01-111-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-1/+1
* xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-251-1/+1
* ah4: convert to ahashSteffen Klassert2009-10-181-59/+236
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-251-1/+3
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-031-2/+2
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-1/+1
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-1/+1
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-281-3/+1
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-1/+3
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-281-4/+10
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-2/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-101-2/+3
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-2/+0
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-101-9/+9
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-101-3/+3
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-0/+1
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-101-1/+6
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-101-2/+2
* [IPSEC] ah: Remove keys from ah_data structureHerbert Xu2007-10-101-7/+2
* [IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.Nick Bowler2007-08-261-1/+1
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-10/+10
* [IPV4]: encapsulation annotationsAl Viro2006-12-021-2/+2
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-1/+1
* [NetLabel]: core network changesPaul Moore2006-09-221-1/+1
* [IPSEC]: Use HMAC template and hash interfaceHerbert Xu2006-09-211-12/+24
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-3/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu2006-06-171-8/+7
* [IPSEC]: Kill unused decap state argumentHerbert Xu2006-04-011-1/+1
* [IPSEC]: Sync series - fast pathJamal Hadi Salim2006-03-201-0/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl2005-09-011-12/+6