summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
* unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
* unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
* net/smc: check for valid ib_client_dataKarsten Graul2020-02-261-0/+2
* mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-261-0/+6
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-261-2/+8
* net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-263-11/+28
* sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
* net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-261-9/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-264-217/+474
|\
| * netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang2020-02-261-10/+6
| * nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio2020-02-261-2/+4
| * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-262-205/+464
| |\
| | * netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
| | * netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-222-205/+462
* | | ethtool: limit bitset sizeMichal Kubecek2020-02-262-1/+4
* | | net: Fix Tx hash bound checkingAmritha Nambiar2020-02-261-0/+2
|/ /
* | Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-244-9/+6
|\ \
| * | mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-02-241-1/+1
| * | nl80211: explicitly include if_vlan.hJohannes Berg2020-02-241-0/+1
| * | mac80211: Remove a redundant mutex unlockAndrei Otcheretianski2020-02-211-5/+1
| * | cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg2020-02-211-1/+1
| * | nl80211: fix potential leak in AP startJohannes Berg2020-02-211-2/+2
* | | net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov2020-02-241-4/+2
* | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik2020-02-231-7/+14
* | | tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-231-1/+5
* | | net: genetlink: return the error code when attribute parsing fails.Paolo Abeni2020-02-221-2/+3
* | | ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-221-1/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-2135-173/+368
|\| |
| * | net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-02-201-2/+3
| * | net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov2020-02-201-1/+0
| * | openvswitch: Distribute switch variables for initializationKees Cook2020-02-201-8/+10
| * | net: ip6_gre: Distribute switch variables for initializationKees Cook2020-02-202-7/+14
| * | net: core: Distribute switch variables for initializationKees Cook2020-02-201-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-192-1/+4
| |\ \
| | * | xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2020-02-112-1/+4
| * | | udp: rehash on disconnectWillem de Bruijn2020-02-191-1/+5
| * | | net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
| * | | bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-191-1/+2
| * | | net: hsr: Pass lockdep expression to RCU listsAmol Grover2020-02-191-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-185-44/+202
| |\ \ \
| | * | | netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio2020-02-181-1/+1
| | * | | netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio2020-02-181-2/+2
| | * | | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-172-6/+90
| | * | | netfilter: conntrack: split resolve_clash functionFlorian Westphal2020-02-111-17/+41
| | * | | netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal2020-02-111-7/+14
| | * | | netfilter: conntrack: remove two args from resolve_clashFlorian Westphal2020-02-111-18/+51
| | * | | netfilter: flowtable: skip offload setup if disabledFlorian Westphal2020-02-071-3/+3
| | * | | netfilter: xt_hashlimit: limit the max size of hashtableCong Wang2020-02-071-0/+10
| | * | | netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang2020-02-071-6/+6