summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ata: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-101-2/+0
* ata: ep93xx: Use proper enums for directionsNathan Chancellor2018-10-041-4/+4
* ata: ahci_brcm: Allow using driver or DSL SoCsFlorian Fainelli2018-10-011-1/+2
* ata: ahci_brcm: Match BCM63138 compatible stringsFlorian Fainelli2018-10-011-0/+1
* ata: ahci_brcm: Allow optional reset controller to be usedFlorian Fainelli2018-10-011-0/+7
* dt-bindings: ata: Document BCM63138 compatible stringFlorian Fainelli2018-10-011-0/+1
* pata_atiixp: Remove unnecessary parenthesesNathan Chancellor2018-09-111-1/+1
* ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATASuman Tripathi2018-09-071-1/+14
* dt-bindings: ata: update ahci_sunxi bindingsCorentin Labbe2018-09-031-0/+2
* ata: ahci_sunxi: add support for r40Corentin Labbe2018-09-031-1/+2
* dt-bindings: ata: ahci-platform: document phy-supplyCorentin Labbe2018-09-031-0/+1
* ata: ahci_platform: add support for PHY controller regulatorCorentin Labbe2018-09-032-0/+21
* dt-bindings: ata: ahci-platform: document ahci-supplyCorentin Labbe2018-09-031-0/+1
* ata: ahci_platform: add support for AHCI controller regulatorCorentin Labbe2018-09-032-2/+25
* dt-bindings: ata: ahci-platform: fix indentation of target-supplyCorentin Labbe2018-09-031-1/+1
* libata: Use SMART LBAM/LBAH password definesLinus Walleij2018-08-301-2/+2
* ata: ahci: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2792-711/+754
|\
| * net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-261-2/+8
| * qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-251-1/+1
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-251-1/+1
| * qlge: Fix netdev features configuration.Manish Chopra2018-08-251-15/+8
| * net: macb: do not disable MDIO bus at open/close timeAnssi Hannula2018-08-251-3/+6
| * Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven2018-08-251-5/+5
| * net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum2018-08-251-10/+17
| * mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel2018-08-253-0/+33
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-08-2410-23/+81
| |\
| | * i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
| | * i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
| | * ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-242-0/+27
| | * ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-242-2/+31
| | * ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-242-3/+3
| | * igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
| | * igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
| | * igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
| | * e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-08-241-2/+2
| | * e1000: check on netif_running() before calling e1000_up()Bo Chen2018-08-241-1/+2
| | * ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-235-17/+35
| |\
| | * tools: bpftool: return from do_event_pipe() on bad argumentsQuentin Monnet2018-08-231-1/+4
| | * bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
| | * bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-221-0/+3
| | * tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-221-2/+7
| | * bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-221-1/+3
| | * bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-221-1/+3
| | * xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole2018-08-211-2/+2
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-08-2314-126/+185
| |\ \
| | * | ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-233-6/+8
| | * | ice: Change struct members from bool to u8Bruce Allan2018-08-234-16/+16
| | * | ice: Fix potential return of uninitialized valueJesse Brandeburg2018-08-231-2/+2