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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-05
net: decnet: dn_nsp_in: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-05
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+2
2018-07-05
cxgb4: Fix the condition to check if the card is T5
Ganesh Goudar
1
-1
/
+1
2018-07-05
net: ethernet: sun: remove redundant variables adv and lpa and mii_reads
Colin Ian King
1
-16
/
+0
2018-07-05
Merge branch 'net-ethernet-Miscellaneous-Kconfig-and-Makefile-cleanups'
David S. Miller
5
-10
/
+12
2018-07-05
net: ethernet: sfc: Make subdir logic consistent with other vendors
Geert Uytterhoeven
2
-2
/
+3
2018-07-05
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols
Geert Uytterhoeven
3
-8
/
+8
2018-07-05
net: ethernet: Make NET_VENDOR_AURORA default to yes
Geert Uytterhoeven
1
-0
/
+1
2018-07-05
qlogic: netxen: remove various redundant variables
Colin Ian King
2
-11
/
+3
2018-07-05
Merge branch 'devlink-Add-configuration-parameters-support'
David S. Miller
10
-16
/
+1156
2018-07-05
bnxt_en: Add bnxt_en initial params table and register it.
Vasundhara Volam
4
-11
/
+147
2018-07-05
devlink: Add enable_sriov boolean generic parameter
Vasundhara Volam
2
-1
/
+9
2018-07-05
mlx4: Add support for devlink reload and load driverinit values
Moshe Shemesh
3
-3
/
+55
2018-07-05
mlx4: Add mlx4 initial parameters table and register it
Moshe Shemesh
1
-2
/
+106
2018-07-05
devlink: Add generic parameters internal_err_reset and max_macs
Moshe Shemesh
2
-1
/
+44
2018-07-05
devlink: Add devlink notifications support for params
Moshe Shemesh
3
-0
/
+59
2018-07-05
devlink: Add support for get/set driverinit value
Moshe Shemesh
2
-0
/
+95
2018-07-05
devlink: Add param set command
Moshe Shemesh
3
-0
/
+139
2018-07-05
devlink: Add param get command
Moshe Shemesh
2
-0
/
+261
2018-07-05
devlink: Add devlink_param register and unregister
Moshe Shemesh
3
-0
/
+243
2018-07-05
net/hamradio/6pack: remove redundant variable channel
Colin Ian King
1
-4
/
+1
2018-07-05
fjes: use currently unused variable my_epid and max_epid
Colin Ian King
1
-4
/
+4
2018-07-05
net: tehuti: remove redundant pointer skb
Colin Ian King
1
-2
/
+0
2018-07-05
net: socionext: remove redundant pointer ndev
Colin Ian King
1
-2
/
+0
2018-07-05
net: aquantia: Make some functions static
Wei Yongjun
1
-3
/
+3
2018-07-05
net: dsa: vsc73xx: Make some functions static
Wei Yongjun
1
-4
/
+5
2018-07-05
net: dsa: fix spelling mistake "waitting" -> "waiting"
Colin Ian King
1
-1
/
+1
2018-07-05
net: limit each hash list length to MAX_GRO_SKBS
Li RongQing
2
-34
/
+29
2018-07-05
r8169: fix runtime suspend
Heiner Kallweit
1
-8
/
+1
2018-07-05
net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()
Edward Cree
1
-5
/
+11
2018-07-05
cxgb4: Add support to read actual provisioned resources
Casey Leedom
4
-35
/
+206
2018-07-04
epic100: remove redundant variable 'irq'
Colin Ian King
1
-2
/
+0
2018-07-04
sfc: remove redundant variable old_vlan
Colin Ian King
1
-2
/
+1
2018-07-04
qed: remove redundant pointer 'name'
Colin Ian King
1
-2
/
+0
2018-07-04
ethernet: micrel: remove redundant pointer 'info'
Colin Ian King
1
-3
/
+0
2018-07-04
net: hinic: remove redundant pointer pfhwdev
Colin Ian King
1
-3
/
+0
2018-07-04
net: hns3: remove redundant variable 'protocol'
Colin Ian King
1
-2
/
+0
2018-07-04
net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idx
Colin Ian King
1
-2
/
+0
2018-07-04
net: fec: remove redundant variable 'inc'
Colin Ian King
1
-2
/
+0
2018-07-04
cnic: remove redundant pointer req and variable func
Colin Ian King
1
-4
/
+1
2018-07-04
net: bgmac: remove redundant variable 'freed'
Colin Ian King
1
-2
/
+0
2018-07-04
net: ethernet: nb8800: remove redundant pointer rxd
Colin Ian King
1
-2
/
+0
2018-07-04
net: alx: remove redundant variable old_duplex
Colin Ian King
1
-2
/
+0
2018-07-04
net: alteon: acenic: remove redundant pointer rxdesc
Colin Ian King
1
-4
/
+1
2018-07-04
net: dsa: bcm_sf2: remove redundant variable off
Colin Ian King
1
-6
/
+1
2018-07-04
Merge branch 'Scheduled-packet-Transmission-ETF'
David S. Miller
33
-75
/
+864
2018-07-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
5
-4
/
+47
2018-07-04
igb: Add support for ETF offload
Jesus Sanchez-Palencia
3
-17
/
+138
2018-07-04
igb: Only call skb_tx_timestamp after descriptors are ready
Jesus Sanchez-Palencia
1
-2
/
+2
2018-07-04
igb: Refactor igb_offload_cbs()
Jesus Sanchez-Palencia
1
-9
/
+14
[prev]
[next]