summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-10-21ipv4: ipv4_default_advmss() should use route mtuEric Dumazet1-1/+1
2017-10-21tcp: fix tcp_send_syn_data()Eric Dumazet1-0/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+25
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern1-24/+15
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng4-17/+76
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-3/+5
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet1-6/+3
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva7-3/+11
2017-10-18ipv4: timewait: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook2-4/+5
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook2-19/+20
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal1-2/+2
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+3
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-10-12ip: update policy routing config helpStephen Hemminger1-5/+3
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-5/+0
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet1-0/+5
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-0/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+10
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2017-10-09udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang1-1/+2