summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mwifiex: cancel pending commands during host sleepAmitkumar Karwar2014-03-276-0/+13
| | * | mwifiex: correction in sleep confirm command sequence numberAmitkumar Karwar2014-03-271-1/+1
| | * | mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar2014-03-271-1/+2
| | * | brcmfmac: use mfp if required from user-spaceDaniel Kim2014-03-272-5/+13
| | * | rtlwifi: Remove casts of pointer to same typeJoe Perches2014-03-2715-137/+118
| | * | mwifiex: Remove casts of pointer to same typeJoe Perches2014-03-273-7/+7
| | * | carl9170: Remove casts of pointer to same typeJoe Perches2014-03-271-1/+1
| | * | rtlwifi: Remove addressof casts to same typeJoe Perches2014-03-274-15/+12
| | * | rtl8180: rationalize TX queuesAndrea Merello2014-03-272-16/+49
| | * | rtl8180: fix DMA register are written two timesAndrea Merello2014-03-271-6/+0
| | * | bcma: gpio: register 32 GPIOs on BCM5357Rafał Miłecki2014-03-271-1/+8
| | * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-272-6/+7
| | |\ \
| | | * | Bluetooth: bluecard: Use del_timer_sync() in teardown pathThomas Gleixner2014-03-231-1/+1
| | | * | Bluetooth: btmrvl: don't consume all vendor specific eventsAmitkumar Karwar2014-03-201-5/+6
* | | | | net: fec: make sure to init MAC addressLucas Stach2014-03-311-4/+7
* | | | | qmi_wwan/cdc_ether: move Novatel E371 (1410:9011) to qmi_wwanYegor Yefremov2014-03-312-0/+14
|/ / / /
* | | | net: isdn: use sk_unattached_filter apiDaniel Borkmann2014-03-311-20/+41
* | | | net: ppp: use sk_unattached_filter apiDaniel Borkmann2014-03-311-19/+41
* | | | net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-313-29/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-2919-93/+199
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-289-65/+77
| |\ \ \
| | * | | veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich2014-03-281-1/+4
| | * | | ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
| | * | | qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
| | * | | vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin2014-03-281-1/+5
| | * | | vhost: fix total length when packets are too shortMichael S. Tsirkin2014-03-281-0/+14
| | * | | net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang2014-03-271-1/+5
| | * | | usbnet: include wait queue head in device structureOliver Neukum2014-03-271-14/+19
| | * | | virtio-net: correct error handling of virtqueue_kick()Jason Wang2014-03-271-3/+3
| | * | | net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni2014-03-261-6/+11
| | * | | net: mvneta: fix usage as a module on RGMII configurationsThomas Petazzoni2014-03-261-33/+8
| | * | | net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni2014-03-261-2/+2
| | * | | tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-03-261-3/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-284-15/+82
| |\ \ \ \
| | * | | | Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede2014-03-281-0/+8
| | * | | | Input: synaptics - add manual min/max quirkBenjamin Tissoires2014-03-281-0/+47
| | * | | | Input: cypress_ps2 - don't report as a button padsHans de Goede2014-03-261-1/+0
| | * | | | Input: da9052_onkey - use correct register bit for key statusAnthony Olech2014-02-171-13/+16
| | * | | | Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais2014-02-151-1/+11
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-03-284-13/+31
| |\ \ \ \ \
| | * | | | | drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter2014-03-281-1/+1
| | * | | | | drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie2014-03-281-5/+12
| | * | | | | drm/nouveau: fail runtime pm properly.Dave Airlie2014-03-271-4/+10
| | * | | | | drm/udl: take reference to device struct for dma-bufsDave Airlie2014-03-271-3/+8
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-03-281-0/+2
| |\ \ \ \ \
| | * | | | | i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood2014-03-241-0/+2
| * | | | | | xen/balloon: flush persistent kmaps in correct positionWei Liu2014-03-251-6/+18
| | |/ / / / | |/| | | |
* | | | | | phy/at8031: enable at8031 to work on interrupt modeZhao Qiang2014-03-291-0/+30
* | | | | | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-292-12/+10
* | | | | | wimax/i2400m: remove open-coded skb_cow_head.françois romieu2014-03-291-2/+1