aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28net: dsa: remove port masksVivien Didelot1-3/+0
2017-10-28net: dsa: use new port type in helpersVivien Didelot1-11/+16
2017-10-28net: dsa: define port typesVivien Didelot1-0/+7
2017-10-28net: dsa: introduce dsa_user_ports helperVivien Didelot1-0/+5
2017-10-28net: dsa: rename dsa_is_normal_port helperVivien Didelot1-1/+1
2017-10-28net: dsa: fix dsa_is_normal_port helperVivien Didelot1-1/+1
2017-10-28net: dsa: add dsa_is_unused_port helperVivien Didelot1-0/+7
2017-10-27net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.hEgil Hjelmeland1-0/+36
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello1-3/+0
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-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook1-0/+1
2017-10-27net: updating dst lastusage is an unlikely event.Paolo Abeni1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun3-3/+16
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail2-15/+4
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-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song3-12/+67
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani1-0/+2
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch4-2/+7
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-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+76
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+66
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-0/+11
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu1-1/+14
2017-10-24Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-79/+290
2017-10-23batman-adv: use inline kernel-doc for uapi constantsSven Eckelmann1-79/+290
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-63/+194
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+10
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo1-4/+15