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
/
net
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+5
2013-11-02
net: cdc_ncm: no not set tx_max higher than the device supports
Bjørn Mork
1
-2
/
+1
2013-11-02
net: cdc_ncm: improve bind error debug messages
Bjørn Mork
1
-10
/
+26
2013-11-02
net: cdc_ncm: return proper error if setup fails
Bjørn Mork
1
-2
/
+2
2013-11-02
net: cdc_ncm: refactoring cdc_ncm_setup
Bjørn Mork
1
-64
/
+44
2013-11-02
net: cdc_ncm: endian convert constants instead of variables
Bjørn Mork
1
-2
/
+2
2013-11-02
net: cdc_ncm: log signatures in hex
Bjørn Mork
1
-4
/
+6
2013-11-02
net: cdc_ncm: use netif_* and dev_* instead of pr_*
Bjørn Mork
1
-50
/
+48
2013-11-02
net: cdc_ncm: log the length we warn about
Bjørn Mork
1
-1
/
+1
2013-11-02
net: cdc_ncm: set correct dev->hard_mtu
Bjørn Mork
1
-7
/
+2
2013-11-02
net: cdc_ncm: remove ethtool ops
Bjørn Mork
1
-26
/
+0
2013-11-02
net: cdc_ncm: remove probe and disconnect wrappers
Bjørn Mork
1
-18
/
+2
2013-11-02
net: cdc_ncm: no point in filling up the NTBs if we send ZLPs
Bjørn Mork
1
-1
/
+5
2013-11-02
net: cdc_ncm: only the control intf can be probed
Bjørn Mork
1
-6
/
+8
2013-11-02
net: cdc_ncm: remove descriptor pointers
Bjørn Mork
1
-6
/
+6
2013-11-02
net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZE
Bjørn Mork
1
-0
/
+1
2013-11-02
net: cdc_ncm: remove ncm_parm field
Bjørn Mork
1
-23
/
+23
2013-11-02
net: cdc_ncm: remove tx_speed and rx_speed fields
Bjørn Mork
1
-23
/
+14
2013-11-02
net: cdc_ncm: remove unused udev field
Bjørn Mork
1
-2
/
+0
2013-11-02
net: cdc_ncm: remove redundant netdev field
Bjørn Mork
2
-37
/
+38
2013-11-02
net: cdc_ncm: remove redundant endpoint pointers
Bjørn Mork
1
-19
/
+19
2013-11-02
net: cdc_ncm: remove redundant "intf" field
Bjørn Mork
1
-3
/
+1
2013-11-02
net: cdc_ncm: simplify and optimize frame padding
Bjørn Mork
1
-12
/
+19
2013-11-02
net: cdc_mbim: change the default to send ZLPs
Bjørn Mork
1
-11
/
+17
2013-11-02
net: cdc_mbim: handle IPv6 Neigbor Solicitations
Bjørn Mork
1
-0
/
+58
2013-10-26
ax88179_178a: Remove AX_MEDIUM_ALWAYS_ONE bit in AX_MEDIUM_STATUS_MODE regist...
Freddy Xin
1
-6
/
+5
2013-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+24
2013-10-22
ax88179_178a: Add VID:DID for Samsung USB Ethernet Adapter
Freddy Xin
1
-1
/
+18
2013-10-22
ax88179_178a: Correct the RX error definition in RX header
Freddy Xin
1
-2
/
+2
2013-10-18
net: qmi_wwan: Olivetti Olicard 200 support
Enrico Mioso
1
-0
/
+1
2013-10-17
usbnet: fix error return code in usbnet_probe()
Wei Yongjun
1
-1
/
+3
2013-10-03
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-4
/
+4
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-8
/
+23
2013-10-01
dm9601: fix IFF_ALLMULTI handling
Peter Korsgaard
1
-1
/
+1
2013-09-30
net: qmi_wwan: fix Cinterion PLXX product ID
Aleksander Morgado
1
-1
/
+1
2013-09-30
net: qmi_wwan: fix checkpatch warnings
Fabio Porcedda
1
-20
/
+36
2013-09-30
net: qmi_wwan: add Telit LE920 newer firmware support
Fabio Porcedda
1
-0
/
+1
2013-09-28
USBNET: fix handling padding packet
Ming Lei
1
-6
/
+21
2013-09-20
net: cdc-phonet: Staticize usbpn_probe
Sachin Kamat
1
-1
/
+1
2013-09-17
net: usb: cdc_ether: use usb.h macros whenever possible
Fabio Porcedda
1
-46
/
+17
2013-09-17
net: usb: cdc_ether: fix checkpatch errors and warnings
Fabio Porcedda
1
-27
/
+20
2013-09-17
net: usb: cdc_ether: Use wwan interface for Telit modules
Fabio Porcedda
1
-0
/
+5
2013-09-12
net: qmi_wwan: add new Qualcomm devices
Bjørn Mork
1
-1
/
+129
2013-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
11
-217
/
+1469
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2013-09-05
net: usbnet: update addr_assign_type if appropriate
Bjørn Mork
1
-0
/
+4
2013-09-04
drivers/net: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2013-09-04
USB2NET : SR9700 : One chip USB 1.1 USB2NET SR9700Device Driver Support
Liu Junliang
4
-0
/
+742
2013-09-03
Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-3
/
+50
2013-08-29
net: usb: Add HP hs2434 device to ZLP exception table
Rob Gardner
1
-0
/
+4
[next]