index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
xfrm6_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+13
2014-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-9
/
+13
2014-05-12
net: rename local_df to ignore_df
WANG Cong
1
-3
/
+3
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
1
-1
/
+1
2014-04-07
xfrm: Fix crash with ipv6 IPsec tunnel and NAT.
Steffen Klassert
1
-9
/
+13
2013-08-26
xfrm: revert ipv4 mtu determination to dst_mtu
Hannes Frederic Sowa
1
-3
/
+5
2013-08-19
ipv6: xfrm: dereference inner ipv6 header if encapsulated
Hannes Frederic Sowa
1
-1
/
+3
2013-08-14
xfrm: introduce helper for safe determination of mtu
Hannes Frederic Sowa
1
-1
/
+4
2013-08-14
xfrm: make local error reporting more robust
Hannes Frederic Sowa
1
-4
/
+6
2012-02-01
xfrm6: remove unneeded NULL check in __xfrm6_output()
Dan Carpenter
1
-1
/
+1
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-2
/
+2
2011-10-19
xfrm6: Don't call icmpv6_send on local error
Steffen Klassert
1
-2
/
+54
2011-05-11
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
1
-3
/
+3
2010-12-20
ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.
David Stevens
1
-1
/
+15
2010-03-25
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
1
-2
/
+2
2010-02-19
ipv6: drop unused "dev" arg of icmpv6_send()
Alexey Dobriyan
1
-1
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-2
/
+2
2009-04-07
xfrm: fix fragmentation on inter family tunnels
Steffen Klassert
1
-0
/
+1
2008-03-25
[IPSEC]: Fix inter address family IPsec tunnel handling.
Kazunori MIYAZAWA
1
-1
/
+1
2008-02-13
[IPV6]: Fix IPsec datagram fragmentation
Herbert Xu
1
-1
/
+1
2008-01-29
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-1
/
+1
2008-01-29
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
1
-1
/
+2
2008-01-29
[IPSEC]: Merge most of the output path
Herbert Xu
1
-70
/
+7
2008-01-29
[IPV6]: Add ip6_local_out
Herbert Xu
1
-6
/
+1
2008-01-29
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
1
-0
/
+1
2008-01-29
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
1
-9
/
+30
2007-10-18
[IPSEC]: Rename mode to outer_mode and add inner_mode
Herbert Xu
1
-1
/
+1
2007-10-18
[IPSEC]: Add missing BEET checks
Herbert Xu
1
-1
/
+1
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-2
/
+2
2007-10-11
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
1
-0
/
+4
2007-10-11
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
1
-40
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[IPV6]: Decentralize EXPORT_SYMBOLs.
YOSHIFUJI Hideaki
1
-0
/
+2
2007-04-26
[NET]: Convert xtime.tv_sec to get_seconds()
James Morris
1
-1
/
+1
2007-02-11
[NET] IPV6: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-4
/
+4
2006-09-23
[IPSEC]: output mode to take an xfrm state as input param
Jamal Hadi Salim
1
-1
/
+1
2006-09-23
[XFRM] IPV6: Update outbound state timestamp for each sending.
Masahide NAKAMURA
1
-0
/
+2
2006-09-23
[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.
Masahide NAKAMURA
1
-0
/
+6
2006-09-23
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
1
-2
/
+2
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-08-03
[XFRM]: Fix protocol field value for outgoing IPv6 GSO packets
Patrick McHardy
1
-1
/
+1
2006-07-09
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-06-23
[IPSEC]: Handle GSO packets
Herbert Xu
1
-2
/
+37
2006-06-18
[IPSEC] xfrm: Abstract out encapsulation modes
Herbert Xu
1
-60
/
+3
2006-01-07
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
1
-0
/
+1
2006-01-07
[XFRM]: Netfilter IPsec output hooks
Patrick McHardy
1
-19
/
+56
2005-05-24
[IPV6]: Fix xfrm tunnel oops with large packets
Herbert Xu
1
-0
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+143