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-01-26
ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit
wenxu
1
-93
/
+19
2019-01-26
ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit
wenxu
1
-2
/
+3
2019-01-26
ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit
wenxu
2
-11
/
+28
2019-01-26
ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit
wenxu
1
-5
/
+15
2019-01-26
tcp: allow zerocopy with fastopen
Willem de Bruijn
2
-7
/
+5
2019-01-26
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
2
-262
/
+320
2019-01-25
tcp_bbr: adapt cwnd based on ack aggregation estimation
Priyaranjan Jha
1
-1
/
+121
2019-01-25
tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
Priyaranjan Jha
1
-21
/
+39
2019-01-23
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
Linus Lüssing
1
-29
/
+22
2019-01-23
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
Linus Lüssing
1
-19
/
+4
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
1
-23
/
+20
2019-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-22
/
+52
2019-01-19
net: ipv4: ipmr: perform strict checks also for doit handlers
Jakub Kicinski
1
-5
/
+56
2019-01-19
net: ipv4: route: perform strict checks also for doit handlers
Jakub Kicinski
1
-2
/
+70
2019-01-19
net: ipv4: netconf: perform strict checks also for doit handlers
Jakub Kicinski
1
-4
/
+39
2019-01-19
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
1
-0
/
+1
2019-01-18
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2
-6
/
+4
2019-01-18
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2
-6
/
+6
2019-01-18
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2
-3
/
+3
2019-01-18
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2
-4
/
+4
2019-01-18
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-18
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2
-9
/
+1
2019-01-18
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-18
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-18
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: less aggressive window probing on local congestion
Yuchung Cheng
1
-15
/
+7
2019-01-18
tcp: retry more conservatively on local congestion
Yuchung Cheng
1
-5
/
+3
2019-01-18
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
1
-7
/
+7
2019-01-18
tcp: create a helper to model exponential backoff
Yuchung Cheng
1
-13
/
+18
2019-01-18
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-01-18
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2
-25
/
+7
2019-01-18
tcp: always timestamp on every skb transmission
Yuchung Cheng
1
-8
/
+8
2019-01-18
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
1
-4
/
+2
2019-01-18
udp: add missing rehash callback to udplite
Alexey Kodanev
3
-1
/
+3
2019-01-18
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
1
-12
/
+3
2019-01-17
udp: with udp_segment release on error path
Willem de Bruijn
1
-4
/
+12
2019-01-17
erspan: build the header with the right proto according to erspan_ver
Xin Long
1
-9
/
+14
2019-01-16
fou, fou6: do not assume linear skbs
Eric Dumazet
1
-2
/
+7
2019-01-16
tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
Willem de Bruijn
1
-1
/
+1
2019-01-16
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
2
-5
/
+14
2019-01-12
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
1
-6
/
+16
2019-01-12
net: bpfilter: restart bpfilter_umh when error occurred
Taehee Yoo
1
-1
/
+10
2019-01-12
net: bpfilter: use cleanup callback to release umh_info
Taehee Yoo
1
-7
/
+26
2019-01-11
tcp: change txhash on SYN-data timeout
Yuchung Cheng
1
-1
/
+1
2019-01-10
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
1
-7
/
+5
2019-01-05
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
1
-1
/
+2
2019-01-04
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
1
-1
/
+1
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-14
/
+24
[next]