index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+51
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-19
/
+1
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2019-01-28
netfilter: ipv4: remove useless export_symbol
Florian Westphal
1
-18
/
+0
2019-01-28
netfilter: ipt_CLUSTERIP: fix warning unused variable cn
Anders Roxell
1
-1
/
+1
2019-01-27
tcp: change pingpong threshold to 3
Wei Wang
1
-6
/
+9
2019-01-27
tcp: Refactor pingpong code
Wei Wang
5
-14
/
+14
2019-01-27
net: ipv4: ip_input: fix blank line coding style issues
Yang Wei
1
-1
/
+1
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+24
2019-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+50
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-25
tcp: allow zerocopy with fastopen
Willem de Bruijn
2
-7
/
+5
2019-01-25
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
2
-262
/
+320
2019-01-24
tcp_bbr: adapt cwnd based on ack aggregation estimation
Priyaranjan Jha
1
-1
/
+121
2019-01-24
tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
Priyaranjan Jha
1
-21
/
+39
2019-01-24
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
wenxu
1
-1
/
+7
2019-01-22
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
Linus Lüssing
1
-29
/
+22
2019-01-22
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
Linus Lüssing
1
-19
/
+4
2019-01-22
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
2
-9
/
+17
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
1
-23
/
+20
2019-01-21
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-18
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
1
-0
/
+1
2019-01-18
netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups
Florian Westphal
1
-1
/
+1
2019-01-17
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2
-6
/
+4
2019-01-17
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2
-6
/
+6
2019-01-17
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2
-3
/
+3
2019-01-17
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2
-4
/
+4
2019-01-17
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-17
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2
-9
/
+1
2019-01-17
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: less aggressive window probing on local congestion
Yuchung Cheng
1
-15
/
+7
2019-01-17
tcp: retry more conservatively on local congestion
Yuchung Cheng
1
-5
/
+3
2019-01-17
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
1
-7
/
+7
2019-01-17
tcp: create a helper to model exponential backoff
Yuchung Cheng
1
-13
/
+18
2019-01-17
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-01-17
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2
-25
/
+7
2019-01-17
tcp: always timestamp on every skb transmission
Yuchung Cheng
1
-8
/
+8
2019-01-17
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
1
-4
/
+2
2019-01-17
udp: add missing rehash callback to udplite
Alexey Kodanev
3
-1
/
+3
2019-01-17
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
1
-12
/
+3
[next]