| Commit message (Expand) | Author | Age | Files | Lines |
* | ata: ahci_brcm: Allow optional reset controller to be used | Florian Fainelli | 2018-10-02 | 1 | -0/+7 |
* | dt-bindings: ata: Document BCM63138 compatible string | Florian Fainelli | 2018-10-02 | 1 | -0/+1 |
* | pata_atiixp: Remove unnecessary parentheses | Nathan Chancellor | 2018-09-12 | 1 | -1/+1 |
* | ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA | Suman Tripathi | 2018-09-07 | 1 | -1/+14 |
* | dt-bindings: ata: update ahci_sunxi bindings | Corentin Labbe | 2018-09-03 | 1 | -0/+2 |
* | ata: ahci_sunxi: add support for r40 | Corentin Labbe | 2018-09-03 | 1 | -1/+2 |
* | dt-bindings: ata: ahci-platform: document phy-supply | Corentin Labbe | 2018-09-03 | 1 | -0/+1 |
* | ata: ahci_platform: add support for PHY controller regulator | Corentin Labbe | 2018-09-03 | 2 | -0/+21 |
* | dt-bindings: ata: ahci-platform: document ahci-supply | Corentin Labbe | 2018-09-03 | 1 | -0/+1 |
* | ata: ahci_platform: add support for AHCI controller regulator | Corentin Labbe | 2018-09-03 | 2 | -2/+25 |
* | dt-bindings: ata: ahci-platform: fix indentation of target-supply | Corentin Labbe | 2018-09-03 | 1 | -1/+1 |
* | libata: Use SMART LBAM/LBAH password defines | Linus Walleij | 2018-08-30 | 1 | -2/+2 |
* | ata: ahci: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-08-28 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-08-27 | 92 | -711/+754 |
|\ |
|
| * | net: sched: Fix memory exposure from short TCA_U32_SEL | Kees Cook | 2018-08-26 | 1 | -2/+8 |
| * | qed: fix spelling mistake "comparsion" -> "comparison" | Colin Ian King | 2018-08-26 | 1 | -1/+1 |
| * | vhost: correctly check the iova range when waking virtqueue | Jason Wang | 2018-08-26 | 1 | -1/+1 |
| * | qlge: Fix netdev features configuration. | Manish Chopra | 2018-08-26 | 1 | -15/+8 |
| * | net: macb: do not disable MDIO bus at open/close time | Anssi Hannula | 2018-08-26 | 1 | -3/+6 |
| * | Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency" | Geert Uytterhoeven | 2018-08-26 | 1 | -5/+5 |
| * | net: macb: Fix regression breaking non-MDIO fixed-link PHYs | Ahmad Fatoum | 2018-08-26 | 1 | -10/+17 |
| * | mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge | Ido Schimmel | 2018-08-26 | 3 | -0/+33 |
| * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 2018-08-25 | 10 | -23/+81 |
| |\ |
|
| | * | i40e: fix condition of WARN_ONCE for stat strings | Jacob Keller | 2018-08-24 | 1 | -1/+1 |
| | * | i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled | Martyna Szapar | 2018-08-24 | 1 | -7/+8 |
| | * | ixgbe: fix driver behaviour after issuing VFLR | Sebastian Basierski | 2018-08-24 | 2 | -0/+27 |
| | * | ixgbe: Prevent unsupported configurations with XDP | Tony Nguyen | 2018-08-24 | 2 | -2/+31 |
| | * | ixgbe: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai | 2018-08-24 | 2 | -3/+3 |
| | * | igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback() | Jia-Ju Bai | 2018-08-24 | 1 | -1/+1 |
| | * | igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init() | Jia-Ju Bai | 2018-08-24 | 1 | -2/+2 |
| | * | igb: Use an advanced ctx descriptor for launchtime | Jesus Sanchez-Palencia | 2018-08-24 | 1 | -1/+2 |
| | * | e1000: ensure to free old tx/rx rings in set_ringparam() | Bo Chen | 2018-08-24 | 1 | -2/+2 |
| | * | e1000: check on netif_running() before calling e1000_up() | Bo Chen | 2018-08-24 | 1 | -1/+2 |
| | * | ixgb: use dma_zalloc_coherent instead of allocator/memset | YueHaibing | 2018-08-24 | 1 | -3/+2 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-08-24 | 5 | -17/+35 |
| |\ |
|
| | * | tools: bpftool: return from do_event_pipe() on bad arguments | Quentin Monnet | 2018-08-23 | 1 | -1/+4 |
| | * | bpf: use per htab salt for bucket hash | Daniel Borkmann | 2018-08-23 | 1 | -10/+13 |
| | * | bpf: sockmap: write_space events need to be passed to TCP handler | John Fastabend | 2018-08-22 | 1 | -0/+3 |
| | * | tls: possible hang when do_tcp_sendpages hits sndbuf is full case | John Fastabend | 2018-08-22 | 1 | -2/+7 |
| | * | bpf, sockmap: fix sock hash count in alloc_sock_hash_elem | Daniel Borkmann | 2018-08-22 | 1 | -1/+3 |
| | * | bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys | Daniel Borkmann | 2018-08-22 | 1 | -1/+3 |
| | * | xsk: fix return value of xdp_umem_assign_dev() | Prashant Bhole | 2018-08-21 | 1 | -2/+2 |
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2018-08-23 | 14 | -126/+185 |
| |\ \ |
|
| | * | | ice: Trivial formatting fixes | Anirudh Venkataramanan | 2018-08-23 | 3 | -6/+8 |
| | * | | ice: Change struct members from bool to u8 | Bruce Allan | 2018-08-23 | 4 | -16/+16 |
| | * | | ice: Fix potential return of uninitialized value | Jesse Brandeburg | 2018-08-23 | 1 | -2/+2 |
| | * | | ice: Fix a few null pointer dereference issues | Anirudh Venkataramanan | 2018-08-23 | 2 | -8/+11 |
| | * | | ice: Update to interrupts enabled in OICR | Bruce Allan | 2018-08-23 | 2 | -14/+3 |
| | * | | ice: Set VLAN flags correctly | Brett Creeley | 2018-08-23 | 2 | -25/+30 |
| | * | | ice: Use order_base_2 to calculate higher power of 2 | Jacob Keller | 2018-08-23 | 1 | -5/+2 |