index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ipcomp6.c
Age
Commit message (
Expand
)
Author
2022-09-29
xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
Sabrina Dubroca
2022-09-29
xfrm: pass extack down to xfrm_type ->init_state
Sabrina Dubroca
2021-06-11
xfrm: remove hdr_offset indirection
Florian Westphal
2021-06-09
xfrm: remove description from xfrm_type struct
Florian Westphal
2020-07-09
ipcomp: assign if_id to child tunnel from parent tunnel
Xin Long
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
2019-06-06
xfrm: remove type and offload_type map from xfrm_state_afinfo
Florian Westphal
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2016-11-04
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2014-08-24
ipv6: White-space cleansing : Structure layouts
Ian Morris
2014-03-14
ipcomp6: Use the IPsec protocol multiplexer API
Steffen Klassert
2013-12-06
ipv4/ipv6: Fix FSF address in file headers
Jeff Kirsher
2013-09-16
ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACH
Steffen Klassert
2013-09-05
ipv6:introduce function to find route for redirect
Duan Jiong
2012-07-12
ipv6: Add redirect support to all protocol icmp error handlers.
David S. Miller
2012-06-15
ipv6: Handle PMTU in ICMP error handlers.
David S. Miller
2012-05-16
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
2012-05-16
net: ipv6: Standardize prefixes for message logging
Joe Perches
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
2010-02-22
xfrm: SA lookups signature with mark
Jamal Hadi Salim
2010-02-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-16
ipcomp: Avoid duplicate calls to ipcomp_destroy
Herbert Xu
2010-01-28
netns xfrm: ipcomp6 support
Alexey Dobriyan
2010-01-28
netns xfrm: xfrm6_tunnel in netns
Alexey Dobriyan
2009-09-14
net: constify struct inet6_protocol
Alexey Dobriyan
2009-06-23
ipv6: Use correct data types for ICMPv6 type and code
Brian Haley
2008-11-25
netns xfrm: state lookup in netns
Alexey Dobriyan
2008-11-25
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2008-10-28
net: replace uses of NIP6_FMT with %p6
Harvey Harrison
2008-07-27
ipcomp: Fix warnings after ipcomp consolidation.
David S. Miller
2008-07-25
ipsec: ipcomp - Merge IPComp implementations
Herbert Xu
2008-04-18
net: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-02-28
[IPCOMP]: Disable BH on output when using shared tfm
Herbert Xu
2008-01-31
[XFRM]: constify 'struct xfrm_type'
Eric Dumazet
2008-01-31
[IPCOMP]: Fetch nexthdr before ipch is destroyed
Herbert Xu
2008-01-28
[IPSEC]: Forbid BEET + ipcomp for now
Herbert Xu
2007-11-07
[IPSEC]: Fix crypto_alloc_comp error checking
Herbert Xu
2007-11-02
cleanup asm/scatterlist.h includes
Adrian Bunk
2007-10-17
[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP
Herbert Xu
2007-10-10
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
2007-10-10
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
Herbert Xu
2007-10-10
[IPSEC]: Set skb->data to payload in x->mode->output
Herbert Xu
2007-10-10
[IPSEC]: Store IPv6 nh pointer in mac_header on output
Herbert Xu
2007-10-10
[IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.c
Micah Gruber
2007-07-10
[XFRM]: Add module alias for transformation type.
Masahide NAKAMURA
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
[next]