index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
10
-39
/
+45
2019-04-26
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...
David S. Miller
1
-0
/
+8
2019-04-26
net: hns3: remove reset after command send failed
Weihang Li
1
-10
/
+0
2019-04-26
net: hns3: prevent double free in hns3_put_ring_config()
Huazhong Tan
1
-5
/
+5
2019-04-26
net: hns3: extend the loopback state acquisition time
liuzhongzhu
1
-2
/
+2
2019-04-26
net: hns3: fix pause configure fail problem
Huazhong Tan
1
-1
/
+4
2019-04-26
net: hns3: not reset TQP in the DOWN while VF resetting
Huazhong Tan
1
-2
/
+4
2019-04-26
net: hns3: use a reserved byte to identify need_resp flag
Huazhong Tan
3
-5
/
+9
2019-04-26
net: hns3: use atomic_t replace u32 for arq's count
Huazhong Tan
3
-5
/
+6
2019-04-26
net: hns3: stop sending keep alive msg when VF command queue needs reinit
Huazhong Tan
1
-1
/
+1
2019-04-26
net: hns3: handle the BD info on the last BD of the packet
Yunsheng Lin
1
-18
/
+20
2019-04-26
net: hns3: fix for TX clean num when cleaning TX BD
Yunsheng Lin
1
-1
/
+2
2019-04-26
net: hns3: fix data race between ring->next_to_clean
Yunsheng Lin
2
-5
/
+16
2019-04-26
nfp: implement PCI driver shutdown callback
Dirk van der Merwe
2
-5
/
+30
2019-04-26
NFC: st95hf: remove set but not used variables 'dev, nfcddev'
YueHaibing
1
-4
/
+0
2019-04-26
net: phy: improve genphy_soft_reset
Heiner Kallweit
1
-2
/
+14
2019-04-26
usbnet: ipheth: Simplify device detection
Guenter Roeck
1
-55
/
+3
2019-04-26
cnic: Refactor code and mark expected switch fall-through
Gustavo A. R. Silva
1
-7
/
+6
2019-04-26
cxgb4/cxgb4vf_main: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-04-26
wimax/i2400m/control: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-04-26
amd-xgbe: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-3
/
+3
2019-04-26
s390/qeth: trust non-IP cast type in qeth_l3_fill_header()
Julian Wiedmann
1
-8
/
+3
2019-04-26
s390/qeth: extract helper to determine L2 cast type
Julian Wiedmann
3
-18
/
+14
2019-04-26
s390/qeth: cache max number of available buffer elements
Julian Wiedmann
3
-24
/
+22
2019-04-26
s390/qeth: don't clear Output buffers on every queue init
Julian Wiedmann
1
-6
/
+2
2019-04-26
s390/qeth: use IS_* helpers for checking device type
Julian Wiedmann
7
-78
/
+54
2019-04-26
s390/qeth: clean up stale buffer state documentation
Julian Wiedmann
1
-28
/
+13
2019-04-26
s390/qeth: remove RX seqno in skb->cb
Julian Wiedmann
2
-3
/
+0
2019-04-26
s390: qeth: address type mismatch warning
Arnd Bergmann
1
-3
/
+7
2019-04-26
mac80211_hwsim: Extended Key ID support
Alexander Wetzel
1
-0
/
+6
2019-04-26
mac80211_hwsim: set p2p device interface support indication
Avraham Stern
1
-0
/
+2
2019-04-26
netdevsim: implement ndo_get_devlink_port
Jiri Pirko
1
-0
/
+8
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
6
-118
/
+85
2019-04-26
netdevsim: extend device attrs to support port addition and deletion
Jiri Pirko
3
-4
/
+92
2019-04-26
netdevsim: implement dev probe/remove skeleton with port initialization
Jiri Pirko
4
-30
/
+160
2019-04-26
netdevsim: change debugfs tree topology
Jiri Pirko
3
-15
/
+11
2019-04-26
netdevsim: generate random switch id instead of using dev id
Jiri Pirko
3
-2
/
+5
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
5
-115
/
+116
2019-04-26
netdevsim: rename dev_init/exit() functions and make them independent on ns
Jiri Pirko
3
-28
/
+30
2019-04-26
netdevsim: add bus attributes to add new and delete devices
Jiri Pirko
3
-4
/
+99
2019-04-26
netdevsim: use ida for bus device ids
Jiri Pirko
1
-3
/
+10
2019-04-26
netdevsim: add stub netdevsim driver implementation
Jiri Pirko
1
-1
/
+20
2019-04-26
netdevsim: move device registration and related code to bus.c
Jiri Pirko
4
-163
/
+207
2019-04-26
netdevsim: put netdevsim bus code into separate file
Jiri Pirko
4
-13
/
+38
2019-04-26
netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items
Jiri Pirko
4
-59
/
+56
2019-04-26
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
4
-202
/
+124
2019-04-26
netdevsim: move device registration on bus to be done earlier in init
Jiri Pirko
1
-13
/
+13
2019-04-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
11
-44
/
+1205
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
91
-245
/
+470
2019-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-33
/
+81
[next]