summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: realtek: add missing page operationsHeiner Kallweit2019-05-111-0/+12
* net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-1119-19/+19
* of_net: remove nvmem-mac-address propertyPetr Štetiar2019-05-111-23/+6
* net/ibmvnic: Update carrier state after link state changeThomas Falcon2019-05-111-5/+4
* net/ibmvnic: Update MAC address settings after adapter resetThomas Falcon2019-05-112-27/+28
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1013-758/+1150
|\
| * ocxl: Fix return value check in afu_ioctl()Wei Yongjun2019-05-061-2/+2
| * ocxl: Provide global MMIO accessors for external driversAlastair D'Silva2019-05-022-1/+235
| * ocxl: move event_fd handling to frontendAlastair D'Silva2019-05-023-38/+63
| * ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva2019-05-025-37/+39
| * ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva2019-05-023-20/+16
| * ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva2019-05-026-186/+300
| * ocxl: Don't pass pci_dev aroundAlastair D'Silva2019-05-021-17/+21
| * ocxl: Split pci.cAlastair D'Silva2019-05-024-518/+524
| * ocxl: Remove some unused exported symbolsAlastair D'Silva2019-05-022-3/+24
| * ocxl: Remove superfluous 'extern' from headersAlastair D'Silva2019-05-021-28/+26
| * ocxl: read_pasid never returns an error, so make it voidAlastair D'Silva2019-05-021-7/+2
| * ocxl: Rename struct link to ocxl_linkAlastair D'Silva2019-05-022-21/+20
| * ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing2019-05-011-3/+1
| * powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-212-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-1015-26/+160
|\ \
| * | nfp: add missing kdocJakub Kicinski2019-05-101-0/+2
| * | nfp: bpf: fix static check error through tightening shift amount adjustmentJiong Wang2019-05-101-1/+12
| * | net: aquantia: fix undefined devm_hwmon_device_register_with_info referenceKefeng Wang2019-05-091-0/+5
| * | aqc111: fix double endianness swap on BEOliver Neukum2019-05-091-2/+4
| * | aqc111: fix writing to the phy on BEOliver Neukum2019-05-091-6/+17
| * | aqc111: fix endianness issue in aqc111_change_mtuOliver Neukum2019-05-091-0/+2
| * | macvlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-091-0/+2
| * | tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang2019-05-091-1/+6
| * | tuntap: fix dividing by zero in ebpf queue selectionJason Wang2019-05-091-1/+6
| * | dwmac4_prog_mtl_tx_algorithms() missing write operationCheng Han2019-05-091-0/+2
| * | ptp_qoriq: fix NULL access if ptp dt node missingClaudiu Manoil2019-05-091-0/+3
| * | nfp: reintroduce ndo_get_port_parent_id for representor portsPieter Jansen van Vuuren2019-05-092-0/+17
| * | net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin2019-05-091-4/+15
| * | net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin2019-05-091-0/+51
| * | net: dsa: sja1105: Don't return a negative in u8 sja1105_stp_state_getVladimir Oltean2019-05-081-1/+5
| * | net: dsa: sja1105: fix check on while loop exitColin Ian King2019-05-081-3/+4
| * | net: dsa: sja1105: Make 'sja1105et_regs' and 'sja1105pqrs_regs' staticWang Hai2019-05-081-2/+2
| * | net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King2019-05-081-1/+1
| * | net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge"Colin Ian King2019-05-081-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-05-101-1/+1
|\ \ \
| * | | docs: sparc: convert to ReSTMauro Carvalho Chehab2019-05-091-1/+1
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-09170-1342/+10356
|\ \ \ \
| * \ \ \ Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd2019-05-074-113/+322
| |\ \ \ \
| | * | | | clk: Cache core in clk_fetch_parent_index() without namesStephen Boyd2019-05-031-10/+27
| | * | | | clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd2019-04-231-1/+1
| | * | | | clk: fixed-factor: Let clk framework find parentStephen Boyd2019-04-191-20/+33
| | * | | | clk: Allow parents to be specified via clkspec indexStephen Boyd2019-04-191-7/+11
| | * | | | clk: Look for parents with clkdev based clk_lookupsStephen Boyd2019-04-193-10/+21