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.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
2013-08-02
ethernet: Convert mac address uses of 6 to ETH_ALEN
Joe Perches
11
-26
/
+29
2013-08-02
qlcnic: Update version to 5.2.45
Himanshu Madhani
1
-2
/
+2
2013-08-02
qlcnic: Enable mailbox interface in poll mode when interrupts are not available
Manish Chopra
1
-7
/
+11
2013-08-02
qlcnic: Replace poll mode mailbox interface with interrupt based mailbox inte...
Manish Chopra
6
-264
/
+232
2013-08-02
qlcnic: Interrupt based driver firmware mailbox mechanism
Manish Chopra
5
-21
/
+388
2013-08-02
qlcnic: Enhance diagnostic loopback error codes.
Jitendra Kalsaria
4
-19
/
+22
2013-08-02
bonding: initial RCU conversion
nikolay@redhat.com
5
-29
/
+32
2013-08-02
bonding: factor out slave id tx code and simplify xmit paths
Nikolay Aleksandrov
2
-67
/
+61
2013-08-02
bonding: simplify broadcast_xmit function
Nikolay Aleksandrov
1
-36
/
+16
2013-08-02
bonding: remove unnecessary read_locks of curr_slave_lock
nikolay@redhat.com
1
-25
/
+8
2013-08-02
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
6
-236
/
+203
2013-08-02
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-49
/
+32
2013-08-02
bnx2x: Revising locking scheme for MAC configuration
Yuval Mintz
7
-60
/
+340
2013-08-02
bonding: fix system hang due to fast igmp timer rescheduling
Nikolay Aleksandrov
1
-2
/
+2
2013-08-02
tile: support PTP using the tilegx mPIPE (IEEE 1588)
Chris Metcalf
2
-1
/
+226
2013-08-02
tile: remove deprecated NETIF_F_LLTX flag from tile drivers
Chris Metcalf
2
-2
/
+0
2013-08-02
tile: make "tile_net.custom" a proper bool module parameter
Chris Metcalf
1
-5
/
+5
2013-08-02
tile: support TSO for IPv6 in tilegx network driver
Chris Metcalf
1
-15
/
+29
2013-08-02
tile: support multiple mPIPE shims in tilegx network driver
Chris Metcalf
1
-210
/
+341
2013-08-02
tile: enable GRO in the tilegx network driver
Chris Metcalf
1
-1
/
+1
2013-08-02
tile: fix panic bug in napi support for tilegx network driver
Chris Metcalf
1
-32
/
+33
2013-08-02
tile: update dev->stats directly in tilegx network driver
Chris Metcalf
1
-21
/
+8
2013-08-02
tile: support jumbo frames in the tilegx network driver
Chris Metcalf
1
-159
/
+188
2013-08-02
tile: remove dead is_dup_ack() function from tilepro net driver
Chris Metcalf
1
-76
/
+0
2013-08-02
tile: avoid bug in tilepro net driver built with old hypervisor
Chris Metcalf
1
-3
/
+6
2013-08-02
tile: support rx_dropped/rx_errors in tilepro net driver
Chris Metcalf
1
-26
/
+15
2013-08-02
tile: set hw_features and vlan_features in setup
Chris Metcalf
2
-33
/
+25
2013-08-02
gianfar: Remove unused field grp_id from gfar_priv_grp
Claudiu Manoil
2
-4
/
+1
2013-08-01
can: flexcan: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-8
/
+20
2013-08-01
can: flexcan: Use devm_ioremap_resource()
Fabio Estevam
1
-41
/
+12
2013-08-01
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
Laurent Pinchart
1
-2
/
+3
2013-08-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
15
-334
/
+986
2013-07-31
ixgbe: add support for quad-port x520 adapter
Don Skidmore
6
-17
/
+358
2013-07-31
ixgbe: clear semaphore bits on timeouts
Emil Tantilov
1
-24
/
+21
2013-07-31
ixgbe: rename LL_EXTENDED_STATS to use queue instead of q
Jacob Keller
1
-6
/
+6
2013-07-31
ixgbe: fix lockdep annotation issue for ptp's work item
Jacob Keller
3
-12
/
+14
2013-07-31
ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidth
Jacob Keller
1
-7
/
+129
2013-07-31
PCI: Add function to obtain minimum link width and speed
Jacob Keller
1
-0
/
+43
2013-07-31
PCI: expose pcie_link_speed and pcix_bus_speed arrays
Jacob Keller
2
-2
/
+5
2013-07-31
ixgbe: fix SFF data dumps of SFP+ modules
Emil Tantilov
3
-60
/
+18
2013-07-31
ixgbe: fix semaphore lock for I2C read/writes on 82598
Emil Tantilov
4
-148
/
+182
2013-07-31
ixgbe: bump version number
Don Skidmore
1
-1
/
+1
2013-07-31
ixgbe: add new media type.
Don Skidmore
4
-7
/
+95
2013-07-31
ixgbe: fix fc autoneg ethtool reporting.
Don Skidmore
4
-16
/
+40
2013-07-31
ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned
Alexander Duyck
1
-34
/
+1
2013-07-31
ixgbe: Retain VLAN filtering in promiscuous + VT mode
Greg Rose
2
-2
/
+75
2013-07-31
net: mvneta: support big endian
Thomas Petazzoni
1
-3
/
+32
2013-07-31
net: mvneta: move the RX and TX desc macros outside of the structs
Thomas Petazzoni
1
-11
/
+15
2013-07-31
drivers: net: cpsw: Add support for set MAC address
Mugunthan V N
1
-0
/
+28
2013-07-31
tile: handle 64-bit statistics in tilepro network driver
Chris Metcalf
1
-23
/
+54
[next]