## ## This file/directory contains my patch series. You may not always be able ## to use this file as-is for quilt because there could be some patches I ## have opted not to publish, those are the patches with "NPUB" in the name. ## ## Usually, I have all my patches intermingled, i.e. whatever I have been ## working on in the kernel will be present in this file. ## ## ## If you're looking at my patches directory at ## ## http://johannes.sipsolutions.net/patches/kernel/all/LATEST/ ## ## and you wish to link to a patch, consider linking to, for example, ## ## http://johannes.sipsolutions.net/patches/kernel/all/LATEST/NNN-debug-section-mismatch.patch ## ^^^ ## instead of ## ## http://johannes.sipsolutions.net/patches/kernel/all/LATEST/001-debug-section-mismatch.patch ## ^^^ ## ## as the numbers may change frequently. ## ## ## The 000-* file tells you what tree I made these patches against. ## ## The patches.tar.bz2 file contains all patches and this file. ############################################################################### ## purely local patches and ## patches from others that I'm not working on ## debug section mismatches persistently 001-debug-section-mismatch.patch ## enable b43 N PHY code for testing [internal] 002-b43-nphy-enable.patch 003-skb-fix.patch ############################################################################### ## patches I feel are at mostly good for submission and run on my machines ## optimise iwlwifi scanning [sent] 004-iwlwifi-scan-freqs.patch ## a few iwlwifi fixes [sent] 005-iwlwifi-fix-swq-assignment.patch ## different queue debugging for iwlwifi ## (asked wey-yi to combine with hers) 006-iwlwifi-queue-dbg.patch ## allow returning NULL from iwstats [sent] 007-wext-stats-proper.patch ## fix todo lock [sent] 008-mac80211-lock-fix.patch ## WIRELESS_EXT is needed [sent] 009-wext-default-y.patch ## preparations [sent] 010-cfg80211-core-wdev.patch 011-nl80211-funs-extern.patch 012-cfg80211-gfp.patch 013-cfg80211-remove-wdev-bssid.patch 014-mac80211-fix-auth.patch 015-wext-event-const.patch ## add nl82011 testmode [sent] 016-nl80211-testmode.patch ## [sent] 017-mac80211-kill-unused.patch ## define AKM suites [sent] 018-akm-suites.patch ## most of wext removal [sent] # (from sameo) 019-cfg80211-connect-api.patch # (mostly mine, based on sameo's, who based them on mine) 020-cfg80211-connect-emul.patch 021-cfg80211-wext-connect.patch # (mine) 022-cfg80211-wext-ps.patch 023-cfg80211-wext-wds.patch 024-cfg80211-wext-rate.patch 025-cfg80211-wext-stats.patch ## mac80211 can now get the TKIP check back [sent] 026-mac80211-tkip-cfg80211.patch ## mac80211 cleanups [sent] 027-mac80211-remove-auth-retry.patch 028-mac80211-cleanup-dead-code.patch ## cfg80211 userspace sme events [sent] 029-cfg80211-usme-events.patch ## wext work for net-next [sent to netdev] 030-wext-netns.patch 031-wext-optimise-avoid-leak.patch 032-wext-event-compat.patch ## cfg80211: plug refcount leak [sent] 033-cfg80211-plug-refcount-leak.patch ## cfg80211: reset auth [sent] 034-cfg80211-wext-reset-auth.patch ## helper function [sent] 035-cfg80211-bss-find-ie.patch ## cfg80211: keep track of BSSes [sent] 036-cfg80211-auth-assoc-api-bss.patch 037-cfg80211-refuse-bssid-twice.patch ## limit number of ciphers [sent] 038-cfg80211-assoc-limit-ciphers.patch ## let SME control re- vs. associate 039-cfg80211-sme-prev-bssid.patch ## more mac80211 cleanups 040-mac80211-mlme-deadcode.patch 041-mac80211-mlme-rework.patch ############################################################################### ## various WIP/testing patches ## real wext removal # (needs iwm conversion!!) 042-cfg80211-wext-freq-combine.patch 043-cfg80211-wext-iwap-combine.patch 044-cfg80211-wext-iwessid-combine.patch # (needs all drivers converted!!) 045-cfg80211-wext-all-internal.patch ## netns work [sent] 046-netns-rcu.patch # broken!! 047-genl-netns.patch 048-mac80211-netns.patch 049-netns-export-get-by-pid.patch ## netns work [rfc] 050-cfg80211-netns.patch ## play together 051-mac80211-allow-netns.patch ## HACK HACK HACK 052-mac80211-no-netdev-dev.patch ## experiment -- do we need irq locking? 053-mac80211-no-irq-lock.patch ## iwlwifi powersave work [in testing] 054-iwlwifi-ps.patch ## iwlwifi put card to sleep when idle [in testing] 055-iwlwifi-idle.patch ## hwsim testing [drop this] 056-hwsim-ibss.patch 057-hwsim-ps.patch ## mac80211 op debug ## [waiting for trace event support for modules] 058-mac80211-driver-op-dbg.patch ## wifi books 059-NPUB-wibooks.patch ## AOA Topaz stuff 060-snd-aoa-topaz.patch
| Name | Last Modified | Size | Type |
|---|---|---|---|
| Parent Directory/ | - | Directory | |
| 000-against-v2.6.31-rc1-27574-gd8c96e3654bc652b48b366c50c50823af486d401 | 2009-Jul-03 17:25:20 | 0.0K | application/octet-stream |
| 001-debug-section-mismatch.patch | 2009-Jul-03 17:24:36 | 0.6K | text/plain |
| 002-b43-nphy-enable.patch | 2009-Jul-03 17:24:36 | 0.5K | text/plain |
| 003-skb-fix.patch | 2009-Jul-03 17:24:36 | 0.4K | text/plain |
| 004-iwlwifi-scan-freqs.patch | 2009-Jul-03 17:24:37 | 6.6K | text/plain |
| 005-iwlwifi-fix-swq-assignment.patch | 2009-Jul-03 17:24:37 | 2.2K | text/plain |
| 006-iwlwifi-queue-dbg.patch | 2009-Jul-03 17:24:37 | 4.7K | text/plain |
| 007-wext-stats-proper.patch | 2009-Jul-03 17:24:37 | 1.5K | text/plain |
| 008-mac80211-lock-fix.patch | 2009-Jul-03 17:24:38 | 3.3K | text/plain |
| 009-wext-default-y.patch | 2009-Jul-03 17:24:38 | 1.4K | text/plain |
| 010-cfg80211-core-wdev.patch | 2009-Jul-03 17:24:38 | 2.7K | text/plain |
| 011-nl80211-funs-extern.patch | 2009-Jul-03 17:24:38 | 3.6K | text/plain |
| 012-cfg80211-gfp.patch | 2009-Jul-03 17:24:38 | 20.4K | text/plain |
| 013-cfg80211-remove-wdev-bssid.patch | 2009-Jul-03 17:24:39 | 2.0K | text/plain |
| 014-mac80211-fix-auth.patch | 2009-Jul-03 17:24:39 | 1.2K | text/plain |
| 015-wext-event-const.patch | 2009-Jul-03 17:24:39 | 1.2K | text/plain |
| 016-nl80211-testmode.patch | 2009-Jul-03 17:24:40 | 16.0K | text/plain |
| 017-mac80211-kill-unused.patch | 2009-Jul-03 17:24:40 | 0.9K | text/plain |
| 018-akm-suites.patch | 2009-Jul-03 17:24:40 | 0.7K | text/plain |
| 019-cfg80211-connect-api.patch | 2009-Jul-03 17:24:41 | 34.0K | text/plain |
| 020-cfg80211-connect-emul.patch | 2009-Jul-03 17:24:41 | 22.5K | text/plain |
| 021-cfg80211-wext-connect.patch | 2009-Jul-03 17:24:42 | 36.5K | text/plain |
| 022-cfg80211-wext-ps.patch | 2009-Jul-03 17:24:42 | 13.9K | text/plain |
| 023-cfg80211-wext-wds.patch | 2009-Jul-03 17:24:42 | 5.1K | text/plain |
| 024-cfg80211-wext-rate.patch | 2009-Jul-03 17:24:43 | 8.7K | text/plain |
| 025-cfg80211-wext-stats.patch | 2009-Jul-03 17:24:43 | 5.5K | text/plain |
| 026-mac80211-tkip-cfg80211.patch | 2009-Jul-03 17:24:43 | 1.3K | text/plain |
| 027-mac80211-remove-auth-retry.patch | 2009-Jul-03 17:24:43 | 5.9K | text/plain |
| 028-mac80211-cleanup-dead-code.patch | 2009-Jul-03 17:24:44 | 18.9K | text/plain |
| 029-cfg80211-usme-events.patch | 2009-Jul-03 17:24:44 | 3.1K | text/plain |
| 030-wext-netns.patch | 2009-Jul-03 17:24:44 | 3.7K | text/plain |
| 031-wext-optimise-avoid-leak.patch | 2009-Jul-03 17:24:45 | 5.5K | text/plain |
| 032-wext-event-compat.patch | 2009-Jul-03 17:24:45 | 12.5K | text/plain |
| 033-cfg80211-plug-refcount-leak.patch | 2009-Jul-03 17:24:45 | 0.7K | text/plain |
| 034-cfg80211-wext-reset-auth.patch | 2009-Jul-03 17:24:46 | 0.7K | text/plain |
| 035-cfg80211-bss-find-ie.patch | 2009-Jul-03 17:24:46 | 3.1K | text/plain |
| 036-cfg80211-auth-assoc-api-bss.patch | 2009-Jul-03 17:24:47 | 45.1K | text/plain |
| 037-cfg80211-refuse-bssid-twice.patch | 2009-Jul-03 17:24:47 | 1.5K | text/plain |
| 038-cfg80211-assoc-limit-ciphers.patch | 2009-Jul-03 17:24:47 | 1.8K | text/plain |
| 039-cfg80211-sme-prev-bssid.patch | 2009-Jul-03 17:24:47 | 7.2K | text/plain |
| 040-mac80211-mlme-deadcode.patch | 2009-Jul-03 17:24:47 | 2.6K | text/plain |
| 041-mac80211-mlme-rework.patch | 2009-Jul-03 17:24:49 | 71.6K | text/plain |
| 042-cfg80211-wext-freq-combine.patch | 2009-Jul-03 17:24:49 | 11.3K | text/plain |
| 043-cfg80211-wext-iwap-combine.patch | 2009-Jul-03 17:24:49 | 9.9K | text/plain |
| 044-cfg80211-wext-iwessid-combine.patch | 2009-Jul-03 17:24:49 | 8.0K | text/plain |
| 045-cfg80211-wext-all-internal.patch | 2009-Jul-03 17:24:50 | 33.6K | text/plain |
| 046-netns-rcu.patch | 2009-Jul-03 17:24:50 | 2.2K | text/plain |
| 047-genl-netns.patch | 2009-Jul-03 17:24:51 | 18.5K | text/plain |
| 048-mac80211-netns.patch | 2009-Jul-03 17:24:51 | 8.4K | text/plain |
| 049-netns-export-get-by-pid.patch | 2009-Jul-03 17:24:51 | 2.9K | text/plain |
| 050-cfg80211-netns.patch | 2009-Jul-03 17:24:52 | 29.0K | text/plain |
| 051-mac80211-allow-netns.patch | 2009-Jul-03 17:24:52 | 0.9K | text/plain |
| 052-mac80211-no-netdev-dev.patch | 2009-Jul-03 17:24:53 | 0.7K | text/plain |
| 053-mac80211-no-irq-lock.patch | 2009-Jul-03 17:24:53 | 17.3K | text/plain |
| 054-iwlwifi-ps.patch | 2009-Jul-03 17:24:54 | 28.4K | text/plain |
| 055-iwlwifi-idle.patch | 2009-Jul-03 17:24:54 | 2.3K | text/plain |
| 056-hwsim-ibss.patch | 2009-Jul-03 17:24:54 | 1.5K | text/plain |
| 057-hwsim-ps.patch | 2009-Jul-03 17:24:54 | 1.3K | text/plain |
| 058-mac80211-driver-op-dbg.patch | 2009-Jul-03 17:24:55 | 22.2K | text/plain |
| 060-snd-aoa-topaz.patch | 2009-Jul-03 17:24:55 | 16.9K | text/plain |
| patches.tar.bz2 | 2009-Jul-03 17:25:27 | 92.9K | application/octet-stream |
| series | 2009-Jul-03 17:24:36 | 4.6K | text/plain |