aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* irda: Remove useless pm_dev referencesRafael J. Wysocki2008-07-083-4/+0
* amd8111e: delete non NAPI code from the driver.Francois Romieu2008-07-072-144/+7
* starfire: delete non NAPI code from the driver.Francois Romieu2008-07-072-80/+45
* netdev: remove unused S2IO_NAPIFrancois Romieu2008-07-071-14/+0
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-067-18/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0516-42/+86
|\
| * fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart2008-07-041-0/+3
| * ibm_newemac: Fixes entry of short packetsSathya Narayanan2008-07-041-0/+6
| * ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan2008-07-041-0/+2
| * pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
| * ehea: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
| * ehea: fix race conditionJan-Bernd Themann2008-07-042-7/+16
| * ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann2008-07-041-0/+1
| * ehea: fix might sleep problemJan-Bernd Themann2008-07-042-12/+12
| * forcedeth: fix lockdep warning on ethtool -sTobias Diedrich2008-07-041-2/+13
| * Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa2008-07-041-0/+1
| * libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com2008-07-021-0/+1
| * iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2008-07-022-2/+4
| * iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2008-07-022-2/+10
| * hostap: fix sparse warningsPavel Roskin2008-06-305-16/+15
| * hostap: don't report useless WDS frames by defaultPavel Roskin2008-06-301-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-0529-1564/+1614
|\ \
| * | p54: Add quality output to iwlist and iwconfigLarry.Finger@lwfinger.net2008-07-021-0/+1
| * | iwl3945: remove RFKILL_STATE_HARD_BLOCKED warningsZhu Yi2008-07-021-2/+5
| * | iwlwifi: fix iwl4965 temperature callback calibration issueZhu Yi2008-07-024-20/+13
| * | iwlwifi: enable packet injection for iwl3945Stefanik Gábor2008-07-021-13/+9
| * | iwlwifi: fix incorrect monitor mode operationRick Farrington2008-07-022-41/+22
| * | iwlwifi: fix 4965 uCode loadTomas Winkler2008-06-302-6/+3
| * | iwlwifi: clean up HW RF-kill state machine and restartsEmmanuel Grumbach2008-06-302-10/+17
| * | iwlwifi: blocking mac_start until uCode is completeEmmanuel Grumbach2008-06-301-12/+10
| * | iwlwifi: eliminate iwl4965_mac_get_tsfRon Rindjunsky2008-06-301-12/+0
| * | iwlwifi: Remove unnecessary codeAbhijeet Kolekar2008-06-301-3/+0
| * | iwlwifi: control 11n capabilities through module paramRon Rindjunsky2008-06-304-5/+22
| * | iwlwifi: unite common settings of HW paramsRon Rindjunsky2008-06-305-20/+18
| * | iwlwifi: don't bring up interface if RF-kill avoids radioEmmanuel Grumbach2008-06-301-6/+8
| * | iwlwifi : Patch adds rfkill subsystem for 3945Abhijeet Kolekar2008-06-302-35/+176
| * | iwlwifi: adjust TSF in IBSSAssaf Krauss2008-06-302-1/+4
| * | iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flowMohamed Abbas2008-06-301-2/+6
| * | iwlwifi: fix IBSS association flowTomas Winkler2008-06-301-9/+12
| * | iwlwifi: remove obsolete lq_ready useRon Rindjunsky2008-06-305-32/+2
| * | iwlwifi: move rx aggregation functions to iwl-rx.cRon Rindjunsky2008-06-303-45/+47
| * | iwlwifi: setup compressed BA handlerEmmanuel Grumbach2008-06-305-150/+151
| * | iwlwifi: remove useless network and duplicate checkingEmmanuel Grumbach2008-06-304-173/+13
| * | iwlwifi: move RX handlers to iwl-rx.cEmmanuel Grumbach2008-06-305-860/+861
| * | iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exitEmmanuel Grumbach2008-06-304-14/+15
| * | iwlwifi: move RX stats to core, and move temperature to handlerEmmanuel Grumbach2008-06-309-85/+103
| * | iwlwifi: send ADD_STA before RXON with assoc bitEmmanuel Grumbach2008-06-301-33/+46
| * | iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_stringEmmanuel Grumbach2008-06-301-0/+1
| * | iwlwifi: use iwl_is_associated when possibleRon Rindjunsky2008-06-302-4/+4
| * | iwlwifi: better station table maintenanceEmmanuel Grumbach2008-06-304-53/+100