summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pktgen: display IPv4 address in human-readable formatAmerigo Wang2012-10-111-2/+2
* pktgen: set different default min_pkt_size for different protocolsAmerigo Wang2012-10-111-7/+20
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-111-1/+1
* Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2012-10-1019-106/+151
|\
| * mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-082-12/+14
| * carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
| * ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
| * mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
| * mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
| * mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
| * mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
| * mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen2012-10-081-2/+1
| * rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
| * ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
| * ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
| * ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-1035-822/+1069
|\ \
| * | pwm: dt: Fix description of second PWM cellThierry Reding2012-10-073-3/+3
| * | pwm: Check for negative duty-cycle and periodThierry Reding2012-10-056-12/+3
| * | pwm: Add Ingenic JZ4740 supportThierry Reding2012-10-059-182/+241
| * | MIPS: JZ4740: Export timer APIThierry Reding2012-10-054-139/+116
| * | pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding2012-10-056-231/+174
| * | unicore32: pwm: Use managed resource allocationsThierry Reding2012-10-051-38/+9
| * | unicore32: pwm: Remove unnecessary indirectionThierry Reding2012-10-051-17/+6
| * | unicore32: pwm: Use module_platform_driver()Thierry Reding2012-10-051-20/+1
| * | unicore32: pwm: Properly remap memory-mapped registersThierry Reding2012-10-052-13/+26
| * | pwm-backlight: Use devm_pwm_get() instead of pwm_get()Sachin Kamat2012-10-051-5/+2
| * | pwm: Move AB8500 PWM driver to PWM frameworkThierry Reding2012-09-205-77/+60
| * | pwm: Fix compilation error when CONFIG_PWM is not definedTushar Behera2012-09-201-2/+80
| * | pwm: i.MX: fix clock lookupPhilipp Zabel2012-09-121-8/+27
| * | pwm: i.MX: use per clock unconditionallySascha Hauer2012-09-121-7/+1
| * | pwm: i.MX: add devicetree supportPhilipp Zabel2012-09-122-9/+52
| * | pwm: i.MX: Use module_platform_driverSascha Hauer2012-09-121-11/+1
| * | pwm: i.MX: add functions to enable/disable pwm.Sascha Hauer2012-09-121-4/+44
| * | pwm: i.MX: remove unnecessary if in pwm_[en|dis]ableSascha Hauer2012-09-121-14/+11
| * | pwm: i.MX: factor out SoC specific functionsSascha Hauer2012-09-121-63/+83
| * | pwm: pwm-tiehrpwm: Add support for configuring polarity of PWMPhilip, Avinash2012-09-101-22/+51
| * | pwm: pwm-tiecap: Add support for configuring polarity of PWMPhilip, Avinash2012-09-101-0/+22
| * | pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot2012-09-104-1/+67
| * | pwm: Add support for configuring the PWM polarityPhilip, Avinash2012-09-102-0/+45
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2012-10-1022-658/+1350
|\ \ \
| * | | leds: add output driver configuration for pca9633 led driverPeter Meerwald2012-09-242-7/+47
| * | | leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()Axel Lin2012-09-241-12/+3
| * | | leds: Add new LED driver for lm3642 chipsG.Shark Jeong2012-09-134-0/+521
| * | | leds-lp5523: Fix riskiness of the page faultKim, Milo2012-09-131-0/+1
| * | | leds-lp5523: turn off the LED engines on unloading the driverKim, Milo2012-09-131-0/+3
| * | | leds-lm3530: Fix smatch warningsSachin Kamat2012-09-121-4/+4
| * | | leds-lm3530: Use devm_regulator_get functionSachin Kamat2012-09-121-9/+3
| * | | leds: leds-gpio: adopt pinctrl supportAnilKumar Ch2012-09-111-0/+7
| * | | leds: Add new LED driver for lm355x chipsG.Shark Jeong2012-09-116-567/+643