summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libertas: make more functions static & remove unused functionsHolger Schurig2007-10-1113-171/+54
* [PATCH] libertas: fix one more sparse warningHolger Schurig2007-10-111-1/+1
* [PATCH] libertas: remove fw.cHolger Schurig2007-10-115-355/+354
* [PATCH] libertas: simplify and clean up data rate handlingDan Williams2007-10-1114-323/+241
* [PATCH] libertas: wlan_ -> libertas_ function prefix renames for main.cDan Williams2007-10-111-35/+36
* [PATCH] libertas: move generic firmware reset command to common codeDan Williams2007-10-113-21/+25
* [PATCH] libertas: fix more mixed-case abuseDan Williams2007-10-115-21/+21
* [PATCH] libertas: bump version to 322.p1Dan Williams2007-10-111-1/+1
* [PATCH] libertas: new mesh control knobsDan Williams2007-10-111-0/+8
* [PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams2007-10-117-89/+37
* [PATCH] libertas: fix debug build breakage due to field renameDan Williams2007-10-111-1/+1
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-1116-703/+703
* [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_startDan Williams2007-10-112-3/+3
* [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_resultDan Williams2007-10-112-3/+3
* [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scanDan Williams2007-10-112-5/+4
* [PATCH] libertas: remove if_bootcmd.cDan Williams2007-10-114-42/+24
* [PATCH] libertas: specific mesh scan for mshX interfaceLuis Carlos Cobo2007-10-113-0/+14
* [PATCH] libertas: clean up 802.11 IE post-scan handlingDan Williams2007-10-113-151/+84
* [PATCH] libertas: clean up indentation in libertas_association_workerDan Williams2007-10-111-5/+10
* [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams2007-10-118-44/+37
* [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams2007-10-118-164/+91
* [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau2007-10-119-87/+87
* [PATCH] drivers/net/wireless/prism54/oid_mgt.c: kmalloc + memset conversion t...Mariusz Kozlowski2007-10-111-3/+1
* [PATCH] Use mutex instead of semaphore in the Host AP driverMatthias Kaehlcke2007-10-112-8/+9
* [PATCH] remove gratuitous space in airo module descriptionBill Nottingham2007-10-111-2/+2
* [PATCH] Kconfig: remove references of pcmcia-csFaidon Liambotis2007-10-111-16/+1
* [PATCH] Kconfig: order optionsFaidon Liambotis2007-10-111-34/+34
* [PATCH] zd1211rw: monitor all packetsUlrich Kunitz2007-10-112-11/+38
* [PATCH] Add adm8211 802.11b wireless driverMichael Wu2007-10-114-0/+2751
* [MAC80211]: rework hardware crypto flagsJohannes Berg2007-10-111-2/+1
* [NETNS]: Fix loopback network namespace initialization.Daniel Lezcano2007-10-111-0/+1
* [NET]: Implement network device movement between namespacesEric W. Biederman2007-10-111-1/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-1112-17/+23
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-116-0/+18
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-118-0/+35
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-113-6/+9
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-1111-27/+38
* [TG3]: remove sparse warningsAndy Gospodarek2007-10-111-8/+5
* [MAC80211]: remove IEEE80211_HW_DATA_NULLFUNC_ACKJohannes Berg2007-10-111-2/+1
* [IrDA]: Kingsun KS-959 IrDA USB driverAlex Villacís Lasso2007-10-113-0/+954
* [IrDA]: Kingsun Dazzle IrDA USB driverAlex Villacís Lasso2007-10-113-0/+836
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-112-26/+589
* [NET] netconsole: Support multiple logging targetsSatyam Sharma2007-10-111-40/+131
* [NET] netconsole: Introduce netconsole_netdev_notifierSatyam Sharma2007-10-111-0/+32
* [NET] netconsole: Introduce netconsole_targetSatyam Sharma2007-10-111-11/+25
* [NET] netconsole: Use netif_running() in write_msg()Satyam Sharma2007-10-111-9/+9
* [NET] netconsole: Simplify boot/module option setup logicSatyam Sharma2007-10-111-13/+14
* [NET] netconsole: Remove bogus checkSatyam Sharma2007-10-111-3/+0
* [NET] netconsole: Cleanups, codingstyle, prettyficationSatyam Sharma2007-10-111-28/+27
* [MYRI10GE]: Use LRO.Andrew Gallatin2007-10-112-1/+109