index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-18
stmicro: add more information to Kconfig
jpinto
2
-9
/
+9
2017-01-18
net/mlx5e: Support bpf_xdp_adjust_head()
Martin KaFai Lau
3
-29
/
+40
2017-01-17
net: ethoc: Make needlessly global struct ethtool_ops static
Tobias Klauser
1
-1
/
+1
2017-01-17
sfc: read back RX hash config from the NIC when querying it with ethtool -x
Edward Cree
6
-0
/
+96
2017-01-17
sfc: support setting RSS hash key through ethtool API
Edward Cree
4
-16
/
+50
2017-01-17
cxgb4: Implement ndo_get_phys_port_id for mgmt dev
Ganesh Goudar
1
-0
/
+27
2017-01-17
qed: Replace memset with eth_zero_addr
Shyam Saini
2
-5
/
+4
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
111
-743
/
+1162
2017-01-17
stmmac: add missing of_node_put
Julia Lawall
1
-0
/
+1
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-98
/
+199
2017-01-17
Merge tag 'mmc-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
4
-19
/
+23
2017-01-17
Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtd
Linus Torvalds
4
-7
/
+7
2017-01-17
net: marvell: sky2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-28
/
+40
2017-01-17
net: marvell: skge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+37
2017-01-17
net: jme: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2
-20
/
+20
2017-01-17
net: korina: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-01-17
net: mvneta: add BQL support
Marcin Wojtas
1
-3
/
+19
2017-01-17
net: mvneta: add xmit_more support
Simon Guinot
1
-3
/
+10
2017-01-16
net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
Jack Morgenstein
1
-9
/
+14
2017-01-16
net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...
Jack Morgenstein
1
-2
/
+3
2017-01-16
net/mlx4_core: Fix racy CQ (Completion Queue) free
Jack Morgenstein
1
-18
/
+20
2017-01-16
net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
Heiner Kallweit
1
-9
/
+10
2017-01-16
net/mlx5e: Fix a -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+7
2017-01-16
ipvlan: fix dev_id creation corner case.
Mahesh Bandewar
1
-0
/
+3
2017-01-16
sfc: get PIO buffer size from the NIC
Edward Cree
3
-7
/
+12
2017-01-16
sfc: allow PIO more often
Edward Cree
5
-3
/
+30
2017-01-16
cxgb4: Shutdown adapter if firmware times out or errors out
Hariprasad Shenai
4
-4
/
+64
2017-01-16
net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface types
Karicheri, Muralidharan
1
-2
/
+6
2017-01-16
be2net: fix MAC addr setting on privileged BE3 VFs
Ivan Vecera
1
-2
/
+10
2017-01-16
be2net: don't delete MAC on close on unprivileged BE3 VFs
Ivan Vecera
1
-1
/
+5
2017-01-16
be2net: fix status check in be_cmd_pmac_add()
Ivan Vecera
1
-1
/
+1
2017-01-16
cpmac: remove hopeless #warning
Arnd Bergmann
1
-1
/
+1
2017-01-16
ravb: do not use zero-length alignment DMA descriptor
Masaru Nagai
1
-0
/
+13
2017-01-16
sfc: Replace memset with eth_zero_addr
Shyam Saini
1
-1
/
+2
2017-01-16
mlx4: do not call napi_schedule() without care
Eric Dumazet
1
-1
/
+4
2017-01-16
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-18
/
+45
2017-01-16
mmc: core: Restore parts of the polling policy when switch to HS/HS DDR
Ulf Hansson
1
-13
/
+12
2017-01-16
stmmac: indent an if statement
Dan Carpenter
1
-1
/
+1
2017-01-16
synopsys: remove dwc_eth_qos driver
jpinto
5
-3030
/
+0
2017-01-15
Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-16
/
+34
2017-01-15
Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-22
/
+0
2017-01-15
Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-17
/
+25
2017-01-15
Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-66
/
+98
2017-01-15
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-12
/
+33
2017-01-15
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-41
/
+95
2017-01-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-58
/
+28
2017-01-14
Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
8
-40
/
+78
2017-01-14
Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...
David S. Miller
2
-3
/
+2
2017-01-14
cxgb4: Remove redundant memset before memcpy
Shyam Saini
1
-5
/
+0
2017-01-14
Revert "driver core: Add deferred_probe attribute to devices in sysfs"
Greg Kroah-Hartman
3
-22
/
+0
[next]