| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | mv643xx_eth: fix NULL pointer dereference in rxq_process() | Lennert Buytenhek | 2008-08-24 | 1 | -1/+1 |
| | * | mv643xx_eth: fix inconsistent lock semantics | Lennert Buytenhek | 2008-08-24 | 1 | -2/+2 |
| | * | mv643xx_eth: fix double add_timer() on the receive oom timer | Lennert Buytenhek | 2008-08-24 | 1 | -4/+2 |
| | * | mv643xx_eth: fix NAPI 'rotting packet' issue | Lennert Buytenhek | 2008-08-24 | 1 | -2/+1 |
| * | | bnx2x: Version update | Eilon Greenstein | 2008-08-25 | 1 | -2/+2 |
| * | | bnx2x: Multi Queue | Yitchak Gertner | 2008-08-25 | 1 | -4/+2 |
| * | | bnx2x: NAPI and interrupts enable/disable | Yitchak Gertner | 2008-08-25 | 1 | -76/+73 |
| * | | bnx2x: NIC load failure cleanup | Yitchak Gertner | 2008-08-25 | 1 | -12/+10 |
| * | | bnx2x: Initialization structure | Yitchak Gertner | 2008-08-25 | 1 | -11/+11 |
| * | | bnx2x: HW lock timeout | Eilon Greenstein | 2008-08-25 | 1 | -2/+2 |
| * | | bnx2x: Minimize lock time | Eilon Greenstein | 2008-08-25 | 1 | -1/+4 |
| * | | bnx2x: Fan failure mechanism on additional design | Eilon Greenstein | 2008-08-25 | 1 | -0/+3 |
| * | | bnx2x: Rx work check | Eilon Greenstein | 2008-08-25 | 2 | -1/+8 |
| |/ |
|
* | | b43: Rewrite TX power adjustment | Michael Buesch | 2008-08-29 | 9 | -121/+341 |
* | | b43: Implement dynamic PHY API | Michael Buesch | 2008-08-29 | 22 | -4225/+4998 |
* | | rt2x00: Release rt2x00 2.2.1 | Ivo van Doorn | 2008-08-29 | 1 | -1/+1 |
* | | rt2x00: skb->data pointer should not include TX descriptor | Mattias Nissler | 2008-08-29 | 3 | -9/+8 |
* | | rt2x00: Add Signal type flag | Ivo van Doorn | 2008-08-29 | 6 | -4/+13 |
* | | rt2x00: Initialize txop during conf_tx() callback | Ivo van Doorn | 2008-08-29 | 5 | -24/+122 |
* | | rt2x00: Only configure hardware when radio is enabled | Mattias Nissler | 2008-08-29 | 3 | -36/+25 |
* | | rt2x00: Map extra_tx_headroom to DMA | Ivo van Doorn | 2008-08-29 | 1 | -3/+21 |
* | | rt2x00: Fix race conditions in flag handling | Ivo van Doorn | 2008-08-29 | 11 | -66/+68 |
* | | libertas: use the common frame control functions | Harvey Harrison | 2008-08-29 | 1 | -12/+8 |
* | | ath9k: rc.h cleanup | Sujith | 2008-08-29 | 2 | -115/+125 |
* | | ath9k: Remove sc_lastrx as we don't use it anywhere | Sujith | 2008-08-29 | 2 | -6/+2 |
* | | ath9k: Do not update frame's duration field | Sujith | 2008-08-29 | 2 | -46/+11 |
* | | ath9k: Remove more dead code | Sujith | 2008-08-29 | 4 | -39/+0 |
* | | ath9k: Add LED support | Vasanthakumar Thiagarajan | 2008-08-29 | 5 | -46/+176 |
* | | p54pci: rx tasklet refactoring | Christian Lamparter | 2008-08-29 | 2 | -84/+168 |
* | | p54: redo queue numbering | Chr | 2008-08-29 | 2 | -10/+14 |
* | | p54: take tx_queue's lock in rx_frame_sent | Chr | 2008-08-29 | 1 | -1/+7 |
* | | p54: fix rssi auto calibration | Christian Lamparter | 2008-08-29 | 2 | -52/+111 |
* | | wireless: remove unused #include <version.h> | Huang Weiyi | 2008-08-29 | 4 | -4/+0 |
* | | ath9k: Use mac80211 for multicast power save buffering | Jouni Malinen | 2008-08-29 | 6 | -183/+82 |
* | | mac80211_hwsim: Add minimal IEEE 802.11n support | Jouni Malinen | 2008-08-29 | 1 | -1/+15 |
* | | libertas: convert adhoc operations to direct commands | Dan Williams | 2008-08-29 | 7 | -400/+302 |
* | | libertas: convert CMD_802_11_RADIO_CONTROL to a direct command | Dan Williams | 2008-08-29 | 9 | -100/+100 |
* | | libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command | Dan Williams | 2008-08-29 | 8 | -59/+36 |
* | | libertas: convert CMD_802_11_RF_TX_POWER to a direct command | Dan Williams | 2008-08-29 | 8 | -114/+111 |
* | | ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flags | Sujith | 2008-08-29 | 6 | -36/+17 |
* | | ath9k: Use definition from ieee80211.h | Sujith | 2008-08-29 | 1 | -9/+4 |
* | | ath9k: Miscellaneous fixes | Sujith | 2008-08-29 | 6 | -169/+79 |
* | | ath9k: Random cleanup | Sujith | 2008-08-29 | 3 | -94/+83 |
* | | ath9k: Remove remaining occurences of ath_skb_map functions | Sujith | 2008-08-29 | 4 | -60/+24 |
* | | ath9k: Fix TX control flag use for no ACK and RTS/CTS | Jouni Malinen | 2008-08-29 | 1 | -2/+2 |
* | | ath9k: Assign seq# when mac80211 requests this | Jouni Malinen | 2008-08-29 | 3 | -0/+27 |
* | | ath9k: Fix TX status reporting | Jouni Malinen | 2008-08-29 | 1 | -2/+10 |
* | | ath9k: Updated Beacon generation to use mac80211-style | Jouni Malinen | 2008-08-29 | 3 | -50/+48 |
* | | ath9k: Allow AP mode to be enabled | Jouni Malinen | 2008-08-29 | 2 | -5/+26 |
* | | ath9k: Trim struct ath_softc | Sujith | 2008-08-29 | 5 | -61/+31 |