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
2011-03-08
vhost: copy_from_user -> __copy_from_user
Michael S. Tsirkin
1
-1
/
+1
2011-03-08
vhost: Cleanup vhost.c and net.c
Krishna Kumar
2
-23
/
+49
2011-03-08
s2io: fix uninitialized compile warning
Shan Wei
1
-1
/
+1
2011-03-08
bonding: COW before overwriting the destination MAC address
Changli Gao
1
-2
/
+6
2011-03-08
bonding: remove the unused dummy functions when net poll controller isn't ena...
Changli Gao
1
-8
/
+0
2011-03-08
Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2
-103
/
+178
2011-03-08
be2net: Add multicast filter capability for Lancer
Padmanabh Ratnakar
2
-2
/
+5
2011-03-08
be2net: Disarm CQ and EQ to disable interrupt in Lancer
Padmanabh Ratnakar
1
-5
/
+12
2011-03-08
be2net: Remove TX Queue stop in close
Padmanabh Ratnakar
1
-1
/
+0
2011-03-08
be2net: Change f/w command versions for Lancer
Padmanabh Ratnakar
2
-2
/
+8
2011-03-08
be2net: Add error recovery during load for Lancer
Padmanabh Ratnakar
2
-0
/
+68
2011-03-08
be2net: Checksum field valid only for TCP/UDP
Padmanabh Ratnakar
1
-3
/
+6
2011-03-08
be2net: Remove ERR compl workaround for Lancer
Padmanabh Ratnakar
2
-26
/
+9
2011-03-05
r8169: convert to new VLAN model.
Francois Romieu
2
-70
/
+49
2011-03-05
r8169: support control of advertising.
Oliver Neukum
1
-17
/
+37
2011-03-05
r8169: support the new chips for RTL8105E.
Hayes Wang
1
-2
/
+90
2011-03-04
Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
184
-3133
/
+34327
2011-03-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
184
-3133
/
+34327
2011-03-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
124
-640
/
+1062
2011-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
28
-78
/
+186
2011-03-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
3
-7
/
+2
2011-03-04
netlink: kill eff_cap from struct netlink_skb_parms
Patrick McHardy
4
-4
/
+4
2011-03-04
eql: Convert printks to pr_<level> and netdev_<level>
Joe Perches
1
-4
/
+6
2011-03-04
mii: Convert printks to netdev_info
Joe Perches
1
-7
/
+7
2011-03-04
mv643xx_eth: Use netdev_<level> and pr_<level>
Joe Perches
1
-41
/
+33
2011-03-04
tlan: Use pr_fmt, pr_<level> and netdev_<level>
Joe Perches
1
-87
/
+77
2011-03-04
tlan: Remove changelog
Joe Perches
1
-145
/
+0
2011-03-04
benet: use GFP_KERNEL allocations when possible
Eric Dumazet
1
-9
/
+9
2011-03-03
tun: Convert logging messages to pr_<level> and tun_debug
Joe Perches
1
-32
/
+51
2011-03-03
net: add Faraday FTMAC100 10/100 Ethernet driver
Po-Yu Chuang
4
-0
/
+1386
2011-03-03
r8169: disable ASPM
Stanislaw Gruszka
1
-0
/
+6
2011-03-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
27
-447
/
+547
2011-03-03
block: kill loop_mutex
Petr Uzel
1
-5
/
+0
2011-03-03
ixgbe: cleanup copyright string for 2011
Don Skidmore
24
-25
/
+26
2011-03-03
ixgbe: add function pointer for semaphore function
Don Skidmore
6
-9
/
+19
2011-03-03
ixgbe: X540 Cleanup
Greg Rose
1
-2
/
+1
2011-03-03
ixgbe: cleanup handling of I2C interface to PHY
Emil Tantilov
1
-1
/
+38
2011-03-03
ixgbe: store permanent address before initializing Rx addresses
Emil Tantilov
2
-6
/
+6
2011-03-03
ixgbe: Numerous whitespace / formatting cleanups
Emil Tantilov
3
-18
/
+15
2011-03-03
ixgbe: Specific check for 100 Full link speed
Emil Tantilov
1
-2
/
+5
2011-03-03
ixgbe: Drop unused code for setting up unicast addresses
Emil Tantilov
6
-105
/
+0
2011-03-03
ixgbe: rework ixgbe MTA handling to not drop packets
Emil Tantilov
2
-60
/
+11
2011-03-03
ixgbe: cleanup X540 PHY reset function pointer
Don Skidmore
1
-1
/
+1
2011-03-03
ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq
Emil Tantilov
3
-83
/
+95
2011-03-03
ixgbe: Fill out PCIe speed and width enums with values
Emil Tantilov
1
-11
/
+11
2011-03-03
ixgbe: add polling test to end of PHY reset
Emil Tantilov
1
-3
/
+37
2011-03-03
ixgbe: Check link wants report current link state
Emil Tantilov
1
-1
/
+10
2011-03-03
ixgbe: cleanup code in ixgbe_identify_sfp_module_generic
Emil Tantilov
1
-55
/
+94
2011-03-03
ixgbe: Add ability to double reset on failure to clear master enable
Emil Tantilov
5
-22
/
+90
2011-03-03
ixgbe: set media type for 82599 T3 LOM
Emil Tantilov
3
-11
/
+42
[next]