summaryrefslogtreecommitdiff
path: root/net/ipv6/ipcomp6.c
AgeCommit message (Expand)AuthorFilesLines
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-19net: 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-02-01[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2008-02-01[IPCOMP]: Fetch nexthdr before ipch is destroyedHerbert Xu1-1/+4
2008-01-29[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-18[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu1-1/+8
2007-10-11[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-13/+6
2007-10-11[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu1-9/+8
2007-10-11[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-1/+4
2007-10-11[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-3/+3
2007-10-11[IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.cMicah Gruber1-2/+0
2007-07-11[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-3/+1
2007-04-26[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-02-11[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-12-03[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-10-04[XFRM]: BEET modeDiego Beltrami1-1/+4
2006-09-29[XFRM]: xfrm_state_lookup() annotationsAl Viro1-2/+2
2006-09-23[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-0/+1
2006-09-23[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-3/+3
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-12/+13
2006-07-13[IPCOMP]: Fix truesize after decompressionHerbert Xu1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-18[NET]: Clean up skb_linearizeHerbert Xu1-8/+3
2006-06-18[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu1-22/+5
2006-05-23[NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan1-1/+1
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-4/+4
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-27[IPSEC]: Fix tunnel error handling in ipcomp6Herbert Xu1-0/+5
2006-03-21[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-2/+1
2006-03-21[NET] sem2mutex: net/Arjan van de Ven1-7/+8
2006-03-21[IPCOMP6]: don't check vfree() argument for NULL.Jesper Juhl1-2/+2
2006-01-14[NET]: Use NIP6_FMT in kernel.hJoe Perches1-2/+1
2006-01-04[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2005-11-08[NET]: kfree cleanupJesper Juhl1-2/+1
2005-09-02[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-08-19[IPCOMP]: Fix false smp_processor_id warningHerbert Xu1-1/+1
2005-06-21[IPSEC]: Add xfrm_init_stateHerbert Xu1-7/+2
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+524