index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
gre: Set inner mac header in gro complete
Tom Herbert
1
-0
/
+3
2014-12-16
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
lucien
1
-0
/
+1
2014-12-06
net/ping: handle protocol mismatching scenario
Jane Zhou
1
-0
/
+2
2014-12-06
ipv4: Fix incorrect error code when adding an unreachable route
Panu Matilainen
1
-0
/
+4
2014-11-14
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
1
-3
/
+9
2014-11-14
gre: Use inner mac length when computing tunnel length
Tom Herbert
1
-1
/
+1
2014-11-14
tcp: md5: do not use alloc_percpu()
Eric Dumazet
1
-39
/
+20
2014-11-14
ipv4: fix a potential use after free in ip_tunnel_core.c
Li RongQing
1
-1
/
+2
2014-11-14
ipv4: fix nexthop attlen check in fib_nh_match
Jiri Pirko
1
-1
/
+1
2014-10-15
tcp: fixing TLP's FIN recovery
Per Hurtig
1
-3
/
+1
2014-10-15
xfrm: Generate blackhole routes only from route lookup functions
Steffen Klassert
1
-3
/
+3
2014-10-15
tcp: fix ssthresh and undo for consecutive short FRTO episodes
Neal Cardwell
1
-5
/
+3
2014-10-15
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
2
-3
/
+4
2014-10-15
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
Andrey Vagin
2
-8
/
+11
2014-08-14
tcp: Fix integer-overflow in TCP vegas
Christoph Paasch
1
-1
/
+2
2014-08-14
tcp: Fix integer-overflows in TCP veno
Christoph Paasch
1
-1
/
+1
2014-08-14
ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"
Dmitry Popov
1
-11
/
+18
2014-08-14
ip: make IP identifiers less predictable
Eric Dumazet
1
-3
/
+29
2014-08-14
inetpeer: get rid of ip_id_count
Eric Dumazet
8
-57
/
+25
2014-07-28
ipv4: fix buffer overflow in ip_options_compile()
Eric Dumazet
1
-0
/
+4
2014-07-28
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
3
-1
/
+7
2014-07-28
tcp: fix false undo corner cases
Yuchung Cheng
2
-6
/
+8
2014-07-28
igmp: fix the problem when mc leave group
dingtianhong
1
-4
/
+6
2014-07-28
ipv4: icmp: Fix pMTU handling for rare case
Edward Allcutt
1
-2
/
+0
2014-07-28
tcp: Fix divide by zero when pushing during tcp-repair
Christoph Paasch
1
-1
/
+2
2014-07-28
ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
Eric Dumazet
1
-7
/
+8
2014-07-28
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
1
-9
/
+5
2014-07-28
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
1
-1
/
+1
2014-07-28
ip_tunnel: fix ip_tunnel_lookup
Dmitry Popov
1
-4
/
+8
2014-06-26
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-0
/
+4
2014-06-26
ipv4: fix a race in ip4_datagram_release_cb()
Eric Dumazet
1
-5
/
+15
2014-06-26
ipip, sit: fix ipv4_{update_pmtu,redirect} calls
Dmitry Popov
1
-2
/
+2
2014-06-26
tcp: fix cwnd undo on DSACK in F-RTO
Yuchung Cheng
1
-6
/
+5
2014-06-26
net: tunnels - enable module autoloading
Tom Gundersen
1
-0
/
+1
2014-06-16
netfilter: ipv4: defrag: set local_df flag on defragmented skb
Florian Westphal
1
-2
/
+3
2014-05-31
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
1
-1
/
+1
2014-05-31
ip_tunnel: Initialize the fallback device properly
Steffen Klassert
1
-0
/
+1
2014-05-31
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
1
-1
/
+1
2014-05-31
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
1
-2
/
+2
2014-05-31
ipv4: ip_tunnels: disable cache for nbma gre tunnels
Timo Teräs
1
-1
/
+2
2014-05-31
ip_tunnel: Set network header properly for IP_ECN_decapsulate()
Ying Cai
1
-0
/
+2
2014-05-31
tcp_cubic: fix the range of delayed_ack
Liu Yu
1
-1
/
+1
2014-05-31
ipv4: return valid RTA_IIF on ip route get
Julian Anastasov
1
-1
/
+1
2014-05-31
net: ipv4: current group_info should be put after using.
Wang, Xiaoming
1
-4
/
+11
2014-05-31
vti: don't allow to add the same tunnel twice
Nicolas Dichtel
1
-1
/
+1
2014-05-31
gre: don't allow to add the same tunnel twice
Nicolas Dichtel
1
-1
/
+1
2014-05-31
netfilter: Can't fail and free after table replacement
Thomas Graf
2
-4
/
+8
2014-03-28
tcp: fix get_timewait4_sock() delay computation on 64bit
Eric Dumazet
1
-1
/
+1
2014-03-26
ip_tunnel: Fix dst ref-count.
Pravin B Shelar
3
-3
/
+9
2014-03-20
ipmr: fix mfc notification flags
Nicolas Dichtel
1
-5
/
+8
[next]