summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: lan9303: Learn addresses on CPU port when bridgedEgil Hjelmeland2017-10-271-1/+22
* net: dsa: Simplify dsa_slave_phy_setup()Florian Fainelli2017-10-271-22/+4
* tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-273-9/+9
* tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-273-17/+15
* tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-273-11/+12
* tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-273-10/+10
* tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-273-9/+10
* tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-274-11/+10
* tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet2017-10-272-10/+8
* tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-273-9/+8
* tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2017-10-272-9/+8
* tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet2017-10-273-12/+9
* tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet2017-10-273-11/+9
* tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet2017-10-272-10/+8
* tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-274-10/+9
* tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-274-11/+13
* l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2017-10-272-2/+2
* smc: add SMC rendezvous protocolUrsula Braun2017-10-261-0/+16
* tcp: TCP experimental option for SMCUrsula Braun2017-10-264-3/+120
* smc: fix mutex unlocks during link group creationUrsula Braun2017-10-261-11/+15
* tipc: fix a dangling pointerCong Wang2017-10-261-1/+3
* vsock: always call vsock_init_tables()Cong Wang2017-10-261-3/+4
* net: dsa: don't unmask port bitmapsVivien Didelot2017-10-261-4/+0
* net: dsa: legacy: don't unmask port bitmapsVivien Didelot2017-10-261-4/+0
* tipc: eliminate KASAN warningJon Maloy2017-10-261-1/+1
* net: atm/mpc: Stop using open-coded timer .data fieldKees Cook2017-10-251-4/+6
* net: af_packet: Convert timers to use timer_setup()Kees Cook2017-10-251-15/+7
* net: hsr: Convert timers to use timer_setup()Kees Cook2017-10-253-10/+7
* net: dccp: Convert timers to use timer_setup()Kees Cook2017-10-255-15/+20
* net: LLC: Convert timers to use timer_setup()Kees Cook2017-10-252-18/+21
* net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-253-30/+27
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-254-47/+61
* bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long2017-10-251-1/+0
* rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long2017-10-251-0/+1
* bridge: remove rtmsg_ifinfo called in add_del_ifXin Long2017-10-251-3/+0
* ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2017-10-251-2/+4
* net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz2017-10-241-4/+3
* ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
* tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-243-4/+30
* ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+1
* ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+3
* net: smc_close: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-1/+2
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-243-0/+4
* ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet2017-10-241-3/+3
* ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet2017-10-241-8/+8
* ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet2017-10-241-3/+3
* ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet2017-10-241-3/+3
* ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2017-10-241-7/+9
* ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet2017-10-241-10/+5
* ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17