summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-201-17/+86
* net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz2021-04-201-18/+7
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-2017-80/+125
|\
| * cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg2021-04-191-0/+2
| * wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-191-1/+1
| * wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-191-8/+8
| * wireless: align some HE capabilities with the specJohannes Berg2021-04-191-9/+10
| * mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein2021-04-193-3/+12
| * mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach2021-04-191-5/+2
| * mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach2021-04-191-9/+1
| * nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP rangingAvraham Stern2021-04-192-1/+12
| * mac80211: aes_cmac: check crypto_shash_setkey() return valueJohannes Berg2021-04-191-2/+9
| * mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King2021-04-191-1/+1
| * mac80211: properly process TXQ management framesJohannes Berg2021-04-191-5/+14
| * cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-191-1/+1
| * cfg80211: Remove wrong RNR IE validation checkIlan Peer2021-04-081-1/+1
| * mac80211: bail out if cipher schemes are invalidJohannes Berg2021-04-081-2/+5
| * mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-04-081-0/+5
| * mac80211: Set priority and queue mapping for injected framesJohan Almbladh2021-04-081-11/+9
| * mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R2021-04-082-1/+3
| * cfg80211: allow specifying a reason for hw_rfkillEmmanuel Grumbach2021-04-081-3/+4
| * mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi2021-04-081-0/+3
| * mac80211: don't apply flow control on management framesJohannes Berg2021-04-081-3/+15
| * nl80211: Add missing line in nl80211_fils_discovery_policyAloka Dixit2021-04-081-3/+4
| * mac80211: remove redundant assignment of variable resultColin Ian King2021-04-081-1/+1
| * mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun2021-04-081-2/+0
| * cfg80211: regulatory: use DEFINE_SPINLOCK() for spinlockQiheng Lin2021-04-081-7/+3
| * rfkill: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-081-3/+1
* | net: dsa: enable selftest support for all switches by defaultOleksij Rempel2021-04-202-0/+22
* | net: add generic selftest supportOleksij Rempel2021-04-203-0/+405
* | ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski2021-04-191-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-1915-88/+333
|\ \
| * | netfilter: nftables: counter hardware offload supportPablo Neira Ayuso2021-04-183-7/+69
| * | netfilter: Dissect flow after packet manglingIdo Schimmel2021-04-182-0/+4
| * | netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso2021-04-181-0/+44
| * | netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2021-04-182-6/+45
| * | netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso2021-04-181-2/+3
| * | netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan2021-04-131-0/+3
| * | netfilter: conntrack: convert sysctls to u8Florian Westphal2021-04-132-41/+35
| * | netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal2021-04-133-17/+45
| * | netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal2021-04-132-7/+21
| * | netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal2021-04-132-6/+7
| * | netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal2021-04-131-3/+6
| * | netfilter: flowtable: add vlan pop action offload supportwenxu2021-04-131-0/+15
| * | netfilter: flowtable: add vlan match offload supportwenxu2021-04-131-0/+37
* | | ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-04-191-1/+1
* | | mld: remove unnecessary prototypesTaehee Yoo2021-04-191-3/+0
* | | nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel2021-04-191-8/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1721-57/+154
|\ \ \
| * | | netlink: don't call ->netlink_bind with table lock heldFlorian Westphal2021-04-161-2/+2