pub/scm/linux/kernel/git/jberg/mac80211-next.git  about / heads / tags
mac80211/wireless next tree
$ git log --pretty=format:'%h %s (%cs)%d'
8aaaf2f3af2ae2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-01-09)
	(HEAD -> master)
208dd45d8d0503 tcp: tcp_send_challenge_ack delete useless param `skb` (2022-01-09)
0959a82ab3e569 net/qla3xxx: Remove useless DMA-32 fallback configuration (2022-01-09)
7ac2d77c97d0a0 rocker: Remove useless DMA-32 fallback configuration (2022-01-09)
004464835bfc6e hinic: Remove useless DMA-32 fallback configuration (2022-01-09)
e20a471256b0ad lan743x: Remove useless DMA-32 fallback configuration (2022-01-09)
cfcfc8f5a54b2e net: enetc: Remove useless DMA-32 fallback configuration (2022-01-09)
030f9ce8c739a5 cxgb4vf: Remove useless DMA-32 fallback configuration (2022-01-09)
7fc7fc5da61bfb cxgb4: Remove useless DMA-32 fallback configuration (2022-01-09)
544bdad074945c 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)
    1278566 lkml
     399357 stable
     345218 netdev
     257303 linux-arm-kernel
     134220 linux-devicetree
     113319 linux-wireless
     103248 dri-devel
      73350 linuxppc-dev
      72773 linux-media
      72725 alsa-devel
      69666 linux-fsdevel
      66645 linux-mm
      61815 linux-patches
      53149 intel-gfx
      53013 kvm
      51664 linux-scsi
      49687 amd-gfx
      42876 linux-omap
      41248 linux-arm-msm
      41092 linux-arch
      39616 linux-mips
      36046 linux-xfs
      32143 linux-rdma
      30748 linux-nfs
      30706 linux-pm
      29898 bpf
      28543 linux-mediatek
      28415 linux-doc
      27989 linux-samsung-soc
      27828 linux-crypto
      26859 linux-acpi
      26217 linux-block
      26145 linux-s390
      25772 netfilter-devel
      23197 linux-mtd
      22720 linux-renesas-soc
      22530 linux-clk
      22313 linux-sh
      22309 linux-gpio
      22285 linux-perf-users
      21980 linux-pci
      21642 linux-usb
      21338 linux-iio
      21263 linux-tegra
      20191 linux-riscv
      19328 kernel-janitors
      18298 linux-input
      18163 sparclinux
      17786 linux-btrfs
      16459 linux-kselftest
      16229 kvmarm
      16016 linux-ide
      16012 linux-serial
      15682 xen-devel
      15486 linux-ext4
      15387 linux-api
      15034 linux-iommu
      15004 linux-staging
      14730 u-boot
      14722 linux-mmc
      14714 linux-fbdev
      13996 driverdev-devel
      13581 linux-rockchip
      13397 linux-kbuild
      13323 virtualization
      13293 linux-cifs
      12345 linux-bluetooth
      12218 qemu-devel
      12058 linux-spi
      11851 linux-parisc
      11345 linux-amlogic
      11246 linux-i2c
      11129 intel-wired-lan
      10918 linux-security-module
      10559 platform-driver-x86
      10341 linux-ia64
      10245 linux-f2fs-devel
       9895 ceph-devel
       9623 dm-devel
       9564 linux-um
       9059 linux-alpha
       8912 linux-m68k
       8118 linux-snps-arc
       8038 linux-nvme
       7977 cgroups
       7549 nvdimm
       7405 nouveau
       7216 cluster-devel
       7145 linux-sunxi
       7058 linux-can
       6765 linux-efi
       6625 lustre-devel
       6504 linux-watchdog
       6496 containers
       6421 linux-rtc
       6387 batman
       6213 intel-xe
       6077 linux-raid
       5960 kvm-ppc
       5886 linux-hwmon
       5751 linux-hexagon
       5703 linux-sound
       5621 openrisc
       5527 linux-nvdimm
       5513 loongarch
       5474 linux-rt-users
       5449 ocfs2-devel
       5416 dmaengine
       5377 rcu
       5263 linux-hardening
       5080 selinux
       5072 linux-next
       4988 linux-leds
       4942 linux-integrity
       4817 kernel-hardening
       4758 io-uring
       4718 linux-pwm
       4703 linux-trace-kernel
       4575 cip-dev
       4406 linux-csky
       4368 linux-sctp
       4341 llvm
       4307 outreachy
       4142 bridge
       4096 mptcp
       4009 dpdk-dev
       3978 git
       3962 ath10k
       3748 lm-sensors
       3696 buildroot
       3592 linux-remoteproc
       3581 linux-hyperv
       3454 kexec
       3448 linux-wpan
       3332 keyrings
       3261 soc
       3120 linux-phy
       3065 linux-modules
       3047 linux-nilfs
       2986 linux-erofs
       2906 linux-bcache
       2904 target-devel
       2903 linux-cxl
       2779 ath11k
       2749 linux-fscrypt
       2295 ath9k-devel
       2253 linux-edac
       2238 lvs-devel
       2111 openbmc
       2099 linux-unionfs
       2099 openembedded-core
       2039 linux-hams
       1947 linux-audit
       1896 chrome-platform
       1872 rust-for-linux
       1691 phone-devel
       1673 v9fs
       1602 imx
       1591 cpufreq
       1572 asahi
       1558 ath12k
       1541 linux-fpga
       1533 dccp
       1481 linux-trace-devel
       1469 openembedded-devel
       1421 reiserfs-devel
       1374 b43-dev
       1366 linux-bcachefs
       1258 historical-speck
       1146 b4-sent
       1135 ntfs3
       1119 damon
       1021 linux-kernel-mentees
       1012 ntb
        959 linux-metag
        910 gfs2
        904 linux-x25
        892 fstests
        888 ecryptfs
        787 ltp
        762 oe-kbuild-all
        735 linux-sgx
        735 linux-coco
        715 linux-spdx
        684 netfilter
        679 igt-dev
        675 live-patching
        664 linux-man
        661 netfs
        640 lvm-devel
        618 linux-ppp
        616 linux-i3c
        603 cocci
        590 fsverity
        547 qemu-riscv
        544 autofs
        537 tpmdd-devel
        488 linux-oxnas
        486 audit
        477 yocto
        450 linux-toolchains
        435 regressions
        434 oe-lkp
        399 virtio-dev
        386 linux-sparse
        314 mhi
        311 linux-nfc
        311 oe-linux-nfc
        303 acpica-devel
        296 wireguard
        289 u-boot-amlogic
        262 lttng-dev
        227 kernel-tls-handshake
        221 grub-devel
        213 bitbake-devel
        212 yocto-meta-ti
        211 mm-commits
        202 workflows
        198 backports
        198 brcm80211
        193 ofono
        182 yocto-meta-arago
        175 linux-aspeed
        170 util-linux
        169 kernel-testers
        166 yocto-meta-freescale
        164 fio
        160 kvm-riscv
        154 poky
        151 xenomai
        150 linux-embedded
        149 xdp-newbies
        149 kvm-ia64
        148 linux-rt-devel
        146 devicetree-compiler
        140 kernelci
        133 virtio-fs
        130 xfs-stable
        124 linux-kernel-announce
        120 yocto-meta-arm
        102 arm-scmi
        100 iwd
         99 trinity
         90 linux-laptop
         86 kernelnewbies
         85 yocto-meta-virtualization
         76 selinux-refpolicy
         72 linux-hotplug
         67 x86-cpuid
         65 ksummit
         64 ksummit-discuss
         64 initramfs
         62 yocto-docs
         61 fuego
         59 linux-firmware
         59 perfbook
         57 ell
         57 yocto-toaster
         52 linux-btrace
         38 timestamp
         37 stable-rt
         33 virtio-comment
         31 wireless-regdb
         29 linux-console
         28 devicetree-spec
         27 powertop
         25 linux-lvm
         21 lkmm
         20 linux-debuggers
         20 barebox
         19 connman
         18 dash
         17 linux-safety
         16 linux-dash
         16 ultralinux
         14 oe-kbuild
         14 kdevops
         13 hail-devel
         12 dwarves
         12 spacemit
         10 linux-trace-users
          9 radiotap
          9 kbd
          8 smatch
          7 sophgo
          6 ccan
          6 tech-board-discuss
          6 yocto-patches
          5 tools
          5 linux-numa
          5 accel-config
          4 dm-crypt
          4 linux-msdos
          4 lartc
          4 dtrace
          3 stgt
          3 linux-smp
          2 linux-dwarves
          2 oe-chipsec
          2 linux-newbie
          1 keys
          1 signatures
          1 linux-bugs
          1 linux-config
          1 linux-8086
          1 mlmmj
          1 spdk
          1 criu

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/jberg/mac80211-next.git