aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-122-15/+15
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-122-2/+2
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-128-108/+40
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-1229-469/+1316
|\
| * ixgbe: DCB, PFC not cleared until reset occursJohn Fastabend2011-03-122-51/+47
| * ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy2011-03-125-2/+93
| * ixgbe: DCB, set minimum bandwidth per traffic classJohn Fastabend2011-03-121-1/+1
| * ixgbe: correct typo in define nameEmil Tantilov2011-03-122-3/+3
| * ixgbe: update PHY code to support 100Mbps as well as 1G/10GEmil Tantilov2011-03-124-99/+245
| * ixgbe: remove timer reset to 0 on timeoutEmil Tantilov2011-03-121-6/+0
| * ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend2011-03-121-10/+20
| * ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend2011-03-125-19/+36
| * ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend2011-03-122-25/+23
| * ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-122-9/+25
| * ixgbe: enable ndo_tc_setupJohn Fastabend2011-03-121-1/+23
| * ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-123-168/+182
| * ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-122-30/+13
| * ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend2011-03-121-0/+30
| * ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-123-36/+95
| * igb: Bump version to 3.0.6Carolyn Wyborny2011-03-121-1/+6
| * igb: Add DMA Coalescing feature to driverCarolyn Wyborny2011-03-125-1/+106
| * igb: Update NVM functions to work with i350 devicesCarolyn Wyborny2011-03-127-8/+306
| * igb: Add Energy Efficient Ethernet (EEE) for i350 devices.Carolyn Wyborny2011-03-126-2/+65
| * ixgbevf: Fix Driver StringGreg Rose2011-03-121-1/+1
| * ixgbevf: Fix Version StringGreg Rose2011-03-121-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-03-1258-1398/+1875
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-1158-1398/+1875
| |\
| | * ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville2011-03-091-1/+1
| | * ieee80211: add IEEE80211_COUNTRY_STRING_LEN definitionBing Zhao2011-03-095-7/+5
| | * mwl8k: use kcalloc instead of kmalloc & memsetShan Wei2011-03-091-4/+2
| | * b43: trivial: update B43_PHY_N description (PHY support)Rafał Miłecki2011-03-071-1/+1
| | * p54spi: Update kconfig help textMichael Buesch2011-03-071-3/+2
| | * iwlwifi: fix iwl-rx.c compilationStanislaw Gruszka2011-03-071-0/+1
| | * wireless:ath: use resource_size() help functionShan Wei2011-03-072-2/+2
| | * ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear2011-03-073-31/+53
| | * iwlwifi: avoid too frequent recover from statisticsStanislaw Gruszka2011-03-043-22/+30
| | * iwlwifi: cleanup iwl_good_plcp_healthStanislaw Gruszka2011-03-041-70/+45
| | * iwlwifi: move rx handlers code to iwl-rx.cStanislaw Gruszka2011-03-046-528/+500
| | * ath9k: Fix txq memory address printing in debugfs.Ben Greear2011-03-041-4/+4
| | * rt2x00: Remove unused rt2x00queue_get_queue function.Gertjan van Wingerde2011-03-042-27/+0
| | * rt2x00: Optimize getting the beacon queue structure.Gertjan van Wingerde2011-03-042-2/+2
| | * rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.Gertjan van Wingerde2011-03-044-6/+9
| | * rt2x00: Don't treat ATIM queue as second beacon queue.Gertjan van Wingerde2011-03-044-20/+16
| | * rt2x00: Fix comment in rt2800pciHelmut Schaa2011-03-041-1/+1
| | * rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa2011-03-044-33/+22
| | * rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2011-03-042-5/+2
| | * rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa2011-03-041-13/+30
| | * rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor fieldHelmut Schaa2011-03-041-1/+1
| | * rt2x00: Don't call ieee80211_get_tx_rate for MCS ratesHelmut Schaa2011-03-042-15/+15
| | * rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa2011-03-047-15/+17