aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-31mac80211: accept aggregation sessions on 6 GHzJohannes Berg2-3/+5
2020-05-31cfg80211: require HE capabilities for 6 GHz bandJohannes Berg1-0/+10
2020-05-31cfg80211: reject HT/VHT capabilities on 6 GHz bandJohannes Berg1-1/+6
2020-05-31cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg1-7/+15
2020-05-31mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer3-17/+38
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg5-2/+56
2020-05-31mac80211: check the correct bit for EMA APShaul Triebitz1-9/+9
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg4-19/+160
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg7-17/+100
2020-05-31mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan1-0/+16
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan4-8/+72
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan6-1/+65
2020-05-31cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg1-1/+8
2020-05-31mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2-0/+5
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan1-1/+17
2020-05-31nl80211: really allow client-only BIGTK supportJohannes Berg2-3/+8
2020-05-31cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel1-2/+4
2020-05-31cfg80211: fix 6 GHz frequencies to kHzJohannes Berg1-1/+1
2020-05-28mac80211: support control port TX status reportingMarkus Theil5-22/+56
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg1-7/+37
2020-05-27cfg80211: fix CFG82011_CRDA_SUPPORT still mentioning internal regdbPatrick Steinhardt1-2/+2
2020-05-27nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam1-14/+42
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg1-13/+36
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil5-13/+60
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-27cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-27nl80211: support scan frequencies in KHzThomas Pedersen2-12/+41
2020-05-27nl80211: add KHz frequency offset for most wifi commandsThomas Pedersen1-20/+58
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen4-18/+20
2020-05-27nl80211: simplify peer specific TID configurationSergey Matyukevich1-4/+1
2020-05-27cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich1-0/+8
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich2-5/+5
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-2/+102
2020-05-26net: ethtool: Add helpers for cable test TDR dataAndrew Lunn1-1/+79
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn3-6/+64
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller31-267/+507
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2-32/+69
2020-05-26Merge tag 'batadv-next-for-davem-20200526' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-20/+8
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien9-56/+101
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien6-11/+28
2020-05-26tipc: add back link trace eventsTuong Lien2-5/+11
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien5-185/+293
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet1-1/+1
2020-05-26batman-adv: Revert "disable ethtool link speed detection when auto negotiation off"Sven Eckelmann1-14/+1
2020-05-25bridge: mrp: Fix out-of-bounds read in br_mrp_parseHoratiu Vultur1-0/+6
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2-0/+4