index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: macb: Adjust tx_clk when link speed changes
Soren Brinkmann
2013-12-10
2
-0
/
+65
*
net: macb: Use devm_request_irq()
Soren Brinkmann
2013-12-10
1
-5
/
+3
*
net: macb: Use devm_ioremap()
Soren Brinkmann
2013-12-10
1
-5
/
+3
*
net: macb: Migrate to devm clock interface
Soren Brinkmann
2013-12-10
1
-12
/
+20
*
net: macb: Migrate to dev_pm_ops
Soren Brinkmann
2013-12-10
1
-7
/
+7
*
atm: solos-pci: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-2
/
+0
*
atm: he: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-1
/
+0
*
net: ieee802154: remove unnecessary spi_set_drvdata()
Jingoo Han
2013-12-10
2
-3
/
+0
*
net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()
Jingoo Han
2013-12-10
1
-2
/
+0
*
net: vmxnet3: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-1
/
+0
*
net: fddi: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-1
/
+0
*
net: hippi: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-4
/
+1
*
virtio_net: spelling fixes
stephen hemminger
2013-12-10
1
-2
/
+2
*
virtio_net: remove unused parameter to send_command
stephen hemminger
2013-12-10
1
-21
/
+13
*
Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...
David S. Miller
2013-12-10
1
-0
/
+5
*
Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"
David S. Miller
2013-12-10
1
-0
/
+5
*
sh_eth: add R8A7791 support
Sergei Shtylyov
2013-12-10
2
-4
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2013-12-10
16
-136
/
+453
|
\
|
*
igb: Start temperature sensor attribute index with 1
Guenter Roeck
2013-12-10
1
-4
/
+4
|
*
igb: Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-12-10
2
-55
/
+53
|
*
igb: Add new feature Media Auto Sense for 82580 devices only
Carolyn Wyborny
2013-12-10
6
-0
/
+226
|
*
igb: Support ports mapped in 64-bit PCI space
Aaron Sierra
2013-12-10
1
-7
/
+3
|
*
igb: Add media switching feature for i354 PHY's
Carolyn Wyborny
2013-12-10
5
-0
/
+96
|
*
ixgbe: Focus config of head, tail ntc, and ntu all into a single function
Don Skidmore
2013-12-10
2
-40
/
+19
|
*
ixgbevf: update Kconfig description
Jacob Keller
2013-12-10
1
-4
/
+4
|
*
i40e: Bump version number
Catherine Sullivan
2013-12-10
1
-1
/
+1
|
*
i40e: remove and fix confusing define name
Jesse Brandeburg
2013-12-10
1
-4
/
+17
|
*
i40e: complain about out-of-range descriptor request
Shannon Nelson
2013-12-10
1
-9
/
+13
|
*
i40e: loopback info and set loopback fix
Kamil Krawczyk
2013-12-10
3
-4
/
+6
|
*
i40e: restrict diag test messages
Shannon Nelson
2013-12-10
1
-9
/
+12
*
|
bgmac: start/stop PHY on netdev open/stop
Rafał Miłecki
2013-12-10
1
-0
/
+4
*
|
mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...
Jack Morgenstein
2013-12-09
10
-20
/
+32
|
/
*
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
2013-12-09
2
-138
/
+64
*
net: sh_eth: do not issue a wild PHY reset through BMCR
Florian Fainelli
2013-12-09
1
-1
/
+4
*
net: tc35815: use phy_init_hw for PHY reset
Florian Fainelli
2013-12-09
1
-11
/
+4
*
net: pxa168_eth: use phy_init_hw for PHY reset
Florian Fainelli
2013-12-09
1
-19
/
+1
*
net: mv643xx_eth: use phy_init_hw to reset PHY
Florian Fainelli
2013-12-09
1
-20
/
+1
*
net: phy: consolidate PHY reset in phy_init_hw()
Florian Fainelli
2013-12-09
2
-3
/
+58
*
net: bfin_mac: do not reset PHY after phy_start()
Florian Fainelli
2013-12-09
1
-1
/
+0
*
net: greth: use phy_read_status()
Florian Fainelli
2013-12-09
1
-1
/
+1
*
net: phy: use phy_init_hw instead of open-coding it
Florian Fainelli
2013-12-09
1
-5
/
+2
*
net: phy: report link partner features through ethtool
Florian Fainelli
2013-12-09
2
-0
/
+7
*
tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()
Zhi Yong Wu
2013-12-09
1
-5
/
+0
*
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
Zhi Yong Wu
2013-12-09
1
-5
/
+0
*
xen-netback: improve guest-receive-side flow control
Paul Durrant
2013-12-09
3
-185
/
+106
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-09
15
-137
/
+231
|
\
|
*
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
2013-12-06
1
-3
/
+3
|
*
net: mvneta: Fix incorrect DMA unmapping size
Ezequiel Garcia
2013-12-06
1
-2
/
+2
|
*
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
2013-12-06
1
-0
/
+5
|
*
virtio-net: determine type of bufs correctly
Andrey Vagin
2013-12-06
1
-3
/
+3
[next]