summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: add support for Extra EHT LTFGregory Greenman2023-06-141-0/+1
* wifi: iwlwifi: mvm: support U-SIG EHT validate checksJohannes Berg2023-06-141-0/+2
* wifi: mac80211: Do not use "non-MLD AP" syntaxIlan Peer2023-06-141-3/+6
* wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer2023-06-142-2/+10
* wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-0/+21
* wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit2023-06-141-0/+3
* wifi: mac80211: add helpers to access sband iftype dataJohannes Berg2023-06-141-1/+43
* wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2023-06-142-3/+29
* Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-094-6/+172
|\
| * wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg2023-06-071-4/+91
| * wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach2023-06-062-0/+38
| * wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach2023-06-062-0/+37
| * wifi: mac80211: skip EHT BSS membership selectorJohannes Berg2023-06-061-1/+4
| * mmc: sdio: Add/rename SDIO ID of the RTL8723DS SDIO wifi cardsMartin Blumenstingl2023-05-251-1/+2
* | net: phy: broadcom: Add support for setting LED brightnessFlorian Fainelli2023-06-091-0/+3
* | net: phy: broadcom: Rename LED registersFlorian Fainelli2023-06-091-3/+3
* | ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-083-0/+3
* | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-084-0/+4
* | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-082-2/+2
* | net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells2023-06-081-1/+3
* | Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-06-082-3/+17
|\ \
| * | net/mlx5e: Expose catastrophic steering error countersLama Kayal2023-06-071-2/+10
| * | {net/RDMA}/mlx5: introduce lag_for_each_peerShay Drory2023-06-071-1/+7
* | | net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)2023-06-081-1/+0
* | | net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)2023-06-081-0/+1
* | | net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)2023-06-081-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0821-46/+75
|\ \ \
| * \ \ Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-0811-21/+33
| |\ \ \
| | * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-0/+1
| | |\ \ \
| | | * | | bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-051-0/+1
| | * | | | net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-071-0/+2
| | * | | | net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-072-3/+5
| | * | | | rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-071-2/+5
| | * | | | rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-071-5/+13
| | * | | | Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-06-062-1/+4
| | |\ \ \ \
| | | * | | | Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-051-1/+2
| | | * | | | Bluetooth: fix debugfs registrationJohan Hovold2023-06-051-0/+1
| | | * | | | Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-051-0/+1
| | * | | | | ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-061-3/+0
| | |/ / / /
| | * | | | net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-1/+1
| | * | | | net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet2023-06-021-1/+1
| | * | | | net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-5/+1
| | * | | | neighbour: fix unaligned access to pneigh_entryQingfang DENG2023-06-011-1/+1
| * | | | | Merge tag 'platform-drivers-x86-v6.4-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-061-5/+1
| |\ \ \ \ \
| | * | | | | platform/surface: aggregator: Make to_ssam_device_driver() respect constnessMaximilian Luz2023-05-301-5/+1
| * | | | | | Merge tag 'media/v6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-06-041-0/+1
| |\ \ \ \ \ \
| | * | | | | | media: v4l2-subdev: Fix missing kerneldoc for client_capsTomi Valkeinen2023-06-021-0/+1
| | * | | | | | Merge tag 'v6.4-rc2' into v4l_for_linusMauro Carvalho Chehab2023-05-188-14/+31
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-041-1/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'iio-fixes-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-05-281-1/+1
| | |\ \ \ \ \ \ \ \