aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04Revert "Revert "smc91x: retrieve IRQ and trigger flags in a modern way""David S. Miller1-8/+12
2015-05-04net/smsc911x: fix irq resource allocation failureKamlakant Patel1-6/+6
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-04isdn/gigaset: cede maintainershipTilman Schmidt1-3/+2
2015-05-04macvlan: Propagate promiscuity setting to lower devices.Vlad Yasevich1-0/+15
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-05-04ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck1-1/+1
2015-05-04r8169: Do not use dev_kfree_skb in xmit pathAlexander Duyck1-2/+2
2015-05-04fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck1-2/+2
2015-05-04net: dsa: mv88e6xxx: unregister mv88e6352 driverVivien Didelot1-0/+3
2015-05-03drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker1-0/+1
2015-05-03net/rds: fix unaligned memory accessshamir rabinovitch1-2/+11
2015-05-03netlink: Remove max_size settingHerbert Xu1-1/+0
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet3-5/+9
2015-05-01virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-01virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01net: can: xilinx_can: fix extended frame handlingJeppe Ledet-Pedersen1-3/+4
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-04-30net/mlx4_core: Fix unaligned accessesDavid Ahern1-4/+14
2015-04-30mlx4_en: Use correct loop cursor in error path.Benjamin Poirier1-1/+1
2015-04-30ieee802154: trace: fix endian convertionAlexander Aring1-2/+3
2015-04-30at86rf230: add slp_tr support to start txAlexander Aring1-6/+21
2015-04-30at86rf230: change state change if from trx_offAlexander Aring1-6/+18
2015-04-30at86rf230: remove unnecessary tx state changeAlexander Aring1-13/+3
2015-04-30at86rf230: add TX_ARET_ON for calibration timeoutAlexander Aring1-2/+3
2015-04-30at86rf230: move cal_timeout to state changeAlexander Aring1-3/+5
2015-04-30at86rf230: remove tabs after defineAlexander Aring1-152/+152
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram8-12/+27
2015-04-30at86rf230: Add macro for TRX STATE MASKChristoffer Holmstedt1-2/+4
2015-04-30ieee802154: Add trace events for rdev->opsGuido Günther4-12/+322
2015-04-30mac802154: add description to mac802154 APIsVarka Bhadram1-2/+92
2015-04-30modsign: change default key detailsDavid Howells2-6/+6
2015-04-30dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer1-4/+12
2015-04-30dm: only initialize the request_queue onceChristoph Hellwig2-11/+9
2015-04-30arm64: perf: Fix the pmu node name in warning messageSuzuki K. Poulose1-1/+1
2015-04-30arm64: perf: don't warn about missing interrupt-affinity property for PPIsWill Deacon1-1/+6
2015-04-30Bluetooth: btusb: off by one in rtl8723b_parse_firmware()Dan Carpenter1-1/+1
2015-04-30Bluetooth: btusb: Fix two coding style issuesMarcel Holtmann1-2/+2
2015-04-30Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A supportDaniel Drake1-0/+399
2015-04-30Bluetooth: hci_uart: Add Atheros support for address configurationMarcel Holtmann1-0/+34
2015-04-30Bluetooth: hci_uart: Reorder Atheros specific driver callbacksMarcel Holtmann1-36/+30
2015-04-30Bluetooth: btbcm: Export patchram download as separate functionMarcel Holtmann2-69/+85
2015-04-30Bluetooth: bt3c: Delete some unuseful commentsDingXiang1-3/+0
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet2-0/+22
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet7-34/+46