index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
dpaa2-eth: Allow XDP header adjustments
Ioana Ciocoi Radulescu
1
-3
/
+40
2018-11-28
dpaa2-eth: Add basic XDP support
Ioana Ciocoi Radulescu
2
-1
/
+194
2018-11-27
bnx2x: Add storm FW version to ethtool driver query output.
Sudarsana Reddy Kalluru
1
-0
/
+6
2018-11-27
bnx2x: Add MBI version to ethtool driver query output.
Sudarsana Reddy Kalluru
2
-1
/
+28
2018-11-27
r8169: remove unneeded mmiowb barriers
Heiner Kallweit
1
-7
/
+1
2018-11-27
net: hns3: Config NIC port speed same as that of optical module
Peng Li
3
-60
/
+49
2018-11-27
qed: Add support for MBI upgrade over MFW.
Sudarsana Reddy Kalluru
4
-34
/
+40
2018-11-27
qede: Update link status only when interface is ready.
Sudarsana Reddy Kalluru
2
-2
/
+7
2018-11-27
qede: Simplify the usage of qede-flags.
Sudarsana Reddy Kalluru
3
-8
/
+11
2018-11-27
qed: Display port_id in the UFP debug messages.
Sudarsana Reddy Kalluru
1
-7
/
+13
2018-11-27
net: usb: aqc111: Extend cdc_ether blacklist
Dmitry Bezrukov
1
-0
/
+26
2018-11-27
net: usb: aqc111: Add ASIX's HW ids
Dmitry Bezrukov
1
-0
/
+40
2018-11-27
net: usb: aqc111: Add support for wake on LAN by MAGIC packet
Dmitry Bezrukov
2
-0
/
+192
2018-11-27
net: usb: aqc111: Implement get/set_link_ksettings callbacks
Dmitry Bezrukov
1
-0
/
+124
2018-11-27
net: usb: aqc111: Initialize ethtool_ops structure
Dmitry Bezrukov
1
-0
/
+28
2018-11-27
net: usb: aqc111: Add RX VLAN filtering support
Dmitry Bezrukov
2
-1
/
+90
2018-11-27
net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offload
Dmitry Bezrukov
2
-1
/
+28
2018-11-27
net: usb: aqc111: Implement set_rx_mode callback
Dmitry Bezrukov
2
-5
/
+71
2018-11-27
net: usb: aqc111: Add support for TSO
Dmitry Bezrukov
2
-2
/
+12
2018-11-27
net: usb: aqc111: Add support for enable/disable checksum offload
Dmitry Bezrukov
2
-1
/
+45
2018-11-27
net: usb: aqc111: Add support for changing MTU
Dmitry Bezrukov
1
-1
/
+59
2018-11-27
net: usb: aqc111: Add checksum offload support
Dmitry Bezrukov
2
-2
/
+52
2018-11-27
net: usb: aqc111: Implement RX data path
Dmitry Bezrukov
2
-0
/
+117
2018-11-27
net: usb: aqc111: Implement TX data path
Dmitry Bezrukov
2
-0
/
+80
2018-11-27
net: usb: aqc111: Add support for getting and setting of MAC address
Dmitry Bezrukov
2
-0
/
+48
2018-11-27
net: usb: aqc111: Introduce link management
Dmitry Bezrukov
2
-0
/
+248
2018-11-27
net: usb: aqc111: Introduce PHY access
Dmitry Bezrukov
2
-0
/
+98
2018-11-27
net: usb: aqc111: Various callbacks implementation
Dmitry Bezrukov
2
-0
/
+177
2018-11-27
net: usb: aqc111: Add implementation of read and write commands
Dmitry Bezrukov
2
-0
/
+110
2018-11-27
net: usb: aqc111: Add bind and empty unbind callbacks
Dmitry Bezrukov
1
-0
/
+35
2018-11-27
net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbE
Dmitry Bezrukov
3
-0
/
+61
2018-11-27
mlxsw: spectrum: Flip driver to use emulated 802.1Q FIDs
Ido Schimmel
3
-8
/
+10
2018-11-27
mlxsw: spectrum_router: Introduce emulated VLAN RIFs
Ido Schimmel
1
-0
/
+9
2018-11-27
mlxsw: spectrum_fid: Introduce emulated 802.1Q FIDs
Ido Schimmel
1
-0
/
+33
2018-11-27
mlxsw: spectrum_fid: Make flood index calculation more robust
Ido Schimmel
1
-1
/
+1
2018-11-27
mlxsw: spectrum_switchdev: Do not set field when it is reserved
Ido Schimmel
3
-1
/
+10
2018-11-27
net: aquantia: return 'err' if set MPI_DEINIT state fails
YueHaibing
1
-0
/
+2
2018-11-26
virtio_ring: advertize packed ring layout
Tiwei Bie
1
-0
/
+2
2018-11-26
virtio_ring: disable packed ring on unsupported transports
Tiwei Bie
3
-0
/
+40
2018-11-26
virtio_ring: leverage event idx in packed ring
Tiwei Bie
1
-6
/
+71
2018-11-26
virtio_ring: introduce packed ring support
Tiwei Bie
1
-30
/
+870
2018-11-26
virtio_ring: cache whether we will use DMA API
Tiwei Bie
1
-4
/
+8
2018-11-26
virtio_ring: extract split ring handling from ring creation
Tiwei Bie
1
-99
/
+121
2018-11-26
virtio_ring: allocate desc state for split ring separately
Tiwei Bie
1
-18
/
+27
2018-11-26
virtio_ring: introduce helper for indirect feature
Tiwei Bie
1
-3
/
+13
2018-11-26
virtio_ring: introduce debug helpers
Tiwei Bie
1
-22
/
+27
2018-11-26
virtio_ring: put split ring fields in a sub struct
Tiwei Bie
1
-65
/
+91
2018-11-26
virtio_ring: put split ring functions together
Tiwei Bie
1
-254
/
+271
2018-11-26
virtio_ring: add _split suffix for split ring functions
Tiwei Bie
1
-96
/
+155
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-59
/
+55
[next]