aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10forcedeth: napi - handle all processingAyaz Abdulla1-38/+60
2009-03-10forcedeth: add/modify tx done with limitAyaz Abdulla1-6/+14
2009-03-10forcedeth: remove overheadAyaz Abdulla1-32/+4
2009-03-10forcedeth: save irq events for napi processingAyaz Abdulla1-24/+23
2009-03-10forcedeth: remove msix + napiAyaz Abdulla1-21/+5
2009-03-10forcedeth: fix missing napi enable/disable callsAyaz Abdulla1-12/+26
2009-03-10forcedeth: fix stats version featureAyaz Abdulla1-6/+6
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger5-7/+7
2009-03-10gigaset: return -ENOTTY for unimplemented functionsPaul Bolle1-4/+4
2009-03-10gigaset: Kconfig cleanupTilman Schmidt1-8/+6
2009-03-10netxen: annotate board_config and board_typeDhananjay Phadke6-109/+85
2009-03-10netxen: cleanup superfluous multi-context codeDhananjay Phadke6-219/+178
2009-03-10netxen: refactor netdev open closeDhananjay Phadke1-136/+166
2009-03-10netxen: small xmit optimizationsDhananjay Phadke3-12/+17
2009-03-10netxen: cleanup rx handlingDhananjay Phadke2-74/+13
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-8/+42
2009-03-10bnx2x: Using DMAE to initialize the chipEilon Greenstein2-13/+9
2009-03-10bnx2x: Casting page alignmentEilon Greenstein1-1/+1
2009-03-10bnx2x: Adding restriction on sge_buf_sizeEilon Greenstein1-1/+2
2009-03-10qlge: bugfix: Fix endian issue related to rx buffers.Ron Mercer1-3/+6
2009-03-10qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer1-0/+3
2009-03-10qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer1-4/+6
2009-03-10qlge: Remove spinlock from asic init path.Ron Mercer1-2/+0
2009-03-10qlge: Clear shadow registers before use.Ron Mercer1-0/+2
2009-03-10qlge: Get rid of irqsave/restore in intr disable.Ron Mercer1-3/+2
2009-03-10qlge: bugfix: Tell hw to strip vlan header.Ron Mercer1-3/+3
2009-03-10qlge: Add tx multiqueue support.Ron Mercer1-17/+14
2009-03-10qlge: Add support for GRO.Ron Mercer1-10/+20
2009-03-10qlge: Increase filtering for inbound csum settings.Ron Mercer2-13/+29
2009-03-10qlge: Remove debug junk from asic reset logic.Ron Mercer1-19/+6
2009-03-10qlge: Move reset logic into asic_reset_worker func.Ron Mercer1-23/+18
2009-03-06p54: fix race condition in memory managementChristian Lamparter1-3/+6
2009-03-05b43: Fix compilation for devices without PCI coreMichael Buesch1-0/+2
2009-03-05ath9k: Add a debugfs interface for controlling virtual wiphysJouni Malinen2-0/+165
2009-03-05ath9k: Add a simple virtual wiphy schedulerJouni Malinen3-0/+72
2009-03-05ath9k: Special processing for channel changes during scanJouni Malinen3-10/+68
2009-03-05ath9k: Add workaround to recover from failed channel changesJouni Malinen3-2/+43
2009-03-05ath9k: Check virtual wiphy state on tx()Jouni Malinen1-0/+6
2009-03-05ath9k: Pause other virtual wiphys on channel changeJouni Malinen3-1/+33
2009-03-05ath9k: Register larger listen intervalJouni Malinen1-0/+1
2009-03-05ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen3-0/+49
2009-03-05ath9k: Add routines for switching between active virtual wiphysJouni Malinen3-12/+176
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen6-2/+191
2009-03-05ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen2-0/+9
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen7-41/+212
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen8-36/+88
2009-03-05ath9k: Set BSSID mask based on configured interfacesJouni Malinen4-15/+103
2009-03-05ath9k: Cleanup multiple VIF processingJouni Malinen3-57/+59
2009-03-05rt2x00: Export all register stats through debugfsIvo van Doorn1-10/+23
2009-03-05ath9k: Clean up setkey operationsJouni Malinen1-26/+16