Commit Graph

61 Commits (be1b08af61379be23d9975eaab29054e9166b13c)

Author SHA1 Message Date
Alexey Dobriyan 4fb236bac9 netns xfrm: AH/ESP in netns! 16 years ago
Alexey Dobriyan 221df1ed33 netns xfrm: state lookup in netns 16 years ago
Jianjun Kong d9319100c1 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c 16 years ago
Joakim Koskela eb49e63093 ipsec: Interfamily IPSec BEET 17 years ago
Thomas Graf 920fc941a9 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access 17 years ago
Al Viro 5e226e4d90 [IPV4]: esp_output() misannotations 17 years ago
Herbert Xu b318e0e4ef [IPSEC]: Fix bogus usage of u64 on input sequence number 17 years ago
Eric Dumazet 533cb5b0a6 [XFRM]: constify 'struct xfrm_type' 17 years ago
Herbert Xu 1a6509d991 [IPSEC]: Add support for combined mode algorithms 17 years ago
Herbert Xu 38320c70d2 [IPSEC]: Use crypto_aead and authenc in ESP 17 years ago
Herbert Xu 9dd3245a2a [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input 17 years ago
Paul Moore afeb14b490 [XFRM]: RFC4303 compliant auditing 17 years ago
Herbert Xu 0ebea8ef35 [IPSEC]: Move state lock into x->type->input 17 years ago
Herbert Xu 668dc8af31 [IPSEC]: Move integrity stat collection into xfrm_input 17 years ago
Thomas Graf 2017a72c07 [IPv4] ESP: Discard dummy packets introduced in rfc4303 17 years ago
David S. Miller 51c739d1f4 [NET]: Fix incorrect sg_mark_end() calls. 17 years ago
Herbert Xu 68e3f5dd4d [CRYPTO] users: Fix up scatterlist conversion errors 18 years ago
Adrian Bunk 72998d8c84 [INET] ESP: Must #include <linux/scatterlist.h> 18 years ago
David S. Miller ed0e7e0ca3 [IPSEC]: Add missing sg_init_table() calls to ESP. 18 years ago
Herbert Xu 631a6698d0 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c 18 years ago
Herbert Xu ceb1eec829 [IPSEC]: Move IP length/checksum setting out of transforms 18 years ago
Herbert Xu 87bdc48d30 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr 18 years ago
Herbert Xu 37fedd3aab [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output 18 years ago
Herbert Xu 7b277b1a5f [IPSEC]: Set skb->data to payload in x->mode->output 18 years ago
Herbert Xu 8bd1707504 [IPSEC] esp: Remove NAT-T checksum invalidation for BEET 18 years ago
Herbert Xu b7c6538cd8 [IPSEC]: Move state lock into x->type->output 18 years ago
Herbert Xu 007f0211a8 [IPSEC]: Store IPv6 nh pointer in mac_header on output 18 years ago
Herbert Xu 436a0a4022 [IPSEC]: Move output replay code into xfrm_output 18 years ago
Herbert Xu 4b7137ff8f [IPSEC] esp: Remove keys from esp_data structure 18 years ago
Masahide NAKAMURA d3d6dd3ada [XFRM]: Add module alias for transformation type. 18 years ago
Patrick McHardy ac758e3c55 [XFRM]: beet: fix worst case header_len calculation 18 years ago
Patrick McHardy c5c2523893 [XFRM]: Optimize MTU calculation 18 years ago
Patrick McHardy 557922584d [XFRM]: esp: fix skb_tail_pointer conversion bug 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 967b05f64e [SK_BUFF]: Introduce skb_set_transport_header 18 years ago
Arnaldo Carvalho de Melo ea2ae17d64 [SK_BUFF]: Introduce skb_transport_offset() 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo d56f90a7c9 [SK_BUFF]: Introduce skb_network_header() 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
Al Viro d5a0a1e310 [IPV4]: encapsulation annotations 18 years ago
Diego Beltrami 0a69452cb4 [XFRM]: BEET mode 19 years ago
David S. Miller e4bec827fe [IPSEC] esp: Defer output IV initialization to first use. 19 years ago
Masahide NAKAMURA 7e49e6de30 [XFRM]: Add XFRM_MODE_xxx for future use. 19 years ago
Herbert Xu 07d4ee583e [IPSEC]: Use HMAC template and hash interface 19 years ago
Herbert Xu 6b7326c849 [IPSEC] ESP: Use block ciphers where applicable 19 years ago
Panagiotis Issaris 0da974f4f3 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Herbert Xu 31a4ab9302 [IPSEC] proto: Move transport mode input path into xfrm_mode_transport 19 years ago
Herbert Xu e695633e21 [IPSEC]: Kill unused decap state argument 19 years ago