summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-10-18can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde1-2/+2
2010-10-18ns83820: spin_lock_irq() => spin_lock()Dan Carpenter1-1/+1
2010-10-18tg3: Update version to 3.115Matt Carlson1-2/+2
2010-10-18tg3: Report invalid link from tg3_get_settings()Matt Carlson1-0/+3
2010-10-18tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson1-4/+7
2010-10-18tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson1-2/+1
2010-10-18tg3: Add EEE supportMatt Carlson2-1/+146
2010-10-18tg3: Add clause 45 register accessor methodsMatt Carlson2-0/+50
2010-10-18tg3: Disable unused transmit ringsMatt Carlson1-0/+3
2010-10-18tg3: Add support for selfboot format 1 v6Matt Carlson2-0/+5
2010-10-18drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+1
2010-10-18stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.cGiuseppe Cavallaro1-2/+0
2010-10-18niu: introduce temp variables to avoid sparse warnings when swapping in-situHarvey Harrison1-55/+37
2010-10-16net: move MII outside of NET_ETHERNET, fix kconfig warningRandy Dunlap1-7/+7
2010-10-16infiniband: fix mlx4 kconfig dependency warningRandy Dunlap1-0/+1
2010-10-16stmmac: make function tables conststephen hemminger10-13/+13
2010-10-16stmmac: make ethtool functions localstephen hemminger1-11/+13
2010-10-16via-velocity: forced 1000 Mbps mode support.françois romieu2-8/+79
2010-10-16sundance: Add initial ethtool stats supportDenis Kirjanov1-7/+87
2010-10-16pch_gbe: fix if condition in set_settings()Dan Carpenter1-1/+2
2010-10-16dnet: mark methods static and annotate for correct endiannessHarvey Harrison1-9/+9
2010-10-16cxgb4vf: make single bit signed bitfields unsignedHarvey Harrison1-13/+13
2010-10-16r8169: use 50% less ram for RX ringEric Dumazet1-119/+64
2010-10-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville129-6280/+4967
2010-10-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville4-3/+17
2010-10-15drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2010-10-15ath9k: Null out references to stale pointers.Ben Greear3-0/+16
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear4-20/+12
2010-10-15b43: N-PHY: put 2056-radio's specific code in separated fileRafał Miłecki6-30/+88
2010-10-15ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez3-1923/+26
2010-10-15b43: N-PHY: put radio-specific code in separated fileRafał Miłecki7-1563/+1588
2010-10-15b43: N-PHY: fix typo: read table when caching IQ LO calibration (do not write)Rafał Miłecki1-1/+1
2010-10-15b43: N-PHY: replace N-specific radio_chanspec with common codeRafał Miłecki3-37/+26
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan2-2/+2
2010-10-15libertas: Communicate USB transfer errorsPaul Fox1-2/+2
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau5-89/+25
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau3-53/+8
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau4-116/+124
2010-10-15ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau1-0/+2
2010-10-15ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau1-1/+1
2010-10-15ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau1-6/+7
2010-10-15ath9k: do not track cycle counter updates in powersave modeFelix Fietkau1-1/+18
2010-10-15ixgbe: DCB: remove DCB check configJohn Fastabend1-1/+0
2010-10-14igb: add check for fiber/serdes devices to igb_set_spd_dplx;Carolyn Wyborny1-0/+7
2010-10-14ixgbe: declare functions as staticEmil Tantilov11-86/+40
2010-10-14ixgbe: remove unused functionsEmil Tantilov8-555/+0
2010-10-14cnic: Add support for 57712 deviceMichael Chan3-17/+103
2010-10-14cnic: Decouple uio close from cnic shutdownMichael Chan1-14/+42
2010-10-14cnic: Add cnic_uio_dev structMichael Chan2-100/+124
2010-10-14cnic: Add cnic_free_uio()Michael Chan1-10/+27