summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-22pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong1-0/+6
2016-01-22sh_eth: fix kernel oops in skb_put()Sergei Shtylyov1-2/+2
2016-01-22atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2016-01-22usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2016-01-22USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2016-01-22USB: add quirk for devices with broken LPMAlan Stern2-1/+12
2016-01-22USB: cp210x: Remove CP2110 ID from compatibility listKonstantin Shkolnyy1-1/+0
2016-01-22USB: cdc_acm: Ignore Infineon Flash Loader utilityJonas Jonsson1-0/+5
2016-01-22firewire: ohci: fix JMicron JMB38x IT context discoveryStefan Richter1-0/+5
2016-01-22broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen1-1/+1
2016-01-22net: qmi_wwan: add XS Stick W100-2 from 4G SystemsBjørn Mork1-0/+1
2015-12-09USB: option: add XS Stick W100-2 from 4G SystemsBjørn Mork1-0/+9
2015-12-09USB: serial: option: add support for Novatel MiFi USB620LAleksander Morgado1-0/+2
2015-12-09usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König1-5/+5
2015-12-09usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby1-1/+1
2015-12-09can: sja1000: clear interrupts on startMirza Krak1-0/+3
2015-12-09staging: rtl8712: Add device ID for Sitecom WLA2100Larry Finger1-0/+1
2015-12-09mwifiex: fix mwifiex_rdeeprom_read()Dan Carpenter1-7/+7
2015-12-09net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1
2015-12-09virtio-net: drop NETIF_F_FRAGLISTJason Wang1-2/+2
2015-12-09stmmac: Correctly report PTP capabilities.Phil Reid1-2/+5
2015-12-09net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2-2/+2
2015-12-09ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault1-1/+1
2015-11-09IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-11-09mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-11-09md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-09md/raid1: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-09xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-09xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-11-09dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer1-1/+1
2015-11-09dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber1-6/+11
2015-11-09rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-8/+21
2015-11-09rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2015-11-09rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-11-09drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin1-2/+3
2015-11-09iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-11-09iwlwifi: mvm: fix D3 firmware PN programmingJohannes Berg1-6/+6
2015-11-09iwlwifi: dvm: fix D3 firmware PN programmingJohannes Berg1-1/+1
2015-11-09ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-10-27rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-27dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer1-1/+1
2015-10-27i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang1-3/+4
2015-10-27asix: Do full reset during ax88772_bindCharles Keepax1-13/+1
2015-10-27asix: Don't reset PHY on if_up for ASIX 88772Michel Stam1-1/+1
2015-10-27ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault1-1/+0
2015-10-223w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-22staging: speakup: fix speakup-r regressioncovici@ccs.covici.com1-0/+1
2015-10-22dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-22bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong1-0/+20
2015-10-22IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn4-20/+27