summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0
* net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
* net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
* net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44
* net/mlx5: Add modify FTE helper functionEli Britstein2019-03-112-21/+30
* net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein2019-03-111-0/+6
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-093-3/+11
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-081-1/+1
* net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-084-0/+42
* net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-081-0/+1
* 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-081-0/+1
* vhost: silence an unused-variable warningArnd Bergmann2019-03-081-1/+1
* connector: fix unsafe usage of ->real_parentLi RongQing2019-03-081-4/+18
* vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
* net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
* net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
* net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
* net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-081-1/+2
* nfp: fix simple vNIC mailbox lengthDirk van der Merwe2019-03-071-1/+1
* net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor2019-03-071-3/+3
* qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
* enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann2019-03-071-3/+3
* peak_usb: fix clang build warningArnd Bergmann2019-03-071-1/+1
* ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
* isdn: isdnloop: fix pointer dereference bugArnd Bergmann2019-03-071-1/+1
* davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1
* net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-052-225/+0
|\
| * MIPS: lantiq: Remove separate GPHY Firmware loaderHauke Mehrtens2019-02-252-225/+0
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-058-34/+96
|\ \
| * | parisc: Use F_EXTEND() macro in iosapic codeHelge Deller2019-02-211-16/+1
| * | parisc: remove the HBA_DATA macroChristoph Hellwig2019-02-212-6/+9
| * | parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig2019-02-211-6/+4
| * | parisc/dino: use container_of in DINO_DEVChristoph Hellwig2019-02-211-6/+4
| * | parisc: properly type the return value of parisc_walk_treeChristoph Hellwig2019-02-211-1/+1
| * | parisc: turn GET_IOC into an inline functionChristoph Hellwig2019-02-211-4/+8
| * | parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-217-0/+62
| * | parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller2019-02-211-0/+12
* | | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-0515-54/+132
|\ \ \
| * | | s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=yMartin Schwidefsky2019-03-011-14/+5
| * | | s390/cio: Use cpa range elsewhere within vfio-ccwEric Farman2019-02-261-12/+6
| * | | s390/cio: Fix vfio-ccw handling of recursive TICsEric Farman2019-02-261-1/+36
| * | | s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystemPierre Morel2019-02-223-11/+38
| * | | pkey: Indicate old mkvp only if old and current mkvp are differentIngo Franzki2019-02-211-1/+1
| * | | s390/ism: ignore some errors during deregistrationSebastian Ott2019-02-201-3/+9
| * | | s390/zcrypt: use new state UNBOUND during queue driver rebindHarald Freudenberger2019-02-133-4/+25
| * | | Merge tag 'vfio-ccw-20190204' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2019-02-071-1/+1
| |\ \ \