summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AT91: Remove fixed mapping for AT91RM9200 ethernetAndrew Victor2012-04-295-256/+287
* net: Fixed a coding style issue related to spaces.Jeffrin Jose2012-04-291-1/+1
* net: cleanups in sock_setsockopt()Eric Dumazet2012-04-271-27/+15
* net: doc: merge /proc/sys/net/core/* documents into one placeShan Wei2012-04-272-4/+8
* be2net: update the driver versionAjit Khaparde2012-04-271-1/+1
* be2net: fix speed displayed by ethtool on certain SKUsAjit Khaparde2012-04-271-1/+1
* be2net: Ignore status of some ioctls during driver loadAjit Khaparde2012-04-271-13/+4
* NET: smsc-ircc2: mark non-experimentalLinus Walleij2012-04-272-3/+2
* bonding: bond_update_speed_duplex() can return void since no callers check it...Rick Jones2012-04-271-6/+6
* qlcnic: Allow a predefined set of capture masks for FW dumpManish Chopra2012-04-273-18/+24
* qlcnic: Adding mac statistics to ethtool.Jitendra Kalsaria2012-04-273-30/+226
* qlcnic: Register device in FAILED state.Sucheta Chakraborty2012-04-274-13/+93
* crush: include header for global symbolshartleys2012-04-271-0/+1
* isdn/eicon: use standard __init,__exit function markuphartleys2012-04-2711-36/+33
* ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-274-4/+21
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-04-26123-2565/+3467
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-26123-2565/+3467
| |\
| | * mac80211: Adds clean sdata helperAndrei Emeltchenko2012-04-242-5/+18
| | * ath9k: Fix IDLE PowersaveSujith Manoharan2012-04-241-17/+26
| | * mac80211: fix num_mcast_sta counting issuesFelix Fietkau2012-04-242-4/+27
| | * mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau2012-04-244-6/+6
| | * mac80211: check for non-managed interfaceWey-Yi Guy2012-04-241-0/+4
| | * iwlwifi: use new mac80211 queue schemeJohannes Berg2012-04-234-74/+66
| | * iwlwifi: clean up module parametersJohannes Berg2012-04-2317-124/+134
| | * iwlwifi: revert workaround to restore 1000 rx throughputDon Fry2012-04-231-1/+0
| | * iwlwifi: use direct calls for transport freeJohannes Berg2012-04-234-28/+10
| | * iwlwifi: clean up some hw file includesJohannes Berg2012-04-234-4/+8
| | * iwlwifi: move OTP definesJohannes Berg2012-04-232-11/+11
| | * iwlwifi: move antenna definitions to configJohannes Berg2012-04-232-9/+11
| | * iwlwifi: move eeprom versions to HW filesJohannes Berg2012-04-235-42/+29
| | * iwlwifi: move watchdog definitions to configJohannes Berg2012-04-232-6/+6
| | * iwlwifi: move PLCP defines to configJohannes Berg2012-04-232-11/+12
| | * iwlwifi: move driver defines to iwl-drv.hJohannes Berg2012-04-234-5/+9
| | * iwlwifi: remove duplicate iwlagn_mod_params declarationJohannes Berg2012-04-231-1/+0
| | * iwlwifi: remove TX/RX frame statisticsJohannes Berg2012-04-2323-417/+1
| | * iwlwifi: remove traffic logJohannes Berg2012-04-237-253/+5
| | * iwlwifi: move iwl_cmd_echo_testJohannes Berg2012-04-233-18/+17
| | * iwlwifi: move TIME_UNITJohannes Berg2012-04-232-2/+1
| | * iwlwifi: remove bt_siso_mode declarationJohannes Berg2012-04-231-5/+0
| | * iwlwifi: include net/mac80211.h to avoid compiler errorWey-Yi Guy2012-04-231-0/+1
| | * iwlwifi: clean up iwl-shared.h includesJohannes Berg2012-04-2311-13/+13
| | * iwlwifi: move iwl_have_debug_levelJohannes Berg2012-04-232-5/+6
| | * iwlwifi: move debugfs registration function declarationsJohannes Berg2012-04-232-15/+13
| | * iwlwifi: remove debugfs logspamJohannes Berg2012-04-232-56/+20
| | * iwlwifi: properly set basic ratesJohannes Berg2012-04-234-53/+94
| | * iwlwifi: Added debugfs calib disabled writeDavid Spinadel2012-04-231-2/+23
| | * iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach2012-04-234-17/+35
| | * iwlwifi: check RF kill register when interrupts have been disabledEmmanuel Grumbach2012-04-231-0/+10
| | * iwlwifi: enable RF kill interrupt in start_hwEmmanuel Grumbach2012-04-231-0/+3
| | * iwlwifi: first enable RF kill interrupt, then check registerEmmanuel Grumbach2012-04-231-9/+7