| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: remove tasklet enable/disable | Johannes Berg | 2009-08-28 | 5 | -11/+26 |
* | cfg80211: clean up properly on interface type change | Johannes Berg | 2009-08-28 | 5 | -81/+117 |
* | cfg80211: make spurious warnings less likely, configurable | Johannes Berg | 2009-08-28 | 4 | -4/+40 |
* | mac80211: remove ieee80211_rx namespace hack | John W. Linville | 2009-08-28 | 1 | -2/+2 |
* | cfg80211: check lost scans later, fix bug | Johannes Berg | 2009-08-28 | 3 | -5/+22 |
* | mac80211: fix configure_filter invocation after stop | Johannes Berg | 2009-08-28 | 4 | -16/+14 |
* | mac80211: Update mesh config IE to 11s draft 3.02 | Javier Cardona | 2009-08-28 | 2 | -15/+38 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp... | David S. Miller | 2009-08-23 | 7 | -11/+190 |
|\ |
|
| * | Drop ARPHRD_IEEE802154_PHY | Dmitry Eremin-Solenikov | 2009-08-19 | 3 | -7/+4 |
| * | ieee802154: add support for channel pages from IEEE 802.15.4-2006 | Dmitry Eremin-Solenikov | 2009-08-19 | 2 | -3/+26 |
| * | ieee802154: add a sysfs representation of WPAN master devices | Dmitry Eremin-Solenikov | 2009-08-19 | 2 | -1/+160 |
* | | RDS: Add a debug message suggesting to load transport modules | Andy Grover | 2009-08-23 | 1 | -0/+3 |
* | | RDS: Track transports via an array, not a list | Andy Grover | 2009-08-23 | 5 | -10/+28 |
* | | RDS: Modularize RDMA and TCP transports | Andy Grover | 2009-08-23 | 4 | -16/+35 |
* | | RDS: Export symbols from core RDS | Andy Grover | 2009-08-23 | 10 | -0/+29 |
* | | RDS: Add TCP transport to RDS | Andy Grover | 2009-08-23 | 7 | -0/+1457 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-08-21 | 18 | -117/+225 |
|\ \ |
|
| * | | mac80211: fix register_hw error path | Johannes Berg | 2009-08-20 | 1 | -1/+1 |
| * | | cfg80211: allow cfg80211_connect_result with bssid == NULL | Zhu Yi | 2009-08-20 | 2 | -2/+5 |
| * | | cfg80211: fix leaks of wdev->conn->ie | David Kilroy | 2009-08-20 | 1 | -0/+4 |
| * | | cfg80211: fix dangling scan request checking | Johannes Berg | 2009-08-20 | 2 | -13/+65 |
| * | | mac80211: New stat counters for multicast and unicast forwarded frames | Daniel Walker | 2009-08-20 | 4 | -2/+21 |
| * | | rc80211_pid_algo.c: remove unused variable declaration | John W. Linville | 2009-08-20 | 1 | -1/+0 |
| * | | mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. | Javier Cardona | 2009-08-20 | 5 | -29/+24 |
| * | | mac80211: remove deprecated API | Johannes Berg | 2009-08-20 | 1 | -4/+0 |
| * | | mac80211: allow configure_filter callback to sleep | Johannes Berg | 2009-08-20 | 7 | -43/+77 |
| * | | cfg80211: report userspace SME connected event properly | Johannes Berg | 2009-08-20 | 2 | -16/+15 |
| * | | cfg80211: fix deadlock | Johannes Berg | 2009-08-20 | 1 | -12/+18 |
| * | | cfg80211: export cfg80211_wext_siwfreq | Jussi Kivilinna | 2009-08-20 | 1 | -0/+1 |
| |/ |
|
* | | phonet: fix build when PROC_FS is disabled | Randy Dunlap | 2009-08-17 | 1 | -0/+2 |
|/ |
|
* | can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive path | Oliver Hartkopp | 2009-08-14 | 1 | -5/+13 |
* | vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field | Vasu Dev | 2009-08-14 | 2 | -0/+42 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-14 | 1 | -0/+8 |
|\ |
|
| * | mac80211: fix panic when splicing unprepared TIDs | Luis R. Rodriguez | 2009-08-13 | 1 | -0/+8 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-08-14 | 29 | -430/+801 |
|\ \ |
|
| * | | cfg80211: allow driver to override PS default | Johannes Berg | 2009-08-14 | 1 | -1/+3 |
| * | | cfg80211: check for and abort dangling scan requests | Johannes Berg | 2009-08-14 | 3 | -11/+26 |
| * | | mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames | David Woo | 2009-08-14 | 1 | -1/+1 |
| * | | mac80211: Mark a destination sequence number as valid when a PREQ is received. | David Woo | 2009-08-14 | 1 | -2/+3 |
| * | | mac80211: Fix unresolved mesh frames queued without valid control.vif | Javier Cardona | 2009-08-14 | 1 | -8/+10 |
| * | | trivial: remove duplicate "different" from comment | Thadeu Lima de Souza Cascardo | 2009-08-14 | 1 | -1/+1 |
| * | | mac80211: Move mpath and mpp growth to mesh workqueue. | Javier Cardona | 2009-08-14 | 5 | -109/+144 |
| * | | mac80211: Assign a default mesh beaconing interval. | Javier Cardona | 2009-08-14 | 2 | -2/+5 |
| * | | mac80211: Early detection of broken mesh paths when using minstrel. | Javier Cardona | 2009-08-14 | 1 | -1/+7 |
| * | | mac80211: Update the station failed frames average when minstrel is used. | Javier Cardona | 2009-08-14 | 1 | -1/+9 |
| * | | mac80211: Use 3-address format for mesh broadcast frames. | Javier Cardona | 2009-08-14 | 5 | -56/+136 |
| * | | mac80211: Use correct sign for mesh active path refresh. | Andrey Yurovsky | 2009-08-14 | 1 | -1/+1 |
| * | | mac80211: Improve dequeing from mpath frame queue. | Javier Cardona | 2009-08-14 | 2 | -5/+3 |
| * | | mac80211: small tx code cleanup | Johannes Berg | 2009-08-14 | 1 | -19/+19 |
| * | | mac80211: sequence number micro-optimisation | Johannes Berg | 2009-08-14 | 1 | -1/+0 |