summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-23/+54
|\
| * Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-11/+31
| |\
| | * ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn2012-05-081-11/+31
| | |
| | \
| *-. \ Merge branches 'spear/clock' and 'imx/clock' into next/clockArnd Bergmann2012-05-142-0/+15
| |\ \ \ | | | |/ | | |/|
| | | * Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-1435-126/+224
| | | |\
| * | | \ Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-1174-395/+610
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | net fec: do not depend on grouped clocksSascha Hauer2012-04-251-12/+23
| | |/ / | |/| |
* | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-1/+1
|\ \ \ \
| * | | | ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XXKevin Hilman2012-05-101-1/+1
| | |/ / | |/| |
* | | | Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-251-1/+0
|\ \ \ \
| * | | | net:removed the unused variableWanlong Gao2012-04-031-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-2492-4501/+3464
|\ \ \ \ \
| * | | | | xen: do not disable netfront in dom0Marek Marczykowski2012-05-221-6/+0
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-2290-4494/+3463
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-2290-4494/+3463
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-05-162-13/+13
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2012-05-162-13/+13
| | | | |\ \ \ \ \
| | | * | | | | | | wlcore: fix some sparse warnings due to missing static declarationLuciano Coelho2012-05-161-3/+4
| | | * | | | | | | wlcore: fix pointer print out in wl1271_acx_set_rx_filter()Luciano Coelho2012-05-161-2/+3
| | | * | | | | | | mwifiex: remove set_channel cfg80211 hookJohannes Berg2012-05-161-27/+0
| | | * | | | | | | rndis_wlan: remove set_channel cfg80211 hookJohannes Berg2012-05-161-14/+0
| | | * | | | | | | iwlwifi: support explicit monitor interfaceJohannes Berg2012-05-163-1/+6
| | | * | | | | | | iwlwifi: invert the order of ssid list in scan cmdDavid Spinadel2012-05-161-1/+5
| | | * | | | | | | iwlwifi: disable default wildcard ssid scanDavid Spinadel2012-05-162-11/+24
| | | * | | | | | | iwlwifi: fix scan_cmd_size allocationDavid Spinadel2012-05-162-6/+12
| | | * | | | | | | rt2x00:Add RT539b chipset supportZero.Lin2012-05-161-0/+1
| | | * | | | | | | mwifiex: delete IEs when stop_apAvinash Patil2012-05-163-0/+75
| | | * | | | | | | mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil2012-05-165-0/+195
| | | * | | | | | | mwifiex: add custom IE frameworkAvinash Patil2012-05-168-1/+201
| | | * | | | | | | mwifiex: rearrange AP sys configure codeAvinash Patil2012-05-163-21/+48
| | | * | | | | | | mwifiex: add WPA2 support for APAvinash Patil2012-05-165-0/+268
| | | * | | | | | | mwifiex: add AP event handling frameworkAvinash Patil2012-05-164-2/+73
| | | * | | | | | | mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil2012-05-165-0/+139
| | | * | | | | | | mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil2012-05-166-20/+150
| | | * | | | | | | mwifiex: handle interface type changes correctlyAvinash Patil2012-05-161-18/+46
| | | * | | | | | | mwifiex: stop BSS in deauthentication handlingAvinash Patil2012-05-161-0/+4
| | | * | | | | | | mwifiex: add AP command sys_config and set channelAvinash Patil2012-05-165-1/+90
| | | * | | | | | | mwifiex: add bss start and bss stop commands for APAvinash Patil2012-05-166-2/+75
| | | * | | | | | | mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil2012-05-165-9/+46
| | | * | | | | | | mwifiex: save adapter pointer in wiphy_privAvinash Patil2012-05-163-25/+27
| | | * | | | | | | mwifiex: multi-interface support for mwifiexAvinash Patil2012-05-161-0/+20
| | | * | | | | | | mwifiex: support for creation of AP interfaceAvinash Patil2012-05-164-66/+98
| | | * | | | | | | mwifiex: handle station specific commands on STA interface onlyAvinash Patil2012-05-162-20/+34
| | | * | | | | | | mwifiex: allocate space for one more mwifiex_private structureAvinash Patil2012-05-163-16/+23
| | | * | | | | | | b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas2012-05-161-1/+1
| | | * | | | | | | brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens2012-05-161-0/+3
| | | * | | | | | | brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens2012-05-161-6/+17
| | | * | | | | | | brcmsmac: do not access host_pciHauke Mehrtens2012-05-161-5/+5
| | | * | | | | | | brcmsmac: remove nicpci.cHauke Mehrtens2012-05-166-330/+0
| | | * | | | | | | brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens2012-05-165-37/+0