summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-31wifi: mac80211: enable EHT mesh supportRyder Lee5-4/+162
2023-03-31Merge wireless/main into wireless-next/mainJohannes Berg8-49/+68
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen1-0/+10
2023-03-30wifi: mac80211: S1G capabilities information element in probe requestKieran Frewen2-0/+24
2023-03-30mac80211: minstrel_ht: remove unused n_supported variableTom Rix1-6/+0
2023-03-30wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-03-30wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau1-1/+1
2023-03-30wifi: mac80211: fix mesh forwardingFelix Fietkau1-0/+3
2023-03-30wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau1-8/+8
2023-03-30wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1
2023-03-30wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau1-2/+2
2023-03-30wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau1-2/+2
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim1-2/+2
2023-03-24mac80211: support RNR for EMA APAloka Dixit3-8/+86
2023-03-24cfg80211: support RNR for EMA APAloka Dixit1-7/+72
2023-03-24wifi: mac80211: use bullet list for amsdu_mesh_control formats listBagas Sanjaya1-5/+7
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit3-18/+137
2023-03-22wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau1-11/+11
2023-03-22wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau3-20/+43
2023-03-22wifi: mac80211: add mesh fast-rx supportFelix Fietkau1-5/+29
2023-03-22wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau3-5/+68
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau7-25/+507
2023-03-22wifi: mac80211: fix race in mesh sequence number assignmentFelix Fietkau2-5/+3
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau4-1/+55
2023-03-15wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel3-0/+8
2023-03-11Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski17-187/+506
2023-03-11skbuff: Add likely to skb pointer in build_skb()Gal Pressman1-1/+1
2023-03-11skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman1-4/+2
2023-03-10wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-10wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2023-03-10wifi: nl80211: fix puncturing bitmap policyJohannes Berg1-1/+7
2023-03-10wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1
2023-03-10udp: introduce __sk_mem_schedule() usageJason Xing1-11/+16
2023-03-10Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski6-77/+142
2023-03-10neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-31/+0
2023-03-10net: sched: remove qdisc_watchdog->last_expiresEric Dumazet1-2/+4
2023-03-10netlink: remove unused 'compare' functionFlorian Westphal2-3/+0
2023-03-10mctp: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-105/+202
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds28-77/+136
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long2-4/+47
2023-03-09sctp: add fair capacity stream schedulerXin Long3-1/+186
2023-03-09net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo1-7/+4
2023-03-09af_unix: fix struct pid leaks in OOB supportEric Dumazet1-2/+8
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-0/+34
2023-03-08netfilter: nat: fix indentation of function argumentsJeremy Sowden1-2/+2
2023-03-08netfilter: conntrack: fix typoJeremy Sowden1-1/+1
2023-03-08netfilter: use nf_ip6_check_hbh_len in nf_ct_skb_network_trimXin Long1-2/+9
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long2-54/+53