summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ptp: Added a clock that uses the eTSEC found on the MPC85xx.Richard Cochran2011-05-232-0/+589
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-2232-0/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20680-32209/+69328
|\
| * macvlan: fix panic if lowerdev in a bondEric Dumazet2011-05-201-2/+2
| * tg3: Add braces around 5906 workaround.Matt Carlson2011-05-201-1/+3
| * tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson2011-05-201-2/+3
| * macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-4/+5
| * be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller2011-05-191-2/+0
| * atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller2011-05-191-0/+2
| * tg3: Update version to 3.119Matt Carlson2011-05-191-2/+2
| * tg3: Apply rx_discards fix to 5719/5720Matt Carlson2011-05-191-1/+3
| * tg3: Remove excessive parenthesisMatt Carlson2011-05-191-18/+18
| * tg3: Consolidate all netdev feature assignmentsMatt Carlson2011-05-191-27/+24
| * tg3: Move TSO_CAPABLE assignmentMatt Carlson2011-05-191-15/+16
| * tg3: Fix stats for 5704 and later devicesMatt Carlson2011-05-192-4/+13
| * tg3: Fix TSO loopback testMatt Carlson2011-05-191-1/+1
| * tg3: Consolidate autoneg advertisement setup codeMatt Carlson2011-05-191-118/+99
| * tg3: Fix EEE interoperability workaroundMatt Carlson2011-05-192-21/+22
| * tg3: Fix IPv6 TCP problems for 5719Matt Carlson2011-05-191-1/+1
| * tg3: Fix 57765 B0 data corruptionMatt Carlson2011-05-192-0/+20
| * tg3: Cleanup transmit error pathMatt Carlson2011-05-191-60/+38
| * tg3: Set tx bug flags for more devicesMatt Carlson2011-05-191-229/+33
| * be2net: Enable SR-IOV for LancerMammatha Edhala2011-05-182-9/+13
| * bnx2x: add support for retrieving dcb peer configurationShmulik Ravid2011-05-182-25/+131
| * wl12xx: fix compilation error when CONFIG_PM is not setLuciano Coelho2011-05-182-0/+8
| * sfc: Don't use enums as a bitmask.David S. Miller2011-05-176-12/+10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-1715-57/+118
| |\
| * | xen: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell2011-05-171-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller2011-05-175-21/+29
| |\ \
| | * | sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings2011-05-164-19/+14
| | * | sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings2011-05-161-0/+12
| | * | sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings2011-05-141-2/+3
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-05-16132-1506/+14440
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-16132-1506/+14440
| | |\ \ \
| | | * | | mwifiex: use ieee80211_amsdu_to_8023s routineYogesh Ashok Powar2011-05-162-127/+20
| | | * | | cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2011-05-161-1/+2
| | | * | | ath9k: make npending frames check as boolMohammed Shafi Shajakhan2011-05-161-2/+5
| | | * | | ath9k: make sure main_rssi is positiveMohammed Shafi Shajakhan2011-05-161-2/+2
| | | * | | ath9k: configure fast_div_bias based on diversity groupMohammed Shafi Shajakhan2011-05-161-43/+131
| | | * | | ath9k: Implement an API to swap main/ALT LNA'sMohammed Shafi Shajakhan2011-05-161-1/+30
| | | * | | ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan2011-05-165-2/+6
| | | * | | ath9k_hw: define modules to get/set Antenna diversity paramatersMohammed Shafi Shajakhan2011-05-161-0/+44
| | | * | | ath9k_hw: config diversity based on eeprom contentsMohammed Shafi Shajakhan2011-05-161-6/+44
| | | * | | ath9k_hw: define registers/macros to support Antenna diversityMohammed Shafi Shajakhan2011-05-162-0/+25
| | | * | | ath9k_hw: enable Antenna diversity for AR9485Mohammed Shafi Shajakhan2011-05-161-0/+16
| | | * | | ath9k_hw: make antenna diversity modules chip specificMohammed Shafi Shajakhan2011-05-163-24/+39
| | | * | | iwlwifi: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-161-1/+1
| | | * | | iwlegacy: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-161-1/+1
| | | * | | wl12xx: enter/exit psm on wowlan suspend/resumeEliad Peller2011-05-134-0/+91
| | | * | | wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING triggerEliad Peller2011-05-131-0/+8
OpenPOWER on IntegriCloud