summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+2
* wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg2022-07-151-1/+8
* wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg2022-07-151-7/+17
* wifi: cfg80211: adjust assoc comeback for MLOJohannes Berg2022-07-151-2/+2
* wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg2022-07-151-12/+17
* wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg2022-07-151-3/+3
* wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg2022-07-151-0/+3
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-3/+3
* wifi: mac80211: provide link ID in link_confJohannes Berg2022-07-151-0/+2
* wifi: mac80211: Align with Draft P802.11be_D2.0Ilan Peer2022-07-151-8/+15
* wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer2022-07-151-16/+36
* wifi: cfg80211: make cfg80211_auth_request::key_idx signedJohannes Berg2022-07-151-1/+2
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-2/+4
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-26/+2
* wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-152-0/+72
* Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-142-4/+22
|\
| * net/mlx5: Use software VHCA id when it's supportedYishai Hadas2022-07-131-0/+1
| * net/mlx5: Introduce ifc bits for using software vhca idYishai Hadas2022-07-131-4/+21
* | net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko2022-07-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1426-42/+74
|\ \ | |/ |/|
| * Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-148-18/+29
| |\
| | * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-141-2/+2
| | * Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-07-132-3/+5
| | |\
| | | * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-292-3/+5
| | * | raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima2022-07-131-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-111-5/+9
| | |\ \
| | | * | netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso2022-07-091-5/+9
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-081-4/+7
| | |\ \ \
| | | * | | bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-081-4/+7
| | * | | | net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-081-1/+1
| | * | | | net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)2022-07-081-2/+4
| * | | | | Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-141-0/+6
| |\ \ \ \ \
| | * | | | | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-0/+6
| * | | | | | Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-131-1/+2
| |\ \ \ \ \ \
| | * | | | | | cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-1/+2
| * | | | | | | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-07-121-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra sem...Li kunyu2022-07-121-1/+1
| * | | | | | | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-113-3/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-06-271-2/+4
| | * | | | | | | | objtool: Add entry UNRET validationPeter Zijlstra2022-06-271-0/+3
| | * | | | | | | | x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-06-271-0/+2
| | * | | | | | | | x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2022-06-271-1/+1
| * | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-111-9/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Documentation: highmem: use literal block for code example in highmem.h commentBagas Sanjaya2022-07-031-9/+9
| | |/ / / / / / / /
| * | | | | | | | | fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
| * | | | | | | | | Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-07-101-2/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | misc: rtsx_usb: use separate command and response buffersShuah Khan2022-07-011-1/+0
| | * | | | | | | | | misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan2022-07-011-1/+0
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-081-0/+1
| |\ \ \ \ \ \ \ \ \