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
/
ipv4
/
xfrm4_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: Pass socket pointer down through okfn().
David Miller
2015-04-07
1
-6
/
+6
*
xfrm: Fix local error reporting crash with interfamily tunnels
Steffen Klassert
2015-02-09
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-14
/
+18
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-05-15
1
-14
/
+18
|
|
\
|
|
*
xfrm: Fix crash with ipv6 IPsec tunnel and NAT.
Steffen Klassert
2014-04-07
1
-14
/
+18
*
|
|
net: rename local_df to ignore_df
WANG Cong
2014-05-12
1
-1
/
+1
|
/
/
*
/
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
-1
/
+1
*
xfrm: introduce helper for safe determination of mtu
Hannes Frederic Sowa
2013-08-14
1
-3
/
+1
*
xfrm: make local error reporting more robust
Hannes Frederic Sowa
2013-08-14
1
-2
/
+10
*
xfrm4: Don't call icmp_send on local error
Steffen Klassert
2011-07-01
1
-1
/
+6
*
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
2011-05-10
1
-2
/
+6
*
netfilter: ipv4: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
2010-03-25
1
-1
/
+1
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
1
-3
/
+3
*
[IPSEC]: Fix inter address family IPsec tunnel handling.
Kazunori MIYAZAWA
2008-03-24
1
-1
/
+1
*
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2008-01-28
1
-2
/
+2
*
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
2008-01-28
1
-0
/
+2
*
[IPSEC]: Merge most of the output path
Herbert Xu
2008-01-28
1
-72
/
+4
*
[IPV4]: Add ip_local_out
Herbert Xu
2008-01-28
1
-7
/
+1
*
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
2008-01-28
1
-11
/
+30
*
[IPSEC]: Rename mode to outer_mode and add inner_mode
Herbert Xu
2007-10-17
1
-1
/
+1
*
[IPSEC]: Add missing BEET checks
Herbert Xu
2007-10-17
1
-1
/
+1
*
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-10-15
1
-2
/
+2
*
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
2007-10-10
1
-0
/
+5
*
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
2007-10-10
1
-36
/
+4
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+1
*
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-4
/
+4
*
[IPSEC]: output mode to take an xfrm state as input param
Jamal Hadi Salim
2006-09-22
1
-1
/
+1
*
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
2006-09-22
1
-2
/
+2
*
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2006-09-22
1
-2
/
+2
*
[NET] gso: Add skb_is_gso
Herbert Xu
2006-07-08
1
-1
/
+1
*
[IPSEC]: Handle GSO packets
Herbert Xu
2006-06-23
1
-8
/
+46
*
[IPSEC] xfrm: Abstract out encapsulation modes
Herbert Xu
2006-06-17
1
-58
/
+3
*
[IPSEC]: Fix IP ID selection
Herbert Xu
2006-04-29
1
-1
/
+1
*
[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
Patrick McHardy
2006-02-15
1
-3
/
+10
*
[NETFILTER]: Redo policy lookups after NAT when neccessary
Patrick McHardy
2006-01-07
1
-1
/
+1
*
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
2006-01-07
1
-0
/
+1
*
[XFRM]: Netfilter IPsec output hooks
Patrick McHardy
2006-01-07
1
-17
/
+54
*
[IPSEC]: Add XFRM_STATE_NOPMTUDISC flag
Herbert Xu
2005-06-20
1
-2
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+141