pub/scm/linux/kernel/git/jberg/mac80211-next.git  about / heads / tags
mac80211/wireless next tree
$ git log --pretty=format:'%h %s (%cs)%d'
8aaaf2f3af2ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-01-09)
	(HEAD -> master)
208dd45d8d050 tcp: tcp_send_challenge_ack delete useless param `skb` (2022-01-09)
0959a82ab3e56 net/qla3xxx: Remove useless DMA-32 fallback configuration (2022-01-09)
7ac2d77c97d0a rocker: Remove useless DMA-32 fallback configuration (2022-01-09)
004464835bfc6 hinic: Remove useless DMA-32 fallback configuration (2022-01-09)
e20a471256b0a lan743x: Remove useless DMA-32 fallback configuration (2022-01-09)
cfcfc8f5a54b2 net: enetc: Remove useless DMA-32 fallback configuration (2022-01-09)
030f9ce8c739a cxgb4vf: Remove useless DMA-32 fallback configuration (2022-01-09)
7fc7fc5da61bf cxgb4: Remove useless DMA-32 fallback configuration (2022-01-09)
544bdad074945 cxgb3: Remove useless DMA-32 fallback configuration (2022-01-09)
...

$ git cat-file blob HEAD:README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-01-09)
  iosm         iosm: convert to generic wwan ops (2021-05-27)
  rtnl         cfg80211: avoid holding the RTNL when calling the driver (2021-01-22)
  genetlink-op-policy-export genetlink: properly support per-op policy dumping (2020-10-02)
  netlink-validation nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributes (2020-08-18)
  um-orc-unwind try ARCH=um ORC unwinder (2020-08-13)
  pending      nl80211: add ability to report TX status for control port TX (2020-05-26)
  uml-time-travel arch: um: support time travel mode (2019-05-28)
  netlink-policy-export netlink: limit recursion depth in policy validation (2019-04-12)
  cfg80211-mac80211-multi-bssid cfg80211: add missing kernel-doc for multi-BSSID fields (2019-02-08)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
mac80211-next-for-net-next-2022-01-04 Just a few more changes:  * mac80211: allow non-standard VHT MCSes 10/11  * mac80211: add sleepable station iterator for drivers  * nl80211: clarify a comment  * mac80211: small cleanup to use typed element helpers (2022-01-04) tar.gz
mac80211-next-for-net-next-2021-12-21 This time we have:  * ndo_fill_forward_path support in mac80211, to let    drivers use it  * association comeback notification for userspace,    to be able to react more sensibly to long delays  * support for background radar detection hardware    in some chipsets  * SA Query Procedures offload on the AP side  * more logging if we find problems with HT/VHT/HE  * various cleanups and minor fixes (2021-12-21) tar.gz
mac80211-next-for-net-next-2021-10-21 Quite a few changes:  * the applicable eth_hw_addr_set() and const hw_addr changes  * various code cleanups/refactorings  * stack usage reductions across the wireless stack  * some unstructured find_ie() -> structured find_element()    changes  * a few more pieces of multi-BSSID support  * some 6 GHz regulatory support  * 6 GHz support in hwsim, for testing userspace code  * Light Communications (LC, 802.11bb) early band definitions    to be able to add a first driver soon (2021-10-21) tar.gz
mac80211-next-for-net-next-2021-08-26 A few more things:  * Use correct DFS domain for self-managed devices  * some preparations for transmit power element handling    and other 6 GHz regulatory handling  * TWT support in AP mode in mac80211 (2021-08-26) tar.gz
mac80211-next-for-net-next-2021-08-20 Minor updates:  * BSS coloring support  * MEI commands for Intel platforms  * various fixes/cleanups (2021-08-20) tar.gz
mac80211-next-for-net-next-2021-06-25 Lots of changes:  * aggregation handling improvements for some drivers  * hidden AP discovery on 6 GHz and other HE 6 GHz    improvements  * minstrel improvements for no-ack frames  * deferred rate control for TXQs to improve reaction    times  * virtual time-based airtime scheduler  * along with various little cleanups/fixups (2021-06-25) tar.gz
mac80211-next-for-net-next-2021-04-20 Another set of updates, all over the map:  * set sk_pacing_shift for 802.3->802.11 encap offload  * some monitor support for 802.11->802.3 decap offload  * HE (802.11ax) spec updates  * userspace API for TDLS HE support  * along with various other small features, cleanups and    fixups (2021-04-20) tar.gz
mac80211-next-for-net-next-2021-02-12 Last set of updates:  * more minstrel work from Felix to reduce the    probing overhead  * QoS for nl80211 control port frames  * STBC injection support  * and a couple of small fixes (2021-02-12) tar.gz
mac80211-next-for-net-next-2021-02-02 This time, only RTNL locking reduction fallout.  - cfg80211_dev_rename() requires RTNL  - cfg80211_change_iface() and cfg80211_set_encryption()    require wiphy mutex (was missing in wireless extensions)  - cfg80211_destroy_ifaces() requires wiphy mutex  - netdev registration can fail due to notifiers, and then    notifiers are "unrolled", need to handle this properly (2021-02-02) tar.gz
mac80211-next-for-net-next-2021-01-27 More updates:  * many minstrel improvements, including removal of the old    minstrel in favour of minstrel_ht  * speed improvements on FQ  * support for RX decapsulation (header conversion) offload  * RTNL reduction: limit RTNL usage in the wireless stack    mostly to where really needed (regulatory not yet) to    reduce contention on it  * various other small updates (2021-01-27) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
    1212792 lkml
     380482 stable
     330431 netdev
     244405 linux-arm-kernel
     125598 linux-devicetree
     109776 linux-wireless
      97980 dri-devel
      70941 alsa-devel
      70762 linux-media
      69632 linuxppc-dev
      64929 linux-fsdevel
      59689 linux-mm
      51778 linux-patches
      50446 kvm
      50158 intel-gfx
      49920 linux-scsi
      45655 amd-gfx
      42503 linux-omap
      38287 linux-arch
      37373 linux-mips
      37311 linux-arm-msm
      31975 linux-xfs
      30473 linux-rdma
      29127 linux-nfs
      28921 linux-pm
      27048 linux-samsung-soc
      26699 linux-mediatek
      25962 linux-acpi
      25631 bpf
      25514 linux-crypto
      25237 netfilter-devel
      24914 linux-doc
      24349 linux-block
      24059 linux-s390
      22702 linux-mtd
      21406 linux-renesas-soc
      21298 linux-clk
      21233 linux-sh
      20694 linux-gpio
      20627 linux-pci
      20439 linux-tegra
      20222 linux-usb
      19874 linux-iio
      19534 linux-perf-users
      18650 kernel-janitors
      17491 linux-input
      16649 sparclinux
      16528 linux-btrfs
      16257 linux-riscv
      15720 linux-ide
      15304 xen-devel
      15231 linux-serial
      15151 linux-api
      14678 linux-ext4
      14590 u-boot
      14548 kvmarm
      14296 linux-fbdev
      14146 linux-mmc
      13996 driverdev-devel
      13942 linux-staging
      13579 linux-iommu
      13060 linux-kselftest
      12504 virtualization
      12418 linux-rockchip
      12231 linux-cifs
      12139 qemu-devel
      11799 linux-bluetooth
      11650 linux-kbuild
      11645 linux-spi
      10848 linux-amlogic
      10701 linux-i2c
      10639 linux-parisc
      10340 linux-ia64
       9922 linux-security-module
       9702 intel-wired-lan
       9528 platform-driver-x86
       9446 linux-f2fs-devel
       9176 ceph-devel
       9001 dm-devel
       8401 linux-um
       8178 linux-alpha
       7917 linux-m68k
       7506 linux-nvme
       7287 cgroups
       7249 linux-snps-arc
       7224 nvdimm
       7216 cluster-devel
       7124 nouveau
       6783 linux-can
       6625 lustre-devel
       6496 containers
       6476 linux-efi
       6308 linux-sunxi
       6290 batman
       6272 linux-watchdog
       6098 linux-rtc
       5953 kvm-ppc
       5808 linux-raid
       5527 linux-nvdimm
       5314 linux-rt-users
       5150 ocfs2-devel
       5146 linux-hwmon
       5118 dmaengine
       4965 linux-next
       4944 linux-hexagon
       4799 rcu
       4781 kernel-hardening
       4708 selinux
       4695 linux-leds
       4671 openrisc
       4588 linux-integrity
       4497 linux-hardening
       4483 linux-pwm
       4264 outreachy
       4217 linux-sctp
       4031 cip-dev
       3987 dpdk-dev
       3955 git
       3901 bridge
       3760 ath10k
       3748 lm-sensors
       3660 buildroot
       3651 io-uring
       3504 llvm
       3328 linux-remoteproc
       3319 mptcp
       3261 kexec
       3200 loongarch
       3139 linux-wpan
       3127 linux-hyperv
       3111 keyrings
       3103 linux-csky
       3076 soc
       2960 linux-nilfs
       2829 intel-xe
       2796 linux-bcache
       2776 target-devel
       2758 linux-phy
       2593 linux-fscrypt
       2466 ath11k
       2437 linux-trace-kernel
       2295 ath9k-devel
       2204 linux-erofs
       2180 lvs-devel
       2069 openembedded-core
       2010 linux-cxl
       2008 openbmc
       1998 linux-unionfs
       1947 linux-audit
       1893 linux-edac
       1860 linux-hams
       1591 cpufreq
       1553 phone-devel
       1523 chrome-platform
       1483 dccp
       1446 openembedded-devel
       1426 linux-trace-devel
       1419 reiserfs-devel
       1402 linux-fpga
       1372 b43-dev
       1296 linux-sound
       1280 linux-modules
       1258 historical-speck
       1180 asahi
       1129 v9fs
       1076 rust-for-linux
       1074 ntfs3
        959 linux-metag
        955 linux-kernel-mentees
        929 ntb
        874 fstests
        847 ecryptfs
        788 linux-x25
        773 ltp
        729 damon
        698 linux-spdx
        690 oe-kbuild-all
        684 netfilter
        654 ../../../../../../../igt-dev
        649 linux-man
        640 lvm-devel
        631 ath12k
        628 linux-sgx
        572 live-patching
        571 linux-i3c
        569 gfs2
        559 linux-coco
        540 autofs
        538 qemu-riscv
        537 tpmdd-devel
        524 cocci
        507 linux-ppp
        499 b4-sent
        488 linux-oxnas
        475 yocto
        466 linux-bcachefs
        411 oe-lkp
        395 virtio-dev
        368 linux-toolchains
        367 linux-sparse
        328 regressions
        311 linux-nfc
        311 oe-linux-nfc
        284 u-boot-amlogic
        283 wireguard
        262 lttng-dev
        261 mhi
        226 kernel-tls-handshake
        217 grub-devel
        211 imx
        209 yocto-meta-ti
        208 bitbake-devel
        207 mm-commits
        197 backports
        192 ofono
        189 acpica-devel
        174 yocto-meta-arago
        174 fsverity
        169 util-linux
        169 kernel-testers
        166 yocto-meta-freescale
        163 fio
        154 poky
        150 linux-embedded
        149 xdp-newbies
        149 xenomai
        149 kvm-ia64
        145 devicetree-compiler
        138 kernelci
        133 virtio-fs
        124 linux-kernel-announce
        111 audit
        107 yocto-meta-arm
         99 trinity
         90 linux-laptop
         88 workflows
         86 kernelnewbies
         86 iwd
         83 ../../../../../../../netfs
         80 yocto-meta-virtualization
         76 selinux-refpolicy
         72 linux-hotplug
         65 ksummit
         64 ksummit-discuss
         64 initramfs
         61 ../../../../../../../fuego
         60 yocto-docs
         58 perfbook
         57 linux-firmware
         57 ell
         57 yocto-toaster
         52 linux-btrace
         34 timestamp
         33 virtio-comment
         31 ../../../../../../../wireless-regdb
         29 linux-console
         27 ../../../../../../../powertop
         26 stable-rt
         25 linux-lvm
         22 devicetree-spec
         19 connman
         17 dash
         17 linux-safety
         16 linux-dash
         16 ultralinux
         13 hail-devel
         12 dwarves
         11 linux-debuggers
         10 linux-trace-users
         10 oe-kbuild
          9 radiotap
          9 kdevops
          8 kbd
          8 smatch
          7 ../../../../../../../brcm80211
          6 ccan
          6 ../../../../../../../tech-board-discuss
          5 linux-numa
          5 ../../../../../../../accel-config
          4 dm-crypt
          4 tools
          4 linux-msdos
          4 lartc
          3 stgt
          3 linux-smp
          2 linux-dwarves
          2 oe-chipsec
          2 linux-newbie
          1 signatures
          1 linux-config
          1 linux-8086
          1 mlmmj
          1 ../../../../../../../spdk

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/jberg/mac80211-next.git