Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8a83c5d7969b8433584e3cf658a8d76c4dc37f4d
/
net
/
ipv4
ec94c26
tcp/dccp: avoid one atomic operation for timewait hashdance
by Eric Dumazet
· 7 years ago
b4f70c3
tcp: allow TLP in ECN CWR
by Neal Cardwell
· 7 years ago
c3916ad
tcp: smoother receiver autotuning
by Eric Dumazet
· 7 years ago
607065b
tcp: avoid integer overflows in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
02db557
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6065fd0
tcp: evaluate packet losses upon RTT change
by Yuchung Cheng
· 7 years ago
428aec5
tcp: fix off-by-one bug in RACK
by Yuchung Cheng
· 7 years ago
cd1fc85
tcp: always evaluate losses in RACK upon undo
by Yuchung Cheng
· 7 years ago
0ce294d
tcp: correctly test congestion state in RACK
by Yuchung Cheng
· 7 years ago
600647d
tcp_bbr: reset long-term bandwidth sampling on loss recovery undo
by Neal Cardwell
· 7 years ago
2f6c498
tcp_bbr: reset full pipe detection on loss recovery undo
by Neal Cardwell
· 7 years ago
c589e69b
tcp_bbr: record "full bw reached" decision in new full_bw_reached bit
by Neal Cardwell
· 7 years ago
d476175
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
8632385
tcp: use current time in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
e599ea1
Revert "tcp: must block bh in __inet_twsk_hashdance()"
by Eric Dumazet
· 7 years ago
7cda4ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
eeea10b
tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()
by Eric Dumazet
· 7 years ago
27da6d3
tcp: Enable 2nd listener hashtable in TCP
by Martin KaFai Lau
· 7 years ago
61b7c69
inet: Add a 2nd listener hashtable (port+addr)
by Martin KaFai Lau
· 7 years ago
f0b1e64
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
by Martin KaFai Lau
· 7 years ago
76d013b
inet: Add a count to struct inet_listen_hashbucket
by Martin KaFai Lau
· 7 years ago
a3222dc
ip_gre: Refector the erpsan tunnel code.
by William Tu
· 7 years ago
cfac7f8
tcp/dccp: block bh before arming time_wait timer
by Eric Dumazet
· 7 years ago
e94a62f
net/reuseport: drop legacy code
by Paolo Abeni
· 7 years ago
0f6c480
xfrm: Move dst->path into struct xfrm_dst
by David Miller
· 7 years ago
b92cf4a
net: Create and use new helper xfrm_dst_child().
by David Miller
· 7 years ago
844056f
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0c19f846
net: accept UFO datagrams from tuntap and packet
by Willem de Bruijn
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
ed66dfa
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
8170024
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
cebe84c
route: also update fnhe_genid when updating a route cache
by Xin Long
· 7 years ago
e39d524
route: update fnhe_expires for redirect when the fnhe exists
by Xin Long
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
50895b9
tcp: highest_sack fix
by Eric Dumazet
· 7 years ago
6670e15
tcp: Namespace-ify sysctl_tcp_default_congestion_control
by Stephen Hemminger
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
3a9b76f
tcp: allow drivers to tweak TSQ logic
by Eric Dumazet
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fdae5f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
737ff31
tcp: use sequence distance to detect reordering
by Yuchung Cheng
· 7 years ago
713bafe
tcp: retire FACK loss detection
by Yuchung Cheng
· 7 years ago
0eb96bf
tcp: fix tcp_fastretrans_alert warning
by Yuchung Cheng
· 7 years ago
7ec318f
tcp: gso: avoid refcount_t warning from tcp_gso_segment()
by Eric Dumazet
· 7 years ago
a0efab6
ip_gre: add the support for i/o_flags update via ioctl
by Xin Long
· 7 years ago
dd9d598
ip_gre: add the support for i/o_flags update via netlink
by Xin Long
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2eb3ed3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
5caaed1
netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size
by Florian Westphal
· 7 years ago
d09b9e6
tcp: fix DSACK-based undo on non-duplicate ACK
by Priyaranjan Jha
· 7 years ago
1f25569
tcp: higher throughput under reordering with adaptive RACK reordering wnd
by Priyaranjan Jha
· 7 years ago
35e00da
tcp: do not clear again skb->csum in tcp_init_nondata_skb()
by Eric Dumazet
· 7 years ago
d0f3684
tcp: tcp_mtu_probing() cleanup
by Eric Dumazet
· 7 years ago
991a26a
tcp_nv: use do_div() instead of expensive div64_u64()
by Konstantin Khlebnikov
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7ba3ebf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
068c2e7
net: use -ENOSPC for transient busy indication
by Gilad Ben-Yossef
· 7 years ago
f67971e
tcp: tcp_fragment() should not assume rtx skbs
by Eric Dumazet
· 7 years ago
9eba935
tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()
by Eric Dumazet
· 7 years ago
3ae6ec0
ipv4: Send a netevent whenever multipath hash policy is changed
by Ido Schimmel
· 7 years ago
3b11775
tcp: do not mangle skb->cb[] in tcp_make_synack()
by Eric Dumazet
· 7 years ago
25dd169
fib: fib_dump_info can no longer use __in_dev_get_rtnl
by Florian Westphal
· 7 years ago
cf34ce3
tcp: add tracepoint trace_tcp_retransmit_synack()
by Song Liu
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
74784da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
4eebff2
tcp_nv: fix division by zero in tcpnv_acked()
by Konstantin Khlebnikov
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
032a480
ipv4: fix validate_source for VRF setup
by Paolo Abeni
· 7 years ago
2b7cda9
tcp: fix tcp_mtu_probe() vs highest_sack
by Eric Dumazet
· 7 years ago
7400bb4
netfilter: nf_reject_ipv4: Fix use-after-free in send_reset
by Tejaswi Tanikella
· 7 years ago
db32919
ip_vti: remove the useless err_count check in vti_xmit
by Xin Long
· 7 years ago
6c31e5a
net: Add extack to fib_notifier_info
by David Ahern
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
949cf8b
tcp: Remove "linux/unaligned/access_ok.h" include.
by David S. Miller
· 7 years ago
c26e91f
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
by Eric Dumazet
· 7 years ago
23a7102a
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
by Eric Dumazet
· 7 years ago
4170ba6
tcp: Namespace-ify sysctl_tcp_invalid_ratelimit
by Eric Dumazet
· 7 years ago
790f00e
tcp: Namespace-ify sysctl_tcp_autocorking
by Eric Dumazet
· 7 years ago
bd23970
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
by Eric Dumazet
· 7 years ago
26e9596
tcp: Namespace-ify sysctl_tcp_min_tso_segs
by Eric Dumazet
· 7 years ago
b530b68
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
by Eric Dumazet
· 7 years ago
9184d8b
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
by Eric Dumazet
· 7 years ago
ceef9ab
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
by Eric Dumazet
· 7 years ago
d06a990
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
by Eric Dumazet
· 7 years ago
4540c0c
tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf
by Eric Dumazet
· 7 years ago
ec36e41
tcp: Namespace-ify sysctl_tcp_nometrics_save
by Eric Dumazet
· 7 years ago
ee1836a
tcp: refresh tp timestamp before tcp_mtu_probe()
by Eric Dumazet
· 7 years ago
f3594f0
ipip: only increase err_count for some certain type icmp in ipip_err
by Xin Long
· 7 years ago
af9b69a
tcp: Namespace-ify sysctl_tcp_frto
by Eric Dumazet
· 7 years ago
94f0893
tcp: Namespace-ify sysctl_tcp_adv_win_scale
by Eric Dumazet
· 7 years ago
0c12654
tcp: Namespace-ify sysctl_tcp_app_win
by Eric Dumazet
· 7 years ago
6496f6b
tcp: Namespace-ify sysctl_tcp_dsack
by Eric Dumazet
· 7 years ago
c6e2180
tcp: Namespace-ify sysctl_tcp_max_reordering
by Eric Dumazet
· 7 years ago
0bc65a2
tcp: Namespace-ify sysctl_tcp_fack
by Eric Dumazet
· 7 years ago
Next »