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.13.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
2018-05-18
tcp: add TCPAckCompressed SNMP counter
Eric Dumazet
2
-0
/
+3
2018-05-18
tcp: add SACK compression
Eric Dumazet
4
-6
/
+62
2018-05-18
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
1
-2
/
+0
2018-05-18
net: test tailroom before appending to linear skb
Willem de Bruijn
1
-1
/
+2
2018-05-17
erspan: fix invalid erspan version.
William Tu
1
-1
/
+3
2018-05-17
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
1
-4
/
+8
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2
-7
/
+12
2018-05-17
tcp: separate loss marking and state update on RTO
Yuchung Cheng
1
-2
/
+2
2018-05-17
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
1
-21
/
+29
2018-05-17
tcp: account lost retransmit after timeout
Yuchung Cheng
2
-17
/
+5
2018-05-17
tcp: simpler NewReno implementation
Yuchung Cheng
2
-8
/
+38
2018-05-17
tcp: disable RFC6675 loss detection
Yuchung Cheng
1
-4
/
+8
2018-05-17
tcp: support DUPACK threshold in RACK
Yuchung Cheng
1
-13
/
+27
2018-05-17
net/ipv4: Initialize proto and ports in flow struct
David Ahern
3
-3
/
+14
2018-05-16
tcp: purge write queue in tcp_connect_init()
Eric Dumazet
1
-2
/
+5
2018-05-16
proc: introduce proc_create_net_single
Christoph Hellwig
2
-56
/
+8
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
9
-162
/
+27
2018-05-16
ipv{4,6}/raw: simplify ѕeq_file code
Christoph Hellwig
1
-24
/
+12
2018-05-16
ipv{4,6}/ping: simplify proc file creation
Christoph Hellwig
1
-36
/
+14
2018-05-16
ipv{4,6}/tcp: simplify procfs registration
Christoph Hellwig
1
-54
/
+31
2018-05-16
ipv{4,6}/udp{,lite}: simplify proc registration
Christoph Hellwig
2
-77
/
+43
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2
-26
/
+3
2018-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2018-05-14
net: ipv4: ipconfig: fix unused variable
Anders Roxell
1
-3
/
+2
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+13
2018-05-11
erspan: auto detect truncated ipv6 packets.
William Tu
1
-0
/
+6
2018-05-11
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
1
-3
/
+11
2018-05-11
tcp: switch pacing timer to softirq based hrtimer
Eric Dumazet
2
-45
/
+26
2018-05-11
ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
Andrey Ignatov
2
-4
/
+10
2018-05-11
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
3
-3
/
+16
2018-05-11
net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL
Joe Perches
1
-5
/
+0
2018-05-10
udp: fix SO_BINDTODEVICE
Paolo Abeni
1
-2
/
+2
2018-05-10
ipv4: reset fnhe_mtu_locked after cache route flushed
Hangbin Liu
1
-0
/
+1
2018-05-10
net/udp: Update udp_encap_needed static key to modern api
Davidlohr Bueso
1
-4
/
+4
2018-05-10
net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
Davidlohr Bueso
1
-3
/
+3
2018-05-09
udp: Do not copy destructor if one is not present
Alexander Duyck
1
-8
/
+14
2018-05-09
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
1
-10
/
+19
2018-05-09
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
1
-14
/
+19
2018-05-09
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
1
-14
/
+18
2018-05-09
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
1
-2
/
+4
2018-05-09
udp: Record gso_segs when supporting UDP segmentation offload
Alexander Duyck
1
-0
/
+2
2018-05-08
netfilter: x_tables: add module alias for icmp matches
Florian Westphal
1
-0
/
+1
2018-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
12
-279
/
+20
2018-05-07
netfilter: nf_nat: remove unused ct arg from lookup functions
Florian Westphal
3
-13
/
+7
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-69
/
+60
2018-05-03
tcp: restore autocorking
Eric Dumazet
1
-1
/
+1
2018-05-03
ipv4: fix fnhe usage by non-cached routes
Julian Anastasov
1
-65
/
+53
2018-05-02
tcp_bbr: fix to zero idle_restart only upon S/ACKed data
Neal Cardwell
1
-1
/
+3
2018-05-02
udp: Complement partial checksum for GSO packet
Sean Tranchetti
1
-0
/
+1
[prev]
[next]