| Commit message (Expand) | Author | Age | Files | Lines |
* | bcma: move parsing of EEPROM into own function. | Hauke Mehrtens | 2011-08-08 | 1 | -112/+118 |
* | ath9k: use pci_dev->subsystem_device | Sergei Shtylyov | 2011-08-08 | 1 | -3/+2 |
* | mwifiex: remove redundant variable scan_table_idx | Bing Zhao | 2011-08-08 | 2 | -13/+0 |
* | libertas_usb: use USB interface as parent device | Daniel Drake | 2011-08-08 | 1 | -1/+1 |
* | libertas: link mesh device to wiphy | Daniel Drake | 2011-08-08 | 8 | -43/+117 |
* | cfg80211: remove unused wext handler exports | Johannes Berg | 2011-08-08 | 4 | -149/+66 |
* | mwifiex: remove wireless.h inclusion and fix resulting bugs | Bing Zhao | 2011-08-08 | 7 | -28/+19 |
* | mac80211: remove linux/wireless.h inclusion | Johannes Berg | 2011-08-08 | 1 | -1/+0 |
* | mwifiex: add wext include | Johannes Berg | 2011-08-08 | 1 | -0/+1 |
* | wl1251: remove wext dependencies | Johannes Berg | 2011-08-08 | 2 | -2/+2 |
* | wl12xx: remove wext dependencies | Johannes Berg | 2011-08-08 | 5 | -9/+9 |
* | rndis_wlan: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 1 | -2/+0 |
* | b43legacy: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 2 | -2/+0 |
* | b43: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 1 | -1/+0 |
* | ath5k: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 1 | -1/+0 |
* | iwlegacy: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 9 | -9/+0 |
* | iwlagn: remove wireless extensions inclusions | Johannes Berg | 2011-08-08 | 7 | -7/+0 |
* | cfg80211: split wext compatibility to separate header | Johannes Berg | 2011-08-08 | 7 | -112/+129 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in... | John W. Linville | 2011-08-03 | 17 | -41/+85 |
|\ |
|
| * | iwlagn: 5000 do not support idle mode | Wey-Yi Guy | 2011-08-02 | 3 | -1/+5 |
| * | rt2x00: fix usage of NULL queue | Stanislaw Gruszka | 2011-08-02 | 1 | -2/+3 |
| * | rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTO | Helmut Schaa | 2011-08-02 | 1 | -1/+2 |
| * | iwlagn: sysfs couldn't find the priv pointer | Emmanuel Grumbach | 2011-08-02 | 1 | -9/+9 |
| * | rt2x00: rt2800: fix zeroing skb structure | Stanislaw Gruszka | 2011-08-01 | 1 | -2/+1 |
| * | rtlwifi: Fix kernel oops on ARM SOC | Larry Finger | 2011-08-01 | 1 | -9/+11 |
| * | ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabled | Stanislaw Gruszka | 2011-08-01 | 5 | -13/+40 |
| * | cfg80211: off by one in nl80211_trigger_scan() | Dan Carpenter | 2011-08-01 | 1 | -1/+1 |
| * | iwlegacy: set tx power after rxon_assoc | Stanislaw Gruszka | 2011-08-01 | 2 | -3/+11 |
| * | ath9k: initialize tx chainmask before testing channel tx power values | Felix Fietkau | 2011-08-01 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-28 | 36 | -245/+358 |
|\ \ |
|
| * | | tg3: Remove 5719 jumbo frames and TSO blocks | Matt Carlson | 2011-07-27 | 1 | -3/+3 |
| * | | tg3: Break larger frags into 4k chunks for 5719 | Matt Carlson | 2011-07-27 | 2 | -6/+47 |
| * | | tg3: Add tx BD budgeting code | Matt Carlson | 2011-07-27 | 1 | -20/+29 |
| * | | tg3: Consolidate code that calls tg3_tx_set_bd() | Matt Carlson | 2011-07-27 | 1 | -37/+42 |
| * | | tg3: Add partial fragment unmapping code | Matt Carlson | 2011-07-27 | 2 | -0/+27 |
| * | | tg3: Generalize tg3_skb_error_unmap() | Matt Carlson | 2011-07-27 | 1 | -32/+16 |
| * | | tg3: Remove short DMA check for 1st fragment | Matt Carlson | 2011-07-27 | 1 | -3/+0 |
| * | | tg3: Simplify tx bd assignments | Matt Carlson | 2011-07-27 | 1 | -39/+37 |
| * | | tg3: Reintroduce tg3_tx_ring_info | Matt Carlson | 2011-07-27 | 2 | -7/+12 |
| * | | ASIX: Use only 11 bits of header for data size | Marek Vasut | 2011-07-27 | 1 | -2/+2 |
| * | | ASIX: Simplify condition in rx_fixup() | Marek Vasut | 2011-07-27 | 1 | -3/+2 |
| * | | Fix cdc-phonet build | Chris Clayton | 2011-07-27 | 1 | -0/+1 |
| * | | bonding: reduce noise during init | Andy Gospodarek | 2011-07-27 | 1 | -1/+1 |
| * | | bonding: fix string comparison errors | Andy Gospodarek | 2011-07-27 | 1 | -62/+71 |
| * | | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 2011-07-27 | 14 | -8/+22 |
| * | | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 2011-07-27 | 3 | -3/+8 |
| * | | net: sock_sendmsg_nosec() is static | Eric Dumazet | 2011-07-27 | 1 | -1/+1 |
| * | | forcedeth: fix vlans | Jiri Pirko | 2011-07-27 | 1 | -3/+13 |
| * | | gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e | Sebastian Pöhn | 2011-07-27 | 1 | -5/+1 |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-07-27 | 5 | -7/+11 |
| |\ \ |
|