aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot5-47/+56
2017-10-28net: dsa: remove port masksVivien Didelot2-14/+0
2017-10-28net: dsa: define port typesVivien Didelot2-0/+9
2017-10-28net: dsa: introduce dsa_user_ports helperVivien Didelot2-2/+2
2017-10-28net: dsa: use dsa_is_user_port everywhereVivien Didelot2-3/+3
2017-10-27net: dsa: lan9303: Learn addresses on CPU port when bridgedEgil Hjelmeland1-1/+22
2017-10-27net: dsa: Simplify dsa_slave_phy_setup()Florian Fainelli1-22/+4
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-27l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-10-26smc: add SMC rendezvous protocolUrsula Braun1-0/+16
2017-10-26tcp: TCP experimental option for SMCUrsula Braun4-3/+120
2017-10-26smc: fix mutex unlocks during link group creationUrsula Braun1-11/+15
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-26vsock: always call vsock_init_tables()Cong Wang1-3/+4
2017-10-26net: dsa: don't unmask port bitmapsVivien Didelot1-4/+0
2017-10-26net: dsa: legacy: don't unmask port bitmapsVivien Didelot1-4/+0
2017-10-26tipc: eliminate KASAN warningJon Maloy1-1/+1
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook1-4/+6
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook1-15/+7
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook3-10/+7
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook5-15/+20
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook2-18/+21
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook3-30/+27
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook4-47/+61
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-1/+0
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long1-0/+1
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long1-3/+0
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani1-2/+4
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz1-4/+3
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang1-1/+1
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