summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet
2017-10-27l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby
2017-10-26smc: add SMC rendezvous protocolUrsula Braun
2017-10-26tcp: TCP experimental option for SMCUrsula Braun
2017-10-26smc: fix mutex unlocks during link group creationUrsula Braun
2017-10-26tipc: fix a dangling pointerCong Wang
2017-10-26vsock: always call vsock_init_tables()Cong Wang
2017-10-26net: dsa: don't unmask port bitmapsVivien Didelot
2017-10-26net: dsa: legacy: don't unmask port bitmapsVivien Didelot
2017-10-26tipc: eliminate KASAN warningJon Maloy
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-24net: smc_close: mark expected switch fall-throughGustavo A. R. Silva
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-24Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-m...David S. Miller
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-22bpf: Add BPF_SOCKET_OPS_BASE_RTT support to tcp_nvLawrence Brakmo
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22net: x25: mark expected switch fall-throughsGustavo A. R. Silva