summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-01ipv6: Handle race in addrconf_dad_workDavid Ahern
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-10-01ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-10-01netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan
2019-10-01nl80211: fix null pointer dereferenceMiaoqing Pan
2019-10-01cfg80211: initialize on-stack chandefsJohannes Berg
2019-10-01cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg
2019-10-01nl80211: validate beacon headJohannes Berg
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing