summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * mwifiex: derive priv from net_device instead of wiphyYogesh Ashok Powar2012-01-241-11/+8
| * mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar2012-01-2412-34/+31
| * carl9170: claim to support IBSS RSN.Nicolas Cavallari2012-01-241-0/+3
| * drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-241-1/+1
| * rtl8192se: Update copyright datesLarry Finger2012-01-2420-20/+20
| * rtl8192de: Update copyright datesLarry Finger2012-01-2420-20/+20
| * rtl8192cu: Update copyright datesLarry Finger2012-01-2420-20/+20
| * rtl8192ce: Update copyright datesLarry Finger2012-01-2418-18/+18
| * rtl8192c_common: Update copyright datesLarry Finger2012-01-247-7/+7
| * rtlwifi: Update copyright datesLarry Finger2012-01-2421-21/+21
| * rtl8192cu: Remove dead code never selectedLarry Finger2012-01-241-170/+0
| * rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger2012-01-244-10/+20
| * iwlwifi: update CopyrightWey-Yi Guy2012-01-2453-75/+75
| * iwlwifi: add testmode cmd IWL_TM_CMD_APP2DEV_GET_FW_INFOKenny Hsu2012-01-242-3/+57
| * iwlwifi: update error dump in testmode command sram_readKenny Hsu2012-01-241-4/+4
| * iwlwifi: enhance testmode command sram_readKenny Hsu2012-01-242-4/+6
| * iwlwifi: update testmode command of direct register accessKenny Hsu2012-01-241-2/+2
| * iwlwifi: Sanity check for sta_idWey-Yi Guy2012-01-241-4/+7
| * iwlwifi: don't process the info from uCode if does not has ownershipWey-Yi Guy2012-01-241-13/+15
| * rtlwifi: Simplify chip version id loggingJoe Perches2012-01-242-38/+27
| * rtlwifi: Remove incorrect logging message prefixesJoe Perches2012-01-243-5/+5
| * rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches2012-01-242-0/+39
| * rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches2012-01-241-3/+3
| * rtlwifi: Remove duplicate __func__Joe Perches2012-01-241-1/+1
| * rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-2421-70/+68
| * rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2012-01-249-370/+355
| * rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-2444-1784/+1613
| * rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2012-01-2412-26/+23
| * rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches2012-01-245-53/+47
| * b43: N-PHY: trivial: change save&rest order in RSSI pollingRafał Miłecki2012-01-241-8/+8
| * b43: N-PHY: implement RSSI calibration for rev3+Rafał Miłecki2012-01-241-6/+187
| * brcm80211: make ethtool_ops constStephen Hemminger2012-01-241-2/+2
| * b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki2012-01-243-6/+12
| * b43: N-PHY: fix typos in RF controlRafał Miłecki2012-01-242-6/+6
| * b43: N-PHY: add helper for getting gain tableRafał Miłecki2012-01-243-94/+64
| * b43: N-PHY: implement TX power control setupRafał Miłecki2012-01-242-1/+217
| * b43: add maskset helpersRafał Miłecki2012-01-243-57/+36
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0629-48/+39
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0621-51/+46
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0628-44/+43
* | cnic: Add FCoE parity error recoveryMichael Chan2012-02-062-5/+36
* | bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov2012-02-061-0/+3
* | bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2012-02-062-9/+93
* | bonding: Fix misspelling of "since"Jesper Juhl2012-02-061-1/+1
* | net/hyperv: Remove the unnecessary memset in rndis_filter_send()Haiyang Zhang2012-02-051-2/+0
* | net/hyperv: Correct the assignment in netvsc_recv_callback()Haiyang Zhang2012-02-051-5/+2
* | net/hyperv: Convert camel cased variables in rndis_filter.c to lower casesHaiyang Zhang2012-02-051-30/+30
* | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-0413-147/+191
|\ \
| * | can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-039-128/+103
| * | can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger2012-02-033-1/+42