| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: higher throughput under reordering with adaptive RACK reordering wnd | Priyaranjan Jha | 2017-11-05 | 4 | -2/+58 |
* | tcp: do not clear again skb->csum in tcp_init_nondata_skb() | Eric Dumazet | 2017-11-05 | 1 | -1/+0 |
* | tcp: tcp_mtu_probing() cleanup | Eric Dumazet | 2017-11-05 | 1 | -17/+14 |
* | tcp_nv: use do_div() instead of expensive div64_u64() | Konstantin Khlebnikov | 2017-11-04 | 1 | -3/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 23 | -14/+34 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-11-03 | 4 | -14/+15 |
| |\ |
|
| | * | tcp: do not mangle skb->cb[] in tcp_make_synack() | Eric Dumazet | 2017-11-03 | 1 | -7/+2 |
| | * | fib: fib_dump_info can no longer use __in_dev_get_rtnl | Florian Westphal | 2017-11-03 | 1 | -6/+10 |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-11-02 | 1 | -0/+2 |
| | |\ |
|
| | | * | netfilter: nf_reject_ipv4: Fix use-after-free in send_reset | Tejaswi Tanikella | 2017-11-01 | 1 | -0/+2 |
| | * | | tcp_nv: fix division by zero in tcpnv_acked() | Konstantin Khlebnikov | 2017-11-02 | 1 | -1/+1 |
| * | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 19 | -0/+19 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 19 | -0/+19 |
* | | | | tcp: tcp_fragment() should not assume rtx skbs | Eric Dumazet | 2017-11-03 | 1 | -1/+2 |
* | | | | tcp: fix a lockdep issue in tcp_fastopen_reset_cipher() | Eric Dumazet | 2017-11-03 | 1 | -5/+3 |
* | | | | ipv4: Send a netevent whenever multipath hash policy is changed | Ido Schimmel | 2017-11-03 | 1 | -1/+19 |
* | | | | tcp: add tracepoint trace_tcp_retransmit_synack() | Song Liu | 2017-11-03 | 1 | -0/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-02 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | tcp: fix tcp_mtu_probe() vs highest_sack | Eric Dumazet | 2017-11-01 | 1 | -1/+2 |
* | | | | ipv4: fix validate_source for VRF setup | Paolo Abeni | 2017-11-01 | 1 | -3/+15 |
* | | | | ip_vti: remove the useless err_count check in vti_xmit | Xin Long | 2017-11-01 | 1 | -9/+0 |
* | | | | net: Add extack to fib_notifier_info | David Ahern | 2017-11-01 | 1 | -5/+8 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 4 | -22/+52 |
|\ \ \ \
| |/ / / |
|
| * | | | tcp: refresh tp timestamp before tcp_mtu_probe() | Eric Dumazet | 2017-10-28 | 1 | -1/+1 |
| * | | | ipip: only increase err_count for some certain type icmp in ipip_err | Xin Long | 2017-10-27 | 1 | -17/+42 |
| * | | | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data | Yousuk Seung | 2017-10-26 | 1 | -1/+3 |
| * | | | tcp/dccp: fix other lockdep splats accessing ireq_opt | Eric Dumazet | 2017-10-26 | 2 | -3/+3 |
| * | | | tcp/dccp: fix lockdep splat in inet_csk_route_req() | Eric Dumazet | 2017-10-23 | 1 | -1/+2 |
| * | | | tcp: do tcp_mstamp_refresh before retransmits on TSQ handler | Koichiro Den | 2017-10-23 | 1 | -1/+3 |
| |/ / |
|
* | | | tcp: Remove "linux/unaligned/access_ok.h" include. | David S. Miller | 2017-10-29 | 1 | -1/+0 |
* | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio | Eric Dumazet | 2017-10-28 | 3 | -12/+11 |
* | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio | Eric Dumazet | 2017-10-28 | 3 | -17/+11 |
* | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimit | Eric Dumazet | 2017-10-28 | 3 | -9/+9 |
* | | | tcp: Namespace-ify sysctl_tcp_autocorking | Eric Dumazet | 2017-10-28 | 3 | -12/+11 |
* | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlen | Eric Dumazet | 2017-10-28 | 3 | -9/+9 |
* | | | tcp: Namespace-ify sysctl_tcp_min_tso_segs | Eric Dumazet | 2017-10-28 | 4 | -12/+12 |
* | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limit | Eric Dumazet | 2017-10-28 | 3 | -15/+15 |
* | | | tcp: Namespace-ify sysctl_tcp_limit_output_bytes | Eric Dumazet | 2017-10-28 | 3 | -11/+11 |
* | | | tcp: Namespace-ify sysctl_tcp_workaround_signed_windows | Eric Dumazet | 2017-10-28 | 4 | -18/+14 |
* | | | tcp: Namespace-ify sysctl_tcp_tso_win_divisor | Eric Dumazet | 2017-10-28 | 3 | -14/+13 |
* | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf | Eric Dumazet | 2017-10-28 | 3 | -10/+10 |
* | | | tcp: Namespace-ify sysctl_tcp_nometrics_save | Eric Dumazet | 2017-10-28 | 2 | -10/+8 |
* | | | tcp: Namespace-ify sysctl_tcp_frto | Eric Dumazet | 2017-10-27 | 3 | -9/+9 |
* | | | tcp: Namespace-ify sysctl_tcp_adv_win_scale | Eric Dumazet | 2017-10-27 | 3 | -17/+15 |
* | | | tcp: Namespace-ify sysctl_tcp_app_win | Eric Dumazet | 2017-10-27 | 3 | -11/+12 |
* | | | tcp: Namespace-ify sysctl_tcp_dsack | Eric Dumazet | 2017-10-27 | 3 | -10/+10 |
* | | | tcp: Namespace-ify sysctl_tcp_max_reordering | Eric Dumazet | 2017-10-27 | 3 | -9/+10 |
* | | | tcp: Namespace-ify sysctl_tcp_fack | Eric Dumazet | 2017-10-27 | 4 | -11/+10 |
* | | | tcp: Namespace-ify sysctl_tcp_abort_on_overflow | Eric Dumazet | 2017-10-27 | 2 | -10/+8 |
* | | | tcp: Namespace-ify sysctl_tcp_rfc1337 | Eric Dumazet | 2017-10-27 | 3 | -9/+8 |