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
2019-10-16
Bluetooth: btwilink: drop superseded driver
Sebastian Reichel
3
-349
/
+0
2019-10-16
Revert "Bluetooth: hci_ll: set operational frequency earlier"
Adam Ford
1
-21
/
+18
2019-10-16
Bluetooth: btusb: Use IS_ENABLED instead of #ifdef
Marcel Holtmann
1
-15
/
+7
2019-10-16
Bluetooth: btusb: avoid unused function warning
Arnd Bergmann
1
-3
/
+2
2019-10-16
Bluetooth: btusb: print FW version after FW download
Amit K Bag
1
-0
/
+7
2019-10-16
Bluetooth: btrtl: Fix an issue for the incorrect error return code.
Max Chou
1
-1
/
+1
2019-10-16
Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()'
Christophe JAILLET
1
-1
/
+1
2019-10-15
net: bcmgenet: Add a shutdown callback
Florian Fainelli
1
-0
/
+6
2019-10-15
net: phylink: use more linkmode_*
Russell King
1
-5
/
+2
2019-10-15
net: bcmgenet: Generate a random MAC if none is valid
Florian Fainelli
1
-9
/
+8
2019-10-15
mlxsw: spectrum: Add support for 400Gbps (50Gbps per lane) link modes
Jiri Pirko
2
-10
/
+43
2019-10-15
ethtool: Add support for 400Gbps (50Gbps per lane) link modes
Jiri Pirko
1
-1
/
+9
2019-10-15
net: dsa: sja1105: Switch to scatter/gather API for SPI
Vladimir Oltean
2
-81
/
+85
2019-10-15
net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer
Vladimir Oltean
1
-33
/
+15
2019-10-15
net: b44: remove redundant assignment to variable reg
Colin Ian King
1
-3
/
+0
2019-10-14
net: dsa: sja1105: Change the PTP command access pattern
Vladimir Oltean
3
-12
/
+18
2019-10-14
net: dsa: sja1105: Move PTP data to its own private structure
Vladimir Oltean
4
-296
/
+335
2019-10-14
net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
Vladimir Oltean
5
-36
/
+37
2019-10-14
net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info
Vladimir Oltean
1
-15
/
+14
2019-10-13
Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...
David S. Miller
18
-36
/
+52
2019-10-11
netdevsim: implement couple of testing devlink health reporters
Jiri Pirko
4
-3
/
+354
2019-10-11
devlink: propagate extack down to health reporter ops
Jiri Pirko
4
-11
/
+22
2019-10-11
net: usb: ax88179_178a: write mac to hardware in get_mac_addr
Peter Fink
1
-0
/
+3
2019-10-11
net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs
Andrew Jeffery
1
-10
/
+40
2019-10-11
mac80211_hwsim: add support for OCB
Ramon Fontes
1
-2
/
+4
2019-10-11
mac80211_hwsim: add more 5GHz channels, 5/10 MHz support
Ramon Fontes
1
-2
/
+26
2019-10-10
ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO
Mahesh Bandewar
1
-2
/
+2
2019-10-10
ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-09
team: call RCU read lock when walking the port_list
Hangbin Liu
1
-1
/
+4
2019-10-09
net: stmmac: Remove break after a return
Tiezhu Yang
1
-2
/
+0
2019-10-09
net/ethernet: xgmac don't set .driver twice
Ben Dooks
1
-1
/
+1
2019-10-09
net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back
Biao Huang
1
-0
/
+27
2019-10-09
net: stmmac: add flexible PPS to dwmac 4.10a
Antonio Borneo
1
-0
/
+1
2019-10-09
Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Jakub Kicinski
1
-0
/
+127
2019-10-08
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
1
-3
/
+0
2019-10-08
net: hns3: support tx-scatter-gather-fraglist feature
Yunsheng Lin
2
-93
/
+168
2019-10-08
net: hns3: add support for configuring VF MAC from the host
Huazhong Tan
6
-8
/
+158
2019-10-08
net: hns3: add support for configuring bandwidth of VF on the host
Yonglong Liu
8
-2
/
+280
2019-10-08
net: hns3: add support for setting VF trust
Jian Shen
9
-40
/
+129
2019-10-08
net: hns3: add support for spoof check setting
Jian Shen
6
-9
/
+140
2019-10-08
net: hns3: add support for setting VF link status on the host
Yufeng Mo
5
-1
/
+111
2019-10-08
tun: fix memory leak in error path
Eric Dumazet
1
-2
/
+12
2019-10-08
netdevsim: fix spelling mistake "forbidded" -> "forbid"
Colin Ian King
1
-1
/
+1
2019-10-08
net: phy: mscc: make arrays static, makes object smaller
Colin Ian King
1
-7
/
+7
2019-10-08
nfp: bpf: make array exp_mask static, makes object smaller
Colin Ian King
1
-1
/
+1
2019-10-08
spi: Add a PTP system timestamp to the transfer structure
Vladimir Oltean
1
-0
/
+127
2019-10-07
dpaa2-eth: Avoid unbounded while loops
Ioana Radulescu
2
-6
/
+34
2019-10-07
dpaa2-eth: Fix minor bug in ethtool stats reporting
Ioana Radulescu
1
-1
/
+1
2019-10-07
dpaa2-eth: Cleanup dead code
Ioana Radulescu
1
-7
/
+0
2019-10-07
net: hns3: make array tick_array static, makes object smaller
Colin Ian King
1
-1
/
+1
[next]