index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
nfp: flower: add Kconfig for flower app
Jakub Kicinski
3
-2
/
+18
2017-06-27
nfp: allocate a private workqueue for driver work
Jakub Kicinski
3
-1
/
+14
2017-06-27
nfp: reorder SR-IOV config and nfp_app SR-IOV callbacks
Jakub Kicinski
2
-23
/
+27
2017-06-27
nfp: handle SR-IOV already enabled when driver is probing
Jakub Kicinski
1
-0
/
+8
2017-06-27
nfp: wire get_phys_port_name on representors
Jakub Kicinski
2
-7
/
+24
2017-06-27
nfp: allow converting representor's netdev into nfp_port
Jakub Kicinski
3
-6
/
+21
2017-06-27
nfp: move representors' struct net_device_ops to shared code
Jakub Kicinski
6
-39
/
+68
2017-06-27
nfp: make the representor get stats app-independent
Jakub Kicinski
3
-26
/
+22
2017-06-27
nfp: spawn nfp_ports for PF and VF ports
Jakub Kicinski
2
-4
/
+35
2017-06-27
nfp: add nfp_app cleanup callback and make flower use it
Jakub Kicinski
3
-14
/
+26
2017-06-27
nfp: remove unused nfp_cpp_area_check_range()
Jakub Kicinski
2
-23
/
+0
2017-06-27
nfp: add helper for mapping runtime symbols
Jakub Kicinski
3
-28
/
+39
2017-06-27
nfp: move area mapping helper into nfpcore
Jakub Kicinski
4
-54
/
+84
2017-06-27
nfp: explicitly check if application FW is loaded
Jakub Kicinski
1
-4
/
+7
2017-06-27
vxlan: fix incorrect nlattr access in MTU check
Matthias Schiffer
1
-1
/
+1
2017-06-26
net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Colin Ian King
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
16
-17
/
+33
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
8
-13
/
+21
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
18
-25
/
+39
2017-06-25
net: macb: add fixed-link node support
Michael Grzeschik
2
-39
/
+60
2017-06-25
Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...
David S. Miller
145
-1734
/
+5601
2017-06-25
net: qcom/emac: add support for emulation systems
Timur Tabi
1
-2
/
+21
2017-06-25
net: qcom/emac: do not reset the EMAC during initialization
Timur Tabi
1
-2
/
+0
2017-06-25
net: qcom/emac: add shutdown function
Timur Tabi
1
-0
/
+14
2017-06-25
net: dsa: mv88e6xxx: fix error code in mv88e6390_serdes_power()
Dan Carpenter
1
-1
/
+1
2017-06-25
nfp: add VF and PF representors to flower app
Simon Horman
1
-2
/
+83
2017-06-25
nfp: add flower app
Simon Horman
4
-0
/
+300
2017-06-25
nfp: add support for control messages for flower app
Simon Horman
5
-3
/
+281
2017-06-25
nfp: add support for tx/rx with metadata portid
Simon Horman
2
-6
/
+52
2017-06-25
nfp: provide nfp_port to of nfp_net_get_mac_addr()
Simon Horman
3
-15
/
+15
2017-06-25
nfp: app callbacks for SRIOV
Simon Horman
2
-5
/
+55
2017-06-25
nfp: add stats and xmit helpers for representors
Simon Horman
2
-1
/
+226
2017-06-25
nfp: general representor implementation
Simon Horman
5
-0
/
+287
2017-06-25
nfp: map mac_stats and vf_cfg BARs
Simon Horman
5
-33
/
+164
2017-06-25
nfp: move physical port init into a helper
Jakub Kicinski
3
-17
/
+34
2017-06-25
nfp: devlink add support for getting eswitch mode
Jakub Kicinski
2
-0
/
+33
2017-06-23
net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode
Florian Fainelli
1
-11
/
+5
2017-06-23
net: bcmgenet: Remove special handling of "internal" phy-mode
Florian Fainelli
1
-16
/
+8
2017-06-23
Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
11
-98
/
+528
2017-06-23
cxgb4: Use Firmware params to get buffer-group map
Arjun Vynipadath
3
-18
/
+101
2017-06-23
cxgb4: Update T6 Buffer Group and Channel Mappings
Arjun Vynipadath
3
-18
/
+80
2017-06-23
net: ena: update ena driver to version 1.2.0
Netanel Belgazal
1
-3
/
+3
2017-06-23
net: ena: update driver's rx drop statistics
Netanel Belgazal
1
-0
/
+9
2017-06-23
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
Netanel Belgazal
1
-2
/
+2
2017-06-23
net: ena: separate skb allocation to dedicated function
Netanel Belgazal
1
-17
/
+27
2017-06-23
net: ena: use napi_schedule_irqoff when possible
Netanel Belgazal
1
-1
/
+1
2017-06-23
net: ena: allow the driver to work with small number of msix vectors
Netanel Belgazal
2
-20
/
+51
2017-06-23
net: ena: add support for out of order rx buffers refill
Netanel Belgazal
4
-17
/
+83
2017-06-23
net: ena: add reset reason for each device FLR
Netanel Belgazal
5
-6
/
+54
[next]