index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2019-06-27
net/mlx5e: Add XSK zero-copy support
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Move queue param structs to en/params.h
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Encapsulate open/close queues into a function
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Consider XSK in XDP MTU limit calculation
Maxim Mikityanskiy
2019-06-27
net/mlx5e: XDP_TX from UMEM support
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Share the XDP SQ for XDP_TX between RQs
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Refactor struct mlx5e_xdp_info
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Allow ICO SQ to be used by multiple RQs
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Calculate linear RX frag size considering XSK
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
Maxim Mikityanskiy
2019-06-27
xsk: Return the whole xdp_desc from xsk_umem_consume_tx
Maxim Mikityanskiy
2019-06-27
net/mlx5e: Attach/detach XDP program safely
Maxim Mikityanskiy
2019-06-25
veth: Support bulk XDP_TX
Toshiaki Makita
2019-06-23
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
2019-06-23
net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lock
Rasmus Villemoes
2019-06-23
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
2019-06-22
hinic: fix dereference of pointer hwdev before it is null checked
Colin Ian King
2019-06-22
net: dsa: mt7530: Add MT7621 TRGMII mode support
René van Dorst
2019-06-22
net: ethernet: mediatek: Add MT7621 TRGMII mode support
René van Dorst
2019-06-22
fjes: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-21
r8169: don't activate ASPM in chip if OS can't control ASPM
Heiner Kallweit
2019-06-21
PCI: let pci_disable_link_state propagate errors
Heiner Kallweit
2019-06-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-06-21
Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-06-21
Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-06-21
Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-06-21
Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
2019-06-21
Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-06-21
Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-06-21
Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
2019-06-20
Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-06-20
Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
2019-06-20
Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-06-20
Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2019-06-20
habanalabs: use u64_to_user_ptr() for reading user pointers
Arnd Bergmann
2019-06-19
net: stmmac: initialize the reset delay array
Martin Blumenstingl
2019-06-19
net: mvpp2: debugfs: Add pmap to fs dump
Nathan Huckleberry
2019-06-19
net: hns3: Fix inconsistent indenting
Krzysztof Kozlowski
2019-06-19
Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-06-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-06-19
Merge tag 'thunderbolt-fixes-for-v5.2-rc6' of git://git.kernel.org/pub/scm/li...
Greg Kroah-Hartman
2019-06-19
xdp: tracking page_pool resources and safe removal
Jesper Dangaard Brouer
2019-06-19
mlx5: more strict use of page_pool API
Jesper Dangaard Brouer
2019-06-19
page_pool: introduce page_pool_free and use in mlx5
Jesper Dangaard Brouer
2019-06-19
veth: use xdp_release_frame for XDP_PASS
Jesper Dangaard Brouer
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507
Thomas Gleixner
[next]