index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ipcomp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-22
xfrm: SA lookups signature with mark
Jamal Hadi Salim
1
-2
/
+4
2010-02-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+1
2010-02-16
ipcomp: Avoid duplicate calls to ipcomp_destroy
Herbert Xu
1
-5
/
+1
2010-01-28
netns xfrm: ipcomp support
Alexey Dobriyan
1
-3
/
+6
2009-09-14
net: constify struct net_protocol
Alexey Dobriyan
1
-1
/
+1
2008-11-25
netns xfrm: state lookup in netns
Alexey Dobriyan
1
-2
/
+2
2008-11-25
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
1
-1
/
+1
2008-10-31
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
Harvey Harrison
1
-2
/
+2
2008-07-27
ipcomp: Fix warnings after ipcomp consolidation.
David S. Miller
1
-3
/
+1
2008-07-25
ipsec: ipcomp - Merge IPComp implementations
Herbert Xu
1
-308
/
+7
2008-04-18
net: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-14
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-02-28
[IPCOMP]: Disable BH on output when using shared tfm
Herbert Xu
1
-1
/
+4
2008-01-31
[XFRM]: constify 'struct xfrm_type'
Eric Dumazet
1
-1
/
+1
2008-01-31
[IPCOMP]: Fetch nexthdr before ipch is destroyed
Herbert Xu
1
-1
/
+4
2008-01-28
[IPSEC]: Forbid BEET + ipcomp for now
Herbert Xu
1
-8
/
+12
2007-11-07
[IPSEC]: Fix crypto_alloc_comp error checking
Herbert Xu
1
-1
/
+2
2007-11-02
cleanup asm/scatterlist.h includes
Adrian Bunk
1
-1
/
+0
2007-10-10
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
Herbert Xu
1
-3
/
+4
2007-10-10
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
1
-17
/
+5
2007-10-10
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
Herbert Xu
1
-1
/
+1
2007-10-10
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
Herbert Xu
1
-5
/
+5
2007-10-10
[IPSEC]: Set skb->data to payload in x->mode->output
Herbert Xu
1
-0
/
+1
2007-07-10
[XFRM]: Add module alias for transformation type.
Masahide NAKAMURA
1
-0
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-32
/
+18
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-16
/
+16
2006-10-04
[XFRM]: BEET mode
Diego Beltrami
1
-1
/
+4
2006-09-28
[XFRM]: xfrm_state_lookup() annotations
Al Viro
1
-1
/
+1
2006-09-22
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
1
-4
/
+4
2006-09-21
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
1
-12
/
+13
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-2
/
+1
2006-07-12
[IPCOMP]: Fix truesize after decompression
Herbert Xu
1
-1
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-17
[NET]: Clean up skb_linearize
Herbert Xu
1
-8
/
+3
2006-06-17
[IPSEC] proto: Move transport mode input path into xfrm_mode_transport
Herbert Xu
1
-18
/
+5
2006-05-22
[NET]: Fix "ntohl(ntohs" bugs
Alexey Dobriyan
1
-1
/
+1
2006-04-18
[NET]: Remove redundant NULL checks before [kv]free
Jesper Juhl
1
-5
/
+2
2006-04-11
[PATCH] for_each_possible_cpu: network codes
KAMEZAWA Hiroyuki
1
-4
/
+4
2006-04-01
[IPSEC]: Kill unused decap state argument
Herbert Xu
1
-2
/
+1
2006-03-20
[NET] sem2mutex: net/
Arjan van de Ven
1
-8
/
+9
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-09-01
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
Jesper Juhl
1
-2
/
+1
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-2
/
+2
2005-08-18
[IPCOMP]: Fix false smp_processor_id warning
Herbert Xu
1
-1
/
+1
2005-06-20
[IPSEC]: Add xfrm_init_state
Herbert Xu
1
-8
/
+3
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+524