summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-069-14/+26
|\
| * netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso2020-03-061-0/+1
| * netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal2020-03-051-7/+3
| * netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso2020-03-051-0/+5
| * netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski2020-03-041-0/+2
| * netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski2020-03-041-0/+1
| * netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski2020-03-041-0/+2
| * netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal2020-03-041-1/+6
| * netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin2020-03-041-3/+3
| * netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin2020-03-041-1/+1
| * netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin2020-03-041-1/+1
| * netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin2020-03-041-1/+1
* | mptcp: always include dack if possible.Paolo Abeni2020-03-051-2/+17
* | net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter2020-03-051-3/+16
|/
* net: dsa: fix phylink_start()/phylink_stop() callsRussell King2020-03-033-12/+30
* net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-031-4/+17
* net/ipv6: need update peer route when modify metricHangbin Liu2020-03-031-4/+16
* nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-031-0/+2
* nfc: add missing attribute validation for deactivate targetJakub Kicinski2020-03-031-0/+1
* nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-031-0/+1
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-031-0/+1
* net: taprio: add missing attribute validation for txtime delayJakub Kicinski2020-03-031-0/+1
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-031-0/+1
* openvswitch: add missing attribute validation for hashJakub Kicinski2020-03-031-0/+1
* nl802154: add missing attribute validation for dev_typeJakub Kicinski2020-03-031-0/+1
* nl802154: add missing attribute validationJakub Kicinski2020-03-031-0/+5
* devlink: validate length of region addr/lenJakub Kicinski2020-03-031-0/+2
* devlink: validate length of param valuesJakub Kicinski2020-03-031-12/+19
* net/ipv6: use configured metric when add peer routeHangbin Liu2020-02-291-3/+3
* netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso2020-02-291-1/+1
* 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