summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon2018-02-202-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2099-856/+950
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-1922-257/+224
| |\ \ \
| | * | | tg3: APE heartbeat changesPrashant Sreedharan2018-02-192-11/+29
| | * | | mlxsw: spectrum_router: Do not unconditionally clear route offload indicationIdo Schimmel2018-02-191-0/+3
| | * | | net: qualcomm: rmnet: Fix possible null dereference in command processingSubash Abhinov Kasiviswanathan2018-02-191-0/+5
| | * | | net: qualcomm: rmnet: Fix warning seen with 64 bit statsSubash Abhinov Kasiviswanathan2018-02-191-1/+1
| | * | | net: qualcomm: rmnet: Fix crash on real dev unregistrationSubash Abhinov Kasiviswanathan2018-02-191-54/+14
| | * | | tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet2018-02-161-10/+6
| | * | | PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2018-02-162-26/+23
| | * | | cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy2018-02-162-2/+2
| | * | | cxgb4: free up resources of pf 0-3Ganesh Goudar2018-02-161-12/+13
| | * | | ibmvnic: Clean RX pool buffers during device closeThomas Falcon2018-02-141-1/+30
| | * | | ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon2018-02-141-0/+1
| | * | | ibmvnic: Fix NAPI structures memory leakThomas Falcon2018-02-141-0/+2
| | * | | ibmvnic: Fix login buffer memory leaksThomas Falcon2018-02-141-0/+16
| | * | | ibmvnic: Wait until reset is complete to set carrier onThomas Falcon2018-02-141-2/+2
| | * | | Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer2018-02-143-94/+31
| | * | | mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_createJiri Pirko2018-02-131-14/+18
| | * | | net: cavium: fix NULL pointer dereference in cavium_ptp_putJan Glauber2018-02-121-0/+2
| | * | | net: thunderbolt: Run disconnect flow asynchronously when logout is receivedMika Westerberg2018-02-121-1/+13
| | * | | net: thunderbolt: Tear down connection properly on suspendMika Westerberg2018-02-121-4/+1
| | * | | sh_eth: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-15/+3
| | * | | ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-6/+0
| | * | | net: phy: fix wrong mask to phy_modify()Ingo van Lil2018-02-121-1/+1
| | * | | mvpp2: fix multicast address filterMikulas Patocka2018-02-121-3/+8
| | |/ /
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-1810-37/+32
| |\ \ \
| | * | | irqchip/bcm: Remove hashed address printingJaedon Shin2018-02-163-9/+0
| | * | | irqchip/gic-v2m: Add PCI Multi-MSI supportMarc Zyngier2018-02-161-24/+22
| | * | | irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd2018-02-164-0/+8
| | * | | irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni2018-02-161-1/+1
| | * | | irqchip/gic-v3: Change pr_debug message to pr_develMark Salter2018-02-161-1/+1
| | * | | irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn2018-02-161-2/+0
| | |/ /
| * | | Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-177-170/+106
| |\ \ \
| | * \ \ Merge branch 'nvme-4.16-rc' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-157-170/+106
| | |\ \ \
| | | * | | nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi2018-02-142-6/+7
| | | * | | nvmet: Change return code of discard command if not supportedIsrael Rukshin2018-02-141-2/+5
| | | * | | nvme-pci: Fix timeouts in connecting stateKeith Busch2018-02-141-1/+5
| | | * | | nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch2018-02-141-11/+14
| | | * | | nvme: fix the deadlock in nvme_update_formatsJianchao Wang2018-02-141-3/+8
| | | * | | nvme: Don't use a stack buffer for keep-alive commandRoland Dreier2018-02-122-5/+4
| | | * | | nvme_fc: cleanup io completionJames Smart2018-02-111-51/+12
| | | * | | nvme_fc: correct abort race condition on resetsJames Smart2018-02-111-72/+26
| | | * | | nvme: Fix discard buffer overrunKeith Busch2018-02-081-3/+5
| | | * | | nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy2018-02-081-1/+0
| | | * | | nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy2018-02-082-0/+4
| | | * | | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-086-24/+25
| * | | | | Merge tag 'mmc-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2018-02-172-19/+3
| |\ \ \ \ \
| | * | | | | mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell2018-02-141-1/+2
| | * | | | | Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet2018-02-141-18/+1
| | | |_|/ / | | |/| | |