summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2022-06-202-6/+6
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-31/+44
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-204-16/+41
* wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
* wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
* wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-203-2/+58
* wifi: cfg80211: sort trace.hJohannes Berg2022-06-201-137/+137
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-209-33/+195
* wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2022-06-201-2/+32
* wifi: mac80211: remove band from TX info in MLOJohannes Berg2022-06-202-38/+70
* wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-204-3/+182
* wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-203-6/+117
* wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
* wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-204-55/+46
* wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg2022-06-201-21/+38
* wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-204-22/+27
* wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg2022-06-201-36/+9
* wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-205-23/+13
* wifi: mac80211: sort trace.h fileJohannes Berg2022-06-201-456/+456
* wifi: mac80211: correct link config data in tracingJohannes Berg2022-06-201-23/+25
* wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-205-11/+13
* wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-207-25/+38
* wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-206-11/+12
* wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-204-7/+12
* wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-2010-78/+89
* wifi: mac80211: refactor some link setup codeJohannes Berg2022-06-201-11/+22
* wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
* wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-201-1/+1
* wifi: mac80211: refactor some sta_info link handlingJohannes Berg2022-06-201-23/+56
* wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-202-36/+0
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-2019-391/+566
* wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
* wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-202-2/+22
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2015-109/+241
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-2022-486/+534
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-2013-67/+76
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-2020-122/+125
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-2019-487/+1084
* wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg2022-06-201-5/+13
* net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson2022-06-151-6/+9
* ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-131-15/+2
* net: make __sys_accept4_file() staticYajun Deng2022-06-131-9/+6
* tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-101-2/+0
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-1010-45/+5
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-1011-0/+39
* net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-107-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-102-4/+5
|\
| * net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-091-0/+1