summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* s390/sclp: detect storage-key facilityDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect interlock-and-broadcast-suppression facilityDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect PFMF interpretation facilityDavid Hildenbrand2016-06-101-1/+3
* s390/sclp: detect conditional-external-interception facilityDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect intervention bypass facilityDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect guest-storage-limit-suppressionDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect cmmaDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect guest-PER enhancementDavid Hildenbrand2016-06-101-0/+1
* s390/sclp: detect 64-bit-SCAO facilityDavid Hildenbrand2016-06-101-0/+1
* s390: Make cpc_name accessibleJanosch Frank2016-06-101-8/+15
* Merge tag 'pinctrl-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-06-012-3/+4
|\
| * pinctrl: mediatek: fix dual-edge code defecthongkun.cao2016-05-311-2/+3
| * pinctrl: nomadik: fix inversion of gpio directionLinus Walleij2016-05-301-1/+1
* | Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-012-7/+72
|\ \
| * | dma-buf: use vma_pages()Muhammad Falak R Wani2016-05-311-3/+4
| * | reservation: add headerdoc commentsRob Clark2016-05-311-4/+68
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-3132-177/+342
|\ \ \
| * | | sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-313-17/+56
| * | | usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz2016-05-311-0/+51
| * | | virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian2016-05-311-16/+2
| * | | bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov2016-05-311-7/+10
| * | | net: fec: update dirty_tx even if no skbTroy Kisky2016-05-311-5/+3
| * | | atm: iphase: off by one in rx_pkt()Dan Carpenter2016-05-311-1/+1
| * | | atm: firestream: add more reserved stringsDan Carpenter2016-05-311-1/+5
| * | | vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan2016-05-311-0/+3
| * | | sfc: use flow dissector helpers for aRFSEdward Cree2016-05-291-54/+21
| * | | net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi2016-05-291-1/+3
| * | | ptp: oops in ptp_ioctl()Dan Carpenter2016-05-291-0/+1
| * | | qed: Don't config min BW on 100g on link flapYuval Mintz2016-05-261-0/+7
| * | | qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2016-05-262-8/+15
| * | | qed: Add missing 100g init modeYuval Mintz2016-05-261-0/+7
| * | | qed: Save min/max accross dcbx-changeYuval Mintz2016-05-261-2/+4
| * | | qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru2016-05-261-11/+16
| * | | qede: Don't expose self-test for VFsYuval Mintz2016-05-261-1/+4
| * | | qede: Reload on GRO changesYuval Mintz2016-05-261-0/+24
| * | | qede: Fix VF minimum BW settingYuval Mintz2016-05-261-1/+1
| * | | net/mlx4_en: get rid of private net_device_statsEric Dumazet2016-05-254-15/+5
| * | | net/mlx4_en: get rid of ret_statsEric Dumazet2016-05-252-6/+6
| * | | net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet2016-05-251-0/+4
| * | | net/mlx4_en: fix tx_dropped bugEric Dumazet2016-05-254-5/+9
| * | | net: arc: trivial: Replace comma with a semicolonMarek Vasut2016-05-251-1/+1
| * | | net: stmmac: Fix incorrect memcpy source memoryMarek Vasut2016-05-251-1/+1
| * | | net: alx: use custom skb allocatorFeng Tang2016-05-252-1/+51
| * | | team: don't call netdev_change_features under team->lockIvan Vecera2016-05-251-2/+7
| * | | sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
| * | | net: mvneta: Fix lacking spinlock initializationGregory CLEMENT2016-05-251-0/+1
| * | | qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru2016-05-251-1/+1
| * | | net/qlge: Avoids recursive EEH errorGavin Shan2016-05-241-1/+2
| * | | qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter2016-05-231-1/+2
| * | | ptp: use memdup_user().Muhammad Falak R Wani2016-05-231-8/+3