summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-0615-76/+86
|\
| * Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-09-064-14/+6
| |\
| | * net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti2024-09-041-0/+2
| | * bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu2024-09-031-9/+0
| | * Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-08-301-5/+0
| | * Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-0/+4
| * | Merge tag 'regulator-fix-v6.11-stub' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-061-0/+8
| |\ \
| | * | regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATORDouglas Anderson2024-08-301-0/+8
| * | | Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7' of git://git.kernel.org/pub/...Linus Torvalds2024-09-051-0/+48
| |\ \ \
| | * | | kunit: Device wrappers should also manage driver nameDavid Gow2024-08-261-0/+48
| * | | | Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-012-0/+5
| |\ \ \ \
| | * | | | x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman2024-08-281-0/+1
| | * | | | x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-08-201-0/+4
| * | | | | Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-011-0/+1
| |\ \ \ \ \
| | * | | | | netfs, cifs: Fix handling of short DIO readDavid Howells2024-08-281-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-312-50/+6
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2024-08-282-50/+6
| | |\ \ \ \ \
| | | * | | | | soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson2024-08-211-5/+6
| | | * | | | | firmware: qcom: qseecom: remove unused functionsBartosz Golaszewski2024-08-151-45/+0
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-301-2/+3
| |\ \ \ \ \ \
| | * | | | | | iommu: Handle iommu faults for a bad iopf setupPranjal Shrivastava2024-08-231-2/+3
| | |/ / / / /
| * | | | | | Merge tag 'drm-fixes-2024-08-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-08-303-10/+9
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-08-302-6/+2
| | |\ \ \ \ \
| | | * | | | | video/aperture: optionally match the device in sysfb_disable()Alex Deucher2024-08-271-2/+2
| | | * | | | | Revert "drm/ttm: increase ttm pre-fault value to PMD size"Alex Deucher2024-08-231-4/+0
| | | | |/ / / | | | |/| | |
| | * | | | | drm/i915: ARL requires a newer GSC firmwareJohn Harrison2024-08-271-4/+7
| | | |_|/ / | | |/| | |
* | | | | | net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato2024-09-061-2/+2
* | | | | | Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-054-16/+49
|\ \ \ \ \ \
| * | | | | | wifi: cfg80211: wext: Update spelling and grammarSimon Horman2024-09-031-6/+6
| * | | | | | wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih2024-08-271-0/+13
| * | | | | | wifi: rfkill: Correct parameter type for rfkill_set_hw_state_reason()Zijun Hu2024-08-271-2/+3
| * | | | | | wifi: mac80211: Add non-atomic station iteratorRory Little2024-08-271-0/+18
| * | | | | | wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET2024-08-271-4/+4
| * | | | | | wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih2024-08-271-3/+4
| * | | | | | wifi: mac80211: refactor block ack management codeDmitry Antipov2024-08-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | ipv4: Fix user space build failure due to header changeIdo Schimmel2024-09-052-2/+1
* | | | | | net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta2024-09-051-1/+1
* | | | | | Merge tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-09-032-3/+3
|\ \ \ \ \ \
| * | | | | | ieee802154: Correct spelling in nl802154.hSimon Horman2024-08-301-1/+1
| * | | | | | mac802154: Correct spelling in mac802154.hSimon Horman2024-08-301-2/+2
* | | | | | | netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin2024-09-031-2/+0
* | | | | | | netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-032-4/+4
* | | | | | | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-032-4/+4
* | | | | | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-032-7/+9
* | | | | | | netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin2024-09-031-10/+18
* | | | | | | xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2024-08-311-2/+0
* | | | | | | ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel2024-08-311-1/+4
* | | | | | | ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel2024-08-311-1/+2
* | | | | | | icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-302-3/+2
* | | | | | | icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-302-3/+4