summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[PATCH] libertas: simplify and clean up data rate handlingDan Williams14-323/+241
2007-10-11[PATCH] libertas: wlan_ -> libertas_ function prefix renames for main.cDan Williams1-35/+36
2007-10-11[PATCH] libertas: move generic firmware reset command to common codeDan Williams3-21/+25
2007-10-11[PATCH] libertas: fix more mixed-case abuseDan Williams5-21/+21
2007-10-11[PATCH] libertas: bump version to 322.p1Dan Williams1-1/+1
2007-10-11[PATCH] libertas: new mesh control knobsDan Williams1-0/+8
2007-10-11[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams7-89/+37
2007-10-11[PATCH] libertas: fix debug build breakage due to field renameDan Williams1-1/+1
2007-10-11[PATCH] libertas: re-uppercase command defines and other constantsDan Williams16-703/+703
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_startDan Williams2-3/+3
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_resultDan Williams2-3/+3
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scanDan Williams2-5/+4
2007-10-11[PATCH] libertas: remove if_bootcmd.cDan Williams4-42/+24
2007-10-11[PATCH] libertas: specific mesh scan for mshX interfaceLuis Carlos Cobo3-0/+14
2007-10-11[PATCH] libertas: clean up 802.11 IE post-scan handlingDan Williams3-151/+84
2007-10-11[PATCH] libertas: clean up indentation in libertas_association_workerDan Williams1-5/+10
2007-10-11[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams8-44/+37
2007-10-11[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams8-164/+91
2007-10-11[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau9-87/+87
2007-10-11[PATCH] drivers/net/wireless/prism54/oid_mgt.c: kmalloc + memset conversion t...Mariusz Kozlowski1-3/+1
2007-10-11[PATCH] Use mutex instead of semaphore in the Host AP driverMatthias Kaehlcke2-8/+9
2007-10-11[PATCH] remove gratuitous space in airo module descriptionBill Nottingham1-2/+2
2007-10-11[PATCH] Kconfig: remove references of pcmcia-csFaidon Liambotis1-16/+1
2007-10-11[PATCH] Kconfig: order optionsFaidon Liambotis1-34/+34
2007-10-11[PATCH] zd1211rw: monitor all packetsUlrich Kunitz2-11/+38
2007-10-11[PATCH] Add adm8211 802.11b wireless driverMichael Wu4-0/+2751
2007-10-11[MAC80211]: rework hardware crypto flagsJohannes Berg1-2/+1
2007-10-11[NETNS]: Fix loopback network namespace initialization.Daniel Lezcano1-0/+1
2007-10-11[NET]: Implement network device movement between namespacesEric W. Biederman1-1/+2
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman12-17/+23
2007-10-11[NET]: Make device event notification network namespace safeEric W. Biederman6-0/+18
2007-10-11[NET]: Make packet reception network namespace safeEric W. Biederman8-0/+35
2007-10-11[NET]: Make socket creation namespace safe.Eric W. Biederman3-6/+9
2007-10-11[NET]: Make /proc/net per network namespaceEric W. Biederman11-27/+38
2007-10-11[TG3]: remove sparse warningsAndy Gospodarek1-8/+5
2007-10-11[MAC80211]: remove IEEE80211_HW_DATA_NULLFUNC_ACKJohannes Berg1-2/+1
2007-10-11[IrDA]: Kingsun KS-959 IrDA USB driverAlex Villacís Lasso3-0/+954
2007-10-11[IrDA]: Kingsun Dazzle IrDA USB driverAlex Villacís Lasso3-0/+836
2007-10-11[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2-26/+589
2007-10-11[NET] netconsole: Support multiple logging targetsSatyam Sharma1-40/+131
2007-10-11[NET] netconsole: Introduce netconsole_netdev_notifierSatyam Sharma1-0/+32
2007-10-11[NET] netconsole: Introduce netconsole_targetSatyam Sharma1-11/+25
2007-10-11[NET] netconsole: Use netif_running() in write_msg()Satyam Sharma1-9/+9
2007-10-11[NET] netconsole: Simplify boot/module option setup logicSatyam Sharma1-13/+14
2007-10-11[NET] netconsole: Remove bogus checkSatyam Sharma1-3/+0
2007-10-11[NET] netconsole: Cleanups, codingstyle, prettyficationSatyam Sharma1-28/+27
2007-10-11[MYRI10GE]: Use LRO.Andrew Gallatin2-1/+109
2007-10-11[EHEA]: Use LRO.Jan-Bernd Themann4-7/+100
2007-10-11[NET]: Virtual ethernet device driver.Pavel Emelyanov3-0/+484
2007-10-11[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger78-1380/+1241