index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
xfrm6_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: fix tunnel model fragmentation behavior
Lina Wang
2022-03-01
1
-0
/
+16
*
net: ipv6: fix return value of ip6_skb_dst_mtu
Vadim Fedorenko
2021-07-02
1
-1
/
+1
*
xfrm: remove hdr_offset indirection
Florian Westphal
2021-06-11
1
-7
/
+0
*
xfrm: remove output_finish indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
1
-32
/
+2
*
xfrm: remove extract_output indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
1
-58
/
+0
*
xfrm: place xfrm6_local_dontfrag in xfrm.h
Florian Westphal
2020-05-06
1
-19
/
+2
*
xfrm: expose local_rxpmtu via ipv6_stubs
Florian Westphal
2020-05-06
1
-1
/
+1
*
xfrm: state: remove extract_input indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
1
-1
/
+16
*
netfilter: Support iif matches in POSTROUTING
Phil Sutter
2019-11-15
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
xfrm: store xfrm_mode directly, not its address
Florian Westphal
2019-04-08
1
-1
/
+1
*
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
2019-04-08
1
-2
/
+19
*
xfrm: remove output indirection from xfrm_mode
Florian Westphal
2019-04-08
1
-15
/
+0
*
xfrm6: call kfree_skb when skb is toobig
Thadeu Lima de Souza Cascardo
2018-09-03
1
-0
/
+2
*
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
Daniel Axtens
2018-03-04
1
-1
/
+1
*
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
2017-04-14
1
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
1
-6
/
+12
|
\
|
*
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
2015-10-19
1
-0
/
+1
|
*
ipv6: Fix IPsec pre-encap fragmentation check
Herbert Xu
2015-09-04
1
-6
/
+11
*
|
dst: Pass net into dst->output
Eric W. Biederman
2015-10-08
1
-3
/
+1
*
|
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
2015-10-08
1
-1
/
+1
*
|
ipv6: Add missing newline to __xfrm6_output_finish
Eric W. Biederman
2015-10-01
1
-0
/
+1
*
|
ipv6: Pass struct net through ip6_fragment
Eric W. Biederman
2015-09-30
1
-2
/
+8
*
|
netfilter: Add blank lines in callers of netfilter hooks
Eric W. Biederman
2015-09-17
1
-0
/
+1
*
|
netfilter: Pass net into okfn
Eric W. Biederman
2015-09-17
1
-1
/
+1
*
|
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
2015-09-17
1
-2
/
+4
*
|
net: Merge dst_output and dst_output_sk
Eric W. Biederman
2015-09-17
1
-1
/
+1
|
/
*
netfilter: Pass socket pointer down through okfn().
David Miller
2015-04-07
1
-7
/
+8
*
xfrm: Fix local error reporting crash with interfamily tunnels
Steffen Klassert
2015-02-09
1
-1
/
+1
*
ipv6: White-space cleansing : gaps between function and symbol export
Ian Morris
2014-08-24
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-9
/
+13
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-05-15
1
-9
/
+13
|
|
\
|
|
*
xfrm: Fix crash with ipv6 IPsec tunnel and NAT.
Steffen Klassert
2014-04-07
1
-9
/
+13
*
|
|
net: rename local_df to ignore_df
WANG Cong
2014-05-12
1
-3
/
+3
|
/
/
*
/
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
2014-04-15
1
-1
/
+1
|
/
*
xfrm: revert ipv4 mtu determination to dst_mtu
Hannes Frederic Sowa
2013-08-26
1
-3
/
+5
*
ipv6: xfrm: dereference inner ipv6 header if encapsulated
Hannes Frederic Sowa
2013-08-19
1
-1
/
+3
*
xfrm: introduce helper for safe determination of mtu
Hannes Frederic Sowa
2013-08-14
1
-1
/
+4
*
xfrm: make local error reporting more robust
Hannes Frederic Sowa
2013-08-14
1
-4
/
+6
*
xfrm6: remove unneeded NULL check in __xfrm6_output()
Dan Carpenter
2012-02-01
1
-1
/
+1
*
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-2
/
+2
*
xfrm6: Don't call icmpv6_send on local error
Steffen Klassert
2011-10-18
1
-2
/
+54
*
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
2011-05-10
1
-3
/
+3
*
ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.
David Stevens
2010-12-19
1
-1
/
+15
*
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
2010-03-25
1
-2
/
+2
*
ipv6: drop unused "dev" arg of icmpv6_send()
Alexey Dobriyan
2010-02-18
1
-1
/
+1
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
1
-2
/
+2
*
xfrm: fix fragmentation on inter family tunnels
Steffen Klassert
2009-04-06
1
-0
/
+1
*
[IPSEC]: Fix inter address family IPsec tunnel handling.
Kazunori MIYAZAWA
2008-03-24
1
-1
/
+1
*
[IPV6]: Fix IPsec datagram fragmentation
Herbert Xu
2008-02-12
1
-1
/
+1
[next]