summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet3-12/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet3-17/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet3-9/+9
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet3-12/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet3-9/+9
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet4-12/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet3-15/+15
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet3-11/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet4-18/+14
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet3-14/+13
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet3-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2-10/+8
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet3-9/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet3-17/+15
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet3-11/+12
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet3-10/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet3-9/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet4-11/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet2-10/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet3-9/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2-9/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet3-12/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet3-11/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet2-10/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet4-10/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet4-11/+13
2017-10-26tcp: TCP experimental option for SMCUrsula Braun4-3/+120
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland4-5/+5
2017-10-25locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W...Mark Rutland1-3/+3
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal1-1/+1
2017-10-24netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2-4/+41
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-9/+9
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch3-4/+30
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+3
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+4
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+2
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+3
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu2-1/+10
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-48/+33
2017-10-22bpf: Add BPF_SOCKET_OPS_BASE_RTT support to tcp_nvLawrence Brakmo1-2/+38
2017-10-22soreuseport: fix initialization raceCraig Gallek2-8/+2
2017-10-21udp: make some messages more descriptiveMatteo Croce1-2/+2