aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni
2020-02-26ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun
2020-02-26sched: act: count in the size of action flags bitfieldJiri Pirko
2020-02-26net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-02-26netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang
2020-02-26ethtool: limit bitset sizeMichal Kubecek
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2020-02-24Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-02-24net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik
2020-02-24nl80211: explicitly include if_vlan.hJohannes Berg
2020-02-23net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell
2020-02-22net: genetlink: return the error code when attribute parsing fails.Paolo Abeni
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski
2020-02-21cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg
2020-02-21nl80211: fix potential leak in AP startJohannes Berg
2020-02-20net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov
2020-02-20net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook
2020-02-20net: core: Distribute switch variables for initializationKees Cook
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-19udp: rehash on disconnectWillem de Bruijn
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-02-19bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-19net: hsr: Pass lockdep expression to RCU listsAmol Grover
2020-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-02-18netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio
2020-02-18netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-02-18mptcp: fix bogus socket flag valuesFlorian Westphal