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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
enic: Add support for new fw devcmds for port profile handling
Roopa Prabhu
3
-49
/
+111
2011-03-31
via-rhine: trivial sparse annotation in vlan_tci helper
Harvey Harrison
1
-1
/
+1
2011-03-31
smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>
Joe Perches
2
-159
/
+155
2011-03-31
be2net: remove one useless line
Sathya Perla
1
-1
/
+0
2011-03-31
be2net: cancel be_worker in be_shutdown() even when i/f is down
Sathya Perla
1
-2
/
+1
2011-03-31
be2net: remove redundant code in be_worker()
Sathya Perla
1
-5
/
+3
2011-03-31
be2net: parse vid and vtm fields of rx-compl only if vlanf bit is set
Sathya Perla
1
-11
/
+23
2011-03-31
be2net: refactor code that decides adapter->num_rx_queues
Sathya Perla
2
-35
/
+39
2011-03-31
be2net: Support for FAT dump retrieval using ethtool --register-dump option
Somnath Kotur
4
-0
/
+153
2011-03-31
net/r8169: support RTL8168E
hayeswang
1
-5
/
+207
2011-03-31
net/r8169: add a new chip for RTL8168DP
hayeswang
1
-22
/
+76
2011-03-31
net/r8169: add a new chip for RTL8105
hayeswang
1
-0
/
+1
2011-03-30
Atheros, atl2: Fix mem leaks in error paths of atl2_set_eeprom
Jesper Juhl
1
-8
/
+14
2011-03-30
net/usb: Ethernet quirks for the LG-VL600 4G modem
Andrzej Zaborowski
5
-9
/
+384
2011-03-30
phylib: phy_attach_direct: phy_init_hw can fail, add cleanup
Marc Kleine-Budde
1
-2
/
+6
2011-03-30
via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()
Ben Hutchings
1
-6
/
+6
2011-03-30
via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variable
Ben Hutchings
1
-67
/
+15
2011-03-29
Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+7
2011-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
15
-61
/
+85
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
4
-8
/
+7
2011-03-29
netdev: bfin_mac: document TE setting in RMII modes
Mike Frysinger
1
-2
/
+11
2011-03-29
drivers net: Fix declaration ordering in inline functions.
Balaji G
1
-1
/
+1
2011-03-29
cxgb3: Apply interrupt coalescing settings to all queues
Anton Blanchard
1
-4
/
+10
2011-03-28
net: fix ethtool->set_flags not intended -EINVAL return value
Stanislaw Gruszka
5
-7
/
+7
2011-03-28
mlx4_en: Fix loss of promiscuity
Herbert Xu
1
-0
/
+3
2011-03-28
tg3: Fix inline keyword usage
Javier Martinez Canillas
1
-1
/
+1
2011-03-28
tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce...
Javier Martinez Canillas
1
-2
/
+2
2011-03-28
net: use CHECKSUM_NONE instead of magic number
Cesar Eduardo Barros
1
-1
/
+1
2011-03-28
Net / jme: Do not use legacy PCI power management
Rafael J. Wysocki
1
-14
/
+16
2011-03-28
myri10ge: small rx_done refactoring
Stanislaw Gruszka
1
-14
/
+23
2011-03-28
can: c_can: Fix tx_bytes accounting
Jan Altenberg
1
-1
/
+1
2011-03-28
can: c_can_platform: fix irq check in probe
Marc Kleine-Budde
1
-4
/
+5
2011-03-28
can: c_can: disable one shot mode until driver is fixed
Marc Kleine-Budde
1
-10
/
+4
2011-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
42
-258
/
+1644
2011-03-25
net: fix pch_gbe section mismatch warning
Randy Dunlap
1
-3
/
+3
2011-03-24
mlx4_en: Removing HW info from ethtool -i report.
Yevgeny Petrilin
1
-14
/
+1
2011-03-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-2
/
+7
2011-03-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-0
/
+3
2011-03-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...
Linus Torvalds
2
-2
/
+4
2011-03-24
rapidio: modify subsystem and driver initialization sequence
Alexandre Bounine
1
-1
/
+1
2011-03-24
rapidio: modify configuration to support PCI-SRIO controller
Alexandre Bounine
1
-2
/
+2
2011-03-24
Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...
David S. Miller
2
-2
/
+18
2011-03-24
drivers/net/a2065.c: Convert release_resource to release_region/release_mem_r...
Julia Lawall
1
-5
/
+5
2011-03-24
drivers/net/ariadne.c: Convert release_resource to release_region/release_mem...
Julia Lawall
1
-5
/
+5
2011-03-23
bonding: fix rx_handler locking
Jiri Pirko
2
-25
/
+32
2011-03-23
myri10ge: fix rmmod crash
Stanislaw Gruszka
1
-0
/
+1
2011-03-23
mlx4_en: updated driver version to 1.5.4.1
Yevgeny Petrilin
1
-2
/
+2
2011-03-23
mlx4_en: Using blue flame support
Yevgeny Petrilin
3
-22
/
+64
2011-03-23
mlx4_core: reserve UARs for userspace consumers
Eli Cohen
1
-0
/
+8
2011-03-23
mlx4_core: maintain available field in bitmap allocator
Eli Cohen
2
-0
/
+15
[next]