summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ath9k: disable RIFS search for AR91xx based chipsFelix Fietkau2010-02-262-0/+13
| | * | | | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-02-263-62/+1
| | |\ \ \ \
| | | * | | | Revert "iwlwifi: Monitor and recover the aggregation TX flow failure"Reinette Chatre2010-02-233-62/+1
| | * | | | | Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2010-02-262-4/+8
| | |\ \ \ \ \
| | | * | | | | iwlwifi: increase command buffer sizeAbhijeet Kolekar2010-02-232-4/+8
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-269-13/+35
| | |\| | | | | | | | |/ / / / | | |/| | | |
| * | | | | | net: Delete isa-skeleton net driverJeff Garzik2010-02-261-718/+0
| * | | | | | can: ti hecc module : add platform specific initialization callback.Sriramakrishnan2010-02-261-1/+16
| * | | | | | greth: fall through to common return statement on errorSimon Horman2010-02-261-2/+0
| * | | | | | myri10ge: optimize 4k-boundary check when stocking rx pagesBrice Goglin2010-02-261-4/+7
| * | | | | | cnic: Update version to 2.1.1.Michael Chan2010-02-264-6/+6
| * | | | | | cnic: Use union for the status blocks of different devices.Michael Chan2010-02-262-21/+23
| * | | | | | cnic: Simplify route checking during iSCSI connection.Michael Chan2010-02-261-24/+13
| * | | | | | cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.Michael Chan2010-02-261-0/+7
| * | | | | | cnic: Finetune iSCSI connection reset.Eddie Wai2010-02-261-5/+16
| * | | | | | cnic: Finetune iSCSI connection set up.Eddie Wai2010-02-262-2/+17
| * | | | | | ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend2010-02-261-1/+13
| * | | | | | ixgbe: do not stop tx queues in ixgbe_set_tsoJohn Fastabend2010-02-261-2/+0
| * | | | | | ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...Mallikarjuna R Chilakala2010-02-261-3/+29
| * | | | | | greth: convert to netdev_tx_tkirjanov@gmail.com2010-02-261-4/+8
| * | | | | | sis190: handle DMA mapping errorskirjanov@gmail.com2010-02-261-8/+19
| * | | | | | tc35815: Fix double locking on NAPIAtsushi Nemoto2010-02-261-2/+11
| * | | | | | isa-skelton: Remove a wrong netif_wake_queue() callAtsushi Nemoto2010-02-261-1/+0
| * | | | | | octeon: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-6/+1
| * | | | | | net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-2618-77/+42
| * | | | | | net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-2627-105/+82
| * | | | | | can: netlink support for bus-error reporting and countersWolfgang Grandegger2010-02-262-3/+28
| * | | | | | drivers/net/myri10ge: Use pr_<level> and netdev_<level>Joe Perches2010-02-261-116/+67
| * | | | | | drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches2010-02-267-72/+56
| * | | | | | KS8695: Don't call netif_carrier_off() from ndo_stop()Yegor Yefremov2010-02-261-1/+0
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2579-1474/+2182
| |\| | | | |
| | * | | | | mwl8k: convert to new station add/remove callbacksJohannes Berg2010-02-221-84/+22
| | * | | | | ath9k: convert to new station add/remove callbacksJohannes Berg2010-02-191-15/+20
| | * | | | | mac80211_hwsim: convert to new station add/remove callbacksJohannes Berg2010-02-191-6/+26
| | * | | | | p54: convert to new station add/remove callbacksJohannes Berg2010-02-191-9/+19
| | * | | | | ar9170: convert to new station add/remove callbacksJohannes Berg2010-02-191-34/+36
| | * | | | | ath9k: fix beacon timer restart after a card resetFelix Fietkau2010-02-191-6/+3
| | * | | | | iwlwifi: add debugfs to monitor force reset parametersWey-Yi Guy2010-02-191-2/+32
| | * | | | | iwlwifi: separated time check for different type of force resetWey-Yi Guy2010-02-193-12/+33
| | * | | | | iwlwifi: indicate calib version for 6050 seriesAbhijeet Kolekar2010-02-193-3/+79
| | * | | | | iwlwifi: enable serialization of synchronous commandsReinette Chatre2010-02-197-10/+13
| | * | | | | iwl3945: remove STATUS macros from headerReinette Chatre2010-02-193-20/+2
| | * | | | | ath9k: fix rate control fallback rate selectionFelix Fietkau2010-02-191-8/+7
| | * | | | | wl1271: Added alloc and free hw functionsTeemu Paasikivi2010-02-191-27/+53
| | * | | | | wl1271: Added IO reset and init functionsTeemu Paasikivi2010-02-193-2/+14
| | * | | | | wl1271: Renamed IO functionsTeemu Paasikivi2010-02-1910-109/+109
| | * | | | | wl1271: Moved common IO functions from wl271_spi.c to wl1271_io.cTeemu Paasikivi2010-02-194-158/+242
| | * | | | | wl1271: add testmode supportKalle Valo2010-02-195-1/+318
| | * | | | | wl1271: Fix beacon filter table configurationJuuso Oikarinen2010-02-191-3/+3
| | * | | | | wl1271: Fix ad-hoc SSID updateJuuso Oikarinen2010-02-191-7/+16