summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2-2/+3
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2-1/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2-1/+1
2017-10-27net: dsa: remove port masksVivien Didelot1-3/+0
2017-10-27net: dsa: use new port type in helpersVivien Didelot1-11/+16
2017-10-27net: dsa: define port typesVivien Didelot1-0/+7
2017-10-27net: dsa: introduce dsa_user_ports helperVivien Didelot1-0/+5
2017-10-27net: dsa: rename dsa_is_normal_port helperVivien Didelot1-1/+1
2017-10-27net: dsa: fix dsa_is_normal_port helperVivien Didelot1-1/+1
2017-10-27net: dsa: add dsa_is_unused_port helperVivien Didelot1-0/+7
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2-5/+5
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2-1/+1
2017-10-27tcp: remove stale sysctl_tcp_reorderingEric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet2-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet2-2/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet2-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2-1/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2-1/+1
2017-10-27net: updating dst lastusage is an unlikely event.Paolo Abeni1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun2-1/+9
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-4/+0
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+2
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko1-13/+0
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadJiri Pirko1-2/+0
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko1-2/+2
2017-10-21net: sched: introduce per-block callbacksJiri Pirko2-0/+82
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko1-0/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-0/+40
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng2-2/+5