summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: parse AddBA request with extended AddBA elementMordechay Goodstein2022-02-161-3/+15
* mac80211: calculate max RX NSS for EHT modeMordechay Goodstein2022-02-161-1/+13
* mac80211: Add support for storing station EHT capabilitiesIlan Peer2022-02-161-0/+8
* mac80211: Handle station association response with EHTIlan Peer2022-02-165-3/+114
* mac80211: Add EHT capabilities to association/probe requestIlan Peer2022-02-164-2/+144
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-166-59/+209
* mac80211: Support parsing EHT elementsIlan Peer2022-02-162-0/+14
* cfg80211: Support configuration of station EHT capabilitiesIlan Peer2022-02-161-4/+33
* cfg80211: add NO-EHT flag to regulatoryIlan Peer2022-02-161-0/+3
* nl80211: add support for 320MHz channel limitationSriram R2022-02-162-0/+9
* nl80211: add EHT MCS supportVeerendranath Jakkam2022-02-162-0/+150
* cfg80211: Add support for EHT 320 MHz channel widthJia Ding2022-02-162-7/+86
* cfg80211: Add data structures to capture EHT capabilitiesIlan Peer2022-02-161-0/+27
* ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein2022-02-161-1/+1
* nl80211: accept only HE capability elements with valid sizeJohannes Berg2022-02-161-3/+11
* mac80211: parse only HE capability elements with valid sizeJohannes Berg2022-02-161-2/+4
* nl80211: use RCU to read regdom in reg get/dumpJohannes Berg2022-02-161-15/+17
* Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-02-1116-46/+234
|\
| * mac80211: Remove redundent assignment channel_typeJiapeng Chong2022-02-041-1/+0
| * mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi2022-02-041-2/+1
| * mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-041-4/+8
| * mac80211: mlme: validate peer HE supported ratesMordechay Goodstein2022-02-041-1/+100
| * mac80211: remove unused macrosJohannes Berg2022-02-046-13/+7
| * cfg80211: pmsr: remove useless ifdef guardsJohannes Berg2022-02-041-4/+0
| * mac80211: airtime: avoid variable shadowingJohannes Berg2022-02-041-2/+3
| * mac80211: mlme: add documentation from spec to codeMordechay Goodstein2022-02-041-1/+9
| * mac80211: vht: use HE macros for parsing HE capabilitiesMordechay Goodstein2022-02-041-2/+2
| * cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern2022-02-041-1/+8
| * cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-042-3/+7
| * mac80211: consider RX NSS in UHB connectionMordechay Goodstein2022-02-041-3/+58
| * mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-044-10/+32
* | ipv4: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+9
* | ipv6: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+14
* | ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2022-02-112-59/+40
* | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-112-5/+0
* | ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+6
* | net: dsa: remove lockdep class for DSA slave address listVladimir Oltean2022-02-111-12/+0
* | net: dsa: remove lockdep class for DSA master address listVladimir Oltean2022-02-111-4/+0
* | net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean2022-02-111-41/+1
* | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-114-0/+66
* | net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2022-02-112-1/+69
* | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-112-1/+19
* | net/smc: Limit backlog connectionsD. Wythe2022-02-112-1/+50
* | net/smc: Make smc_tcp_listen_work() independentD. Wythe2022-02-111-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1028-156/+411
|\ \
| * \ Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-1019-82/+144
| |\ \
| | * | net: mpls: Fix GCC 12 warningVictor Erminpour2022-02-101-1/+1
| | * | skbuff: cleanup double word in commentTom Rix2022-02-101-1/+1
| | * | mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor2022-02-091-2/+6
| | * | vlan: move dev_put into vlan_dev_uninitXin Long2022-02-091-3/+5