aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2017-10-22net: af_unix: mark expected switch fall-throughGustavo A. R. Silva
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-22openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva
2017-10-22net: netrom: nr_in: mark expected switch fall-throughGustavo A. R. Silva
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21dsa: Convert ndo_setup_tc offloads to block callbacksJiri Pirko
2017-10-21net: sched: cls_bpf: call block callbacks for offloadJiri Pirko
2017-10-21net: sched: cls_u32: call block callbacks for offloadJiri Pirko
2017-10-21net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko