summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net/mlx4_en: Fix off-by-one in ethtool statistics displayEran Ben Elisha2015-03-181-1/+1
| | * | | | | IB/mlx4: Verify net device validity on port change eventMoni Shoua2015-03-181-1/+5
| | * | | | | Revert "smc91x: retrieve IRQ and trigger flags in a modern way"Robert Jarzmik2015-03-171-12/+8
| | * | | | | bnx2x: fix encapsulation features on 57710/57711Michal Schmidt2015-03-161-1/+1
| | * | | | | isdn: icn: use strlcpy() when parsing setup optionsDan Carpenter2015-03-151-1/+1
| | * | | | | can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish2015-03-141-32/+51
| | * | | | | net: can: Enable xilinx driver for ARM64Michal Simek2015-03-141-1/+1
| | * | | | | Revert "net: fec: fix the warning found by dma debug"Fabio Estevam2015-03-131-23/+11
| | * | | | | vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-2/+2
| | * | | | | tulip_core.c : out-of-bounds check.Ameen Ali2015-03-131-1/+1
| | * | | | | virtio-net: correctly delete napi hashJason Wang2015-03-121-5/+4
| | * | | | | xen-netback: notify immediately after pushing Tx response.David Vrabel2015-03-111-11/+12
| | * | | | | Merge tag 'wireless-drivers-for-davem-2015-03-10' of git://git.kernel.org/pub...David S. Miller2015-03-1013-44/+109
| | |\ \ \ \ \
| | | * | | | | brcmfmac: Perform bound checking on vendor command bufferPontus Fuchs2015-03-071-3/+12
| | | * | | | | Merge tag 'iwlwifi-for-kalle-2015-03-05' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-03-0610-39/+91
| | | |\ \ \ \ \
| | | | * | | | | iwlwifi: mvm: BT Coex - fix a NULL pointer exceptionEmmanuel Grumbach2015-03-052-2/+4
| | | | * | | | | iwlwifi: fix max_ht_ampdu_exponent for older devicesEmmanuel Grumbach2015-02-254-14/+29
| | | | * | | | | iwlwifi: mvm: disable beamformer unless FW supports itEyal Shapira2015-02-231-1/+4
| | | | * | | | | iwlwifi: mvm: Fix ROC removalAndrei Otcheretianski2015-02-231-6/+3
| | | | * | | | | iwlwifi: mvm: don't try to stop scans that are not running anymoreLuciano Coelho2015-02-231-2/+31
| | | | * | | | | iwlwifi: mvm: rs: fix BT Coex check to look at the correct antEyal Shapira2015-02-231-7/+14
| | | | * | | | | iwlwifi: mvm: call ieee80211_scan_completed() even if scan abort failsLuciano Coelho2015-02-231-7/+6
| | | * | | | | | rtlwifi: Improve handling of IPv6 packetsLarry Finger2015-03-031-2/+5
| | | * | | | | | b43: fix support for 5 GHz only BCM43228 modelRafał Miłecki2015-03-031-0/+1
| | * | | | | | | cxgb4: fix coccinelle warningsHariprasad Shenai2015-03-101-1/+1
| | * | | | | | | net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy2015-03-101-2/+1
| | * | | | | | | net: WIZnet drivers: enable interrupts after napi_complete()Yongbae Park2015-03-102-2/+2
| | * | | | | | | ibmveth: enable interrupts after napi_complete()Yongbae Park2015-03-101-2/+2
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-185-33/+56
| |\ \ \ \ \ \ \ \
| | * | | | | | | | HID: wacom: check for wacom->shared before following the pointerBenjamin Tissoires2015-03-171-3/+4
| | * | | | | | | | HID: tivo: enable all buttons on the TiVo Slide Pro remoteForest Wilkinson2015-03-153-0/+3
| | * | | | | | | | HID: add ALWAYS_POLL quirk for a Logitech 0xc007oliver@neukum.org2015-03-112-0/+2
| | * | | | | | | | HID: wacom: rely on actual touch down count to decide touch_downPing Cheng2015-03-031-32/+43
| | * | | | | | | | HID: wacom: do not send pen events before touch is up/forced outPing Cheng2015-03-031-0/+6
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2015-03-172-6/+6
| |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | clockevents: sun5i: Fix setup_irq init sequenceYongbae Park2015-03-051-4/+4
| | | * | | | | | | | | clocksource: efm32: Fix a NULL pointer dereferenceYongbae Park2015-03-051-2/+2
| * | | | | | | | | | | Merge tag 'regulator-fix-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-172-17/+18
| |\ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown2015-03-162-17/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven2015-03-161-0/+1
| | | | | |_|_|_|_|_|/ / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | regulator: core: Fix enable GPIO reference countingDoug Anderson2015-03-081-14/+12
| | | * | | | | | | | | | regulator: Only enable disabled regulators on resumeJavier Martinez Canillas2015-03-081-3/+5
| | | |/ / / / / / / / /
| * | | | | | | | | | | Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-173-4/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown2015-03-073-4/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| | | | | * | | | | | | | | | regmap: Skip read-only registers in regcache_sync()Takashi Iwai2015-03-041-2/+4
| | | | | | |/ / / / / / / / | | | | | |/| | | | | | | |
| | | | * / | | | | | | | | regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen2015-03-071-1/+1
| | | | |/ / / / / / / / /
| | | * | | | | | | | | / regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg2015-02-141-1/+2
| | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| * | | | | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-03-174-15/+132
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | virtio_mmio: fix access width for mmioMichael S. Tsirkin2015-03-171-8/+71
| | * | | | | | | | | | virtio_mmio: generation supportMichael S. Tsirkin2015-03-131-0/+11