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
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
1
-5
/
+5
2011-11-23
CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0
Thomas Meyer
1
-3
/
+1
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-31
/
+64
2011-11-18
USB: convert drivers/net/* to use module_usb_driver()
Greg Kroah-Hartman
24
-312
/
+30
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2
-2
/
+4
2011-11-16
net-next:asix: V2 Update VERSION
Grant Grundler
1
-1
/
+1
2011-11-16
net-next:asix: V2 more fixes for ax88178 phy init sequence
Grant Grundler
1
-7
/
+15
2011-11-16
net-next:asix: reduce AX88772 init time by about 2 seconds
Grant Grundler
1
-5
/
+25
2011-11-16
net-next:asix:poll in asix_get_phyid in case phy not ready
Grant Grundler
1
-2
/
+10
2011-11-16
net-next:asix:PHY_MODE_RTL8211CL should be 0xC
Grant Grundler
1
-1
/
+1
2011-11-14
net/usb: Misc. fixes for the LG-VL600 LTE USB modem
Mark Kamichoff
2
-15
/
+12
2011-11-08
Fix incorrect usage of NET_IP_ALIGN
Nico Erfurth
1
-3
/
+4
2011-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+2
2011-11-07
usbnet: fix oops in usbnet_start_xmit
Konstantin Khlebnikov
1
-1
/
+2
2011-11-01
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-10-20
NET: asix: fix ethtool -e for AX88178 USB dongle
Grant Grundler
1
-0
/
+3
2011-10-08
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-1
/
+1
2011-10-05
NET: white space/coding style cleanup of asix driver
Grant Grundler
1
-71
/
+82
2011-10-05
NET: fix phy init for Asix AX88178 USB (GigE)
Grant Grundler
1
-62
/
+101
2011-10-05
NET: fix phy init for AX88772 USB ethernet
Grant Grundler
1
-54
/
+61
2011-10-03
rtl8150: removal of forward declarations.
françois romieu
1
-61
/
+50
2011-09-29
usbnet: add timestamping support
Michael Riesch
1
-0
/
+6
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-0
/
+5
2011-09-15
MII: fix Kconfig dependencies for MII
Jeff Kirsher
1
-0
/
+3
2011-09-15
ipheth: iPhone 4 Verizon CDMA USB Product ID add
Kavan Smith
1
-0
/
+5
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+38
2011-08-20
PM / Runtime: Add macro to test for runtime PM events
Alan Stern
1
-1
/
+1
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
10
-12
/
+12
2011-08-14
usbnet/cdc_ncm: Don't use stack variables for DMA
Josh Boyer
1
-9
/
+38
2011-08-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-101
/
+56
2011-08-08
rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)
huajun li
1
-1
/
+0
2011-08-08
net/usb: Add IPv6 support to the LG-VL600 LTE USB modem driver
Mark Kamichoff
1
-0
/
+19
2011-08-04
cdc_ncm: fix endianness problem.
Giuseppe Scrivano
1
-100
/
+56
2011-07-28
ASIX: Use only 11 bits of header for data size
Marek Vasut
1
-2
/
+2
2011-07-28
ASIX: Simplify condition in rx_fixup()
Marek Vasut
1
-3
/
+2
2011-07-22
ASIX: Add AX88772B USB ID
Marek Vasut
1
-0
/
+4
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+4
2011-07-12
drivers/net: static should be at beginning of declaration
Jesper Juhl
1
-6
/
+6
2011-07-08
hso: fix a use after free condition
Greg KH
1
-3
/
+4
2011-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-27
/
+25
2011-06-29
usbnet: Remove over-broad module alias from zaurus.
Dave Jones
1
-10
/
+0
2011-06-24
net: Remove unneeded version.h includes from drivers/net/
Jesper Juhl
1
-1
/
+0
2011-06-23
net/usb/kalmia: signedness bug in kalmia_bind()
Dan Carpenter
1
-1
/
+1
2011-06-23
net/usb: kalmia: Various fixes for better support of non-x86 architectures.
Marius B. Kotsbak
1
-16
/
+24
2011-06-22
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-0
/
+395
2011-06-17
net/usb: Add Samsung Kalmia driver for Samsung GT-B3730
Marius B. Kotsbak
3
-0
/
+395
2011-06-09
iph: use default get_stats
stephen hemminger
1
-11
/
+4
2011-06-02
usbnet/cdc_ncm: add missing .reset_resume hook
Stefan Metzmacher
1
-1
/
+2
[prev]
[next]