1. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  2. 64b8c8e net: cdc_ncm: cleanup a type issue in cdc_ncm_setup() by Dan Carpenter · 11 years ago
  3. 9fea037 net: cdc_ncm: remove non-standard NCM device IDs by Enrico Mioso · 11 years ago
  4. 2f69702c net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use by Enrico Mioso · 11 years ago
  5. a6fe670 net: cdc_ncm: no not set tx_max higher than the device supports by Bjørn Mork · 11 years ago
  6. 296e81f net: cdc_ncm: improve bind error debug messages by Bjørn Mork · 11 years ago
  7. 59ede31 net: cdc_ncm: return proper error if setup fails by Bjørn Mork · 11 years ago
  8. 47175e5 net: cdc_ncm: refactoring cdc_ncm_setup by Bjørn Mork · 11 years ago
  9. 986e10d net: cdc_ncm: endian convert constants instead of variables by Bjørn Mork · 11 years ago
  10. 5448d75 net: cdc_ncm: log signatures in hex by Bjørn Mork · 11 years ago
  11. ae223cd net: cdc_ncm: use netif_* and dev_* instead of pr_* by Bjørn Mork · 11 years ago
  12. a26fd05 net: cdc_ncm: log the length we warn about by Bjørn Mork · 11 years ago
  13. 43c87f7 net: cdc_ncm: set correct dev->hard_mtu by Bjørn Mork · 11 years ago
  14. 0e2c4a0 net: cdc_ncm: remove ethtool ops by Bjørn Mork · 11 years ago
  15. 085e50e net: cdc_ncm: remove probe and disconnect wrappers by Bjørn Mork · 11 years ago
  16. 4d619f6 net: cdc_ncm: no point in filling up the NTBs if we send ZLPs by Bjørn Mork · 11 years ago
  17. 9fe0234 net: cdc_ncm: only the control intf can be probed by Bjørn Mork · 11 years ago
  18. 8329223 net: cdc_ncm: remove descriptor pointers by Bjørn Mork · 11 years ago
  19. 1b5287a net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZE by Bjørn Mork · 11 years ago
  20. 6a9612e net: cdc_ncm: remove ncm_parm field by Bjørn Mork · 11 years ago
  21. f3028c5 net: cdc_ncm: remove tx_speed and rx_speed fields by Bjørn Mork · 11 years ago
  22. de5bee2 net: cdc_ncm: remove unused udev field by Bjørn Mork · 11 years ago
  23. bed6f76 net: cdc_ncm: remove redundant netdev field by Bjørn Mork · 11 years ago
  24. ff1632a net: cdc_ncm: remove redundant endpoint pointers by Bjørn Mork · 11 years ago
  25. 3e51566 net: cdc_ncm: remove redundant "intf" field by Bjørn Mork · 11 years ago
  26. 2057222 net: cdc_ncm: simplify and optimize frame padding by Bjørn Mork · 11 years ago
  27. 8a34b0a usbnet: cdc_ncm: apply usbnet_link_change by Ming Lei · 11 years ago
  28. 67a3660 net: cdc_ncm: demote "unexpected notification" to debug level by Bjørn Mork · 11 years ago
  29. 8f0923c cdc_ncm: return -ENOMEM if kzalloc fails by Devendra Naga · 11 years ago
  30. 1e8bbe6 net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility by Bjørn Mork · 11 years ago
  31. 1f84eab net: cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWAN by Bjørn Mork · 11 years ago
  32. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 11 years ago
  33. f350ca0 net: cdc_ncm: fix probing of devices with multiple control interface altsettings by Bjørn Mork · 11 years ago
  34. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 96316c5 net: cdc_ncm: add another Huawei vendor specific device by Bjørn Mork · 11 years ago
  36. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. 56a666d net: cdc_ncm: use IAD provided by the USB core by Bjørn Mork · 12 years ago
  38. 2f62d5a cdc_ncm: add support FLAG_NOARP for Infineon modem platform by Wei Shuai · 12 years ago
  39. 6b4ef60 net: cdc_ncm: fix error path for single interface probing by Bjørn Mork · 12 years ago
  40. 9992c2e net: cdc_ncm: workaround for missing CDC Union by Bjørn Mork · 12 years ago
  41. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  42. a5e4070 use generic usbnet_manage_power() by Oliver Neukum · 12 years ago
  43. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  44. bbc8d92 net: cdc_ncm: add Huawei devices by Bjørn Mork · 12 years ago
  45. 7b1e0cb net: cdc_ncm: error path lock fix by Bjørn Mork · 12 years ago
  46. 1a7c6cc net: cdc_ncm: big endian fix by Bjørn Mork · 12 years ago
  47. 90b8b03 usbnet: cdc-ncm: apply introduced usb command APIs by Ming Lei · 12 years ago
  48. bd329e1 net: cdc_ncm: do not bind to NCM compatible MBIM devices by Bjørn Mork · 12 years ago
  49. c91ce3b net: cdc_ncm: export shared symbols and definitions by Bjørn Mork · 12 years ago
  50. c78b7c5 net: cdc_ncm: refactoring for tx multiplexing by Bjørn Mork · 12 years ago
  51. ff06ab1 net: cdc_ncm: splitting rx_fixup for code reuse by Bjørn Mork · 12 years ago
  52. 75d67d3 net: cdc_ncm: process chained NDPs by Bjørn Mork · 12 years ago
  53. 38396e4 net: cdc_ncm: refactor bind preparing for MBIM support by Greg Suarez · 12 years ago
  54. 2d1c431 net: cdc_ncm: adding MBIM support to ncm_setup by Greg Suarez · 12 years ago
  55. dad957d net: cdc_ncm: workaround NTB input size firmware bug by Bjørn Mork · 12 years ago
  56. f3a1ef9 cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN by Peter Meiser · 12 years ago
  57. f94898e cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN by Dan Williams · 12 years ago
  58. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  59. d5ddb4a cdc_ncm: avoid discarding datagrams in rx path by Alexey Orishko · 12 years ago
  60. 3f658cd cdc_ncm: fix MTU and max_datagram_size handling by Alexey Orishko · 12 years ago
  61. c84ff1d cdc_ncm: reduce driver latency in the data path by Alexey Orishko · 12 years ago
  62. 517cd81 usb/cdc_ncm: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  63. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  64. bc689c9 usbnet: make ethtool_ops const by stephen hemminger · 13 years ago
  65. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  66. c796984 CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0 by Thomas Meyer · 13 years ago
  67. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  68. 75bc8ef usbnet/cdc_ncm: Don't use stack variables for DMA by Josh Boyer · 13 years ago
  69. 36c3541 cdc_ncm: fix endianness problem. by Giuseppe Scrivano · 13 years ago
  70. 95cb365 net: Remove unneeded version.h includes from drivers/net/ by Jesper Juhl · 13 years ago
  71. 85e3c65 usbnet/cdc_ncm: add missing .reset_resume hook by Stefan Metzmacher · 13 years ago
  72. 19694ac CDC NCM: release interfaces fix in unbind() by Alexey Orishko · 13 years ago
  73. 6c60408 CDC NCM: Add mising short packet in cdc_ncm driver by Alexey Orishko · 13 years ago
  74. 8c61d9d cdc_ncm: fix short packet issue on some devices by Hans Petter Selasky · 13 years ago
  75. c261344 usbnet: use eth%d name for known ethernet devices by Arnd Bergmann · 13 years ago
  76. 84e77a8 USB CDC NCM errata updates for cdc_ncm host driver by Alexey Orishko · 13 years ago
  77. f742aa8 USB CDC NCM: tx_fixup() race condition fix by Alexey Orishko · 14 years ago
  78. 9e56790 USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitialized variable. by Jesper Juhl · 14 years ago
  79. 900d495 USB CDC NCM host driver by Alexey Orishko · 14 years ago