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.12.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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-11
tcp: be more careful in tcp_fragment()
Eric Dumazet
1
-1
/
+10
2019-08-04
tcp: Reset bytes_acked and bytes_received when disconnecting
Christoph Paasch
1
-0
/
+2
2019-08-04
ipv4: don't set IPv6 only flags to IPv4 addresses
Matteo Croce
1
-0
/
+8
2019-08-04
igmp: fix memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-6
/
+2
2019-07-10
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
1
-1
/
+5
2019-07-10
ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
Stephen Suryaputra
1
-1
/
+1
2019-06-27
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
1
-1
/
+1
2019-06-17
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Eric Dumazet
1
-0
/
+1
2019-06-17
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
3
-2
/
+13
2019-06-17
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
2
-0
/
+6
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
3
-8
/
+25
2019-06-17
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
1
-2
/
+2
2019-06-11
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
Eric Dumazet
1
-11
/
+11
2019-06-11
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-17
/
+30
2019-05-25
xfrm4: Fix uninitialized memory read in _decode_session4
Steffen Klassert
1
-11
/
+13
2019-05-25
vti4: ipip tunnel deregistration fixes.
Jeremy Sowden
1
-2
/
+3
2019-05-16
ipv4: Fix raw socket lookup for local traffic
David Ahern
1
-2
/
+2
2019-05-08
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
1
-0
/
+1
2019-05-02
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
2
-260
/
+328
2019-05-02
ipv4: set the tcp_min_rtt_wlen range from 0 to one day
ZhangXiaoxu
1
-1
/
+4
2019-05-02
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
1
-9
/
+23
2019-04-27
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Eric Dumazet
1
-2
/
+8
2019-04-27
ipv4: recompile ip options in ipv4_link_failure
Stephen Suryaputra
1
-1
/
+9
2019-04-27
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
1
-5
/
+5
2019-04-27
net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
Lorenzo Bianconi
1
-1
/
+3
2019-04-17
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
2
-6
/
+5
2019-04-17
tcp: Ensure DCTCP reacts to losses
Koen De Schepper
1
-18
/
+18
2019-03-27
tcp/dccp: drop SYN packets if accept queue is full
Eric Dumazet
1
-7
/
+1
2019-03-19
tcp/dccp: remove reqsk_put() from inet_child_forget()
Eric Dumazet
1
-1
/
+1
2019-03-19
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2
-2
/
+13
2019-03-19
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
1
-0
/
+4
2019-03-14
vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel
Su Yanjun
1
-0
/
+50
2019-03-14
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
2
-7
/
+32
2019-03-14
net: Add __icmp_send helper.
Nazarov Sergey
1
-3
/
+4
2019-03-14
netlabel: fix out-of-bounds memory accesses
Paul Moore
1
-1
/
+2
2019-02-23
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
Lorenzo Bianconi
2
-2
/
+6
2019-02-23
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
1
-1
/
+0
2019-02-23
tcp: tcp_v4_err() should be more careful
Eric Dumazet
1
-3
/
+4
2019-02-20
netfilter: nf_tables: fix mismatch in big-endian system
Liping Zhang
2
-8
/
+8
2019-02-06
Fix "net: ipv4: do not handle duplicate fragments as overlapping"
Greg Kroah-Hartman
1
-1
/
+1
2019-01-31
ipfrag: really prevent allocation on netns exit
Paolo Abeni
1
-1
/
+1
2019-01-31
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
2
-4
/
+14
2019-01-31
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
1
-0
/
+1
2019-01-23
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
1
-7
/
+5
2019-01-09
net: ipv4: do not handle duplicate fragments as overlapping
Michal Kubecek
1
-6
/
+12
2019-01-09
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+3
2018-12-17
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
1
-4
/
+8
2018-12-08
ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
Sultan Alsawaf
1
-2
/
+2
2018-11-23
inet: frags: better deal with smp races
Eric Dumazet
1
-13
/
+15
2018-11-23
ip_tunnel: don't force DF when MTU is locked
Sabrina Dubroca
1
-1
/
+1
[next]