| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
* | [IPCOMP]: Disable BH on output when using shared tfm | Herbert Xu | 2008-02-28 | 1 | -0/+2 |
* | [XFRM]: constify 'struct xfrm_type' | Eric Dumazet | 2008-01-31 | 1 | -1/+1 |
* | [IPCOMP]: Fetch nexthdr before ipch is destroyed | Herbert Xu | 2008-01-31 | 1 | -1/+4 |
* | [IPSEC]: Forbid BEET + ipcomp for now | Herbert Xu | 2008-01-28 | 1 | -11/+8 |
* | [IPSEC]: Fix crypto_alloc_comp error checking | Herbert Xu | 2007-11-07 | 1 | -1/+2 |
* | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 1 | -1/+0 |
* | [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP | Herbert Xu | 2007-10-17 | 1 | -1/+8 |
* | [IPSEC]: Move IP length/checksum setting out of transforms | Herbert Xu | 2007-10-10 | 1 | -13/+6 |
* | [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr | Herbert Xu | 2007-10-10 | 1 | -9/+8 |
* | [IPSEC]: Set skb->data to payload in x->mode->output | Herbert Xu | 2007-10-10 | 1 | -1/+4 |
* | [IPSEC]: Store IPv6 nh pointer in mac_header on output | Herbert Xu | 2007-10-10 | 1 | -3/+3 |
* | [IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.c | Micah Gruber | 2007-10-10 | 1 | -2/+0 |
* | [XFRM]: Add module alias for transformation type. | Masahide NAKAMURA | 2007-07-10 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+1 |
* | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+2 |
* | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -11/+11 |
* | [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian | Al Viro | 2006-12-02 | 1 | -1/+1 |
* | [XFRM]: BEET mode | Diego Beltrami | 2006-10-04 | 1 | -1/+4 |
* | [XFRM]: xfrm_state_lookup() annotations | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | [XFRM] STATE: Add a hook to find offset to be inserted header in outbound. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+1 |
* | [XFRM]: Add XFRM_MODE_xxx for future use. | Masahide NAKAMURA | 2006-09-22 | 1 | -3/+3 |
* | [CRYPTO] users: Use crypto_comp and crypto_has_* | Herbert Xu | 2006-09-21 | 1 | -12/+13 |
* | [IPCOMP]: Fix truesize after decompression | Herbert Xu | 2006-07-12 | 1 | -1/+2 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [NET]: Clean up skb_linearize | Herbert Xu | 2006-06-17 | 1 | -8/+3 |
* | [IPSEC] proto: Move transport mode input path into xfrm_mode_transport | Herbert Xu | 2006-06-17 | 1 | -22/+5 |
* | [NET]: Fix "ntohl(ntohs" bugs | Alexey Dobriyan | 2006-05-22 | 1 | -1/+1 |
* | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 2006-04-11 | 1 | -4/+4 |
* | [IPSEC]: Kill unused decap state argument | Herbert Xu | 2006-04-01 | 1 | -1/+1 |
* | [IPSEC]: Fix tunnel error handling in ipcomp6 | Herbert Xu | 2006-03-26 | 1 | -0/+5 |
* | [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 | Ingo Oeser | 2006-03-20 | 1 | -2/+1 |
* | [NET] sem2mutex: net/ | Arjan van de Ven | 2006-03-20 | 1 | -7/+8 |
* | [IPCOMP6]: don't check vfree() argument for NULL. | Jesper Juhl | 2006-03-20 | 1 | -2/+2 |
* | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 2006-01-13 | 1 | -2/+1 |
* | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -0/+1 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 | 1 | -2/+1 |
* | [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL | Jesper Juhl | 2005-09-01 | 1 | -2/+1 |
* | [IPCOMP]: Fix false smp_processor_id warning | Herbert Xu | 2005-08-18 | 1 | -1/+1 |
* | [IPSEC]: Add xfrm_init_state | Herbert Xu | 2005-06-20 | 1 | -7/+2 |
* | Linux-2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+524 |