1. 85aec73 tg3: avoid double-freeing of rx data memory by Ivan Vecera · 11 years ago
  2. b0db7b0 phy: Add MOXA MDIO driver by Jonas Jensen · 11 years ago
  3. 7395832 bonding: extend round-robin mode with packets_per_slave by Nikolay Aleksandrov · 11 years ago
  4. 6fb392b qeth: avoid buffer overflow in snmp ioctl by Ursula Braun · 11 years ago
  5. 17102f8 net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  6. c1fcbaa smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  7. acec6d7 smsc9420: Use netif_<level> by Joe Perches · 11 years ago
  8. f5ba0b0 jme: Remove unused #define PFX by Joe Perches · 11 years ago
  9. 9bb8ca8 virtio-net: switch to use XPS to choose txq by Jason Wang · 11 years ago
  10. 1cce16d net: mv643xx_eth: Add missing phy_addr_set in DT mode by Jason Gunthorpe · 11 years ago
  11. 9fea037 net: cdc_ncm: remove non-standard NCM device IDs by Enrico Mioso · 11 years ago
  12. 41c47d8 net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver by Enrico Mioso · 11 years ago
  13. 2f69702c net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use by Enrico Mioso · 11 years ago
  14. cfce0a2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  15. ba27524 virtio-net: coalesce rx frags when possible during rx by Jason Wang · 11 years ago
  16. e50fddc vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  17. 13521a5 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  18. 146f3ef net/mlx4_core: Implement resource quota enforcement by Jack Morgenstein · 11 years ago
  19. eb456a6 net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper by Jack Morgenstein · 11 years ago
  20. 5a0d0a6 mlx4: Structures and init/teardown for VF resource quotas by Jack Morgenstein · 11 years ago
  21. a30f1bc net/mlx4_core: Fix checking order in MR table init by Jack Morgenstein · 11 years ago
  22. 2c957ff net/mlx4_core: Don't fail reg/unreg vlan for older guests by Jack Morgenstein · 11 years ago
  23. 4874080 net/mlx4_core: Resource tracker for reg/unreg vlans by Jack Morgenstein · 11 years ago
  24. 2009d00 net/mlx4_en: Use vlan id instead of vlan index for unregistration by Jack Morgenstein · 11 years ago
  25. acddd5d net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec by Jack Morgenstein · 11 years ago
  26. 162226a net/mlx4_core: Fix register/unreg vlan flow by Jack Morgenstein · 11 years ago
  27. 3b4c5cb sh_eth: check platform data pointer by Sergei Shtylyov · 11 years ago
  28. e62416e net: cdc_mbim: fixup error return value by Bjørn Mork · 11 years ago
  29. c37ac9b net: cdc_mbim: no need to check for resume if suspend exists by Bjørn Mork · 11 years ago
  30. a298807 net: qmi_wwan: no need to check for resume if suspend exists by Bjørn Mork · 11 years ago
  31. 79d9b62 net: qmi_wwan: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  32. 04d948a net: cdc_mbim: manage_power should always set needs_remote_wakeup by Bjørn Mork · 11 years ago
  33. db62d7d qlcnic: update version to 5.3.52 by Himanshu Madhani · 11 years ago
  34. 18afc10 qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters. by Himanshu Madhani · 11 years ago
  35. 34e8c40 qlcnic: refactor Tx/SDS ring calculation and validation in driver. by Himanshu Madhani · 11 years ago
  36. f27c75b qlcnic: Enhance ethtool Statistics for Multiple Tx queue. by Himanshu Madhani · 11 years ago
  37. 78ea2d9 qlcnic: Register netdev in FAILED state for 83xx/84xx by Sucheta Chakraborty · 11 years ago
  38. 87bc072 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  39. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  40. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. be408cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  42. c32b7df net/mlx4_core: Fix call to __mlx4_unregister_mac by Jack Morgenstein · 11 years ago
  43. e139862 bonding: bond_get_size() returns wrong size by Dan Carpenter · 11 years ago
  44. a6fe670 net: cdc_ncm: no not set tx_max higher than the device supports by Bjørn Mork · 11 years ago
  45. 296e81f net: cdc_ncm: improve bind error debug messages by Bjørn Mork · 11 years ago
  46. 59ede31 net: cdc_ncm: return proper error if setup fails by Bjørn Mork · 11 years ago
  47. 47175e5 net: cdc_ncm: refactoring cdc_ncm_setup by Bjørn Mork · 11 years ago
  48. 986e10d net: cdc_ncm: endian convert constants instead of variables by Bjørn Mork · 11 years ago
  49. 5448d75 net: cdc_ncm: log signatures in hex by Bjørn Mork · 11 years ago
  50. ae223cd net: cdc_ncm: use netif_* and dev_* instead of pr_* by Bjørn Mork · 11 years ago
  51. a26fd05 net: cdc_ncm: log the length we warn about by Bjørn Mork · 11 years ago
  52. 43c87f7 net: cdc_ncm: set correct dev->hard_mtu by Bjørn Mork · 11 years ago
  53. 0e2c4a0 net: cdc_ncm: remove ethtool ops by Bjørn Mork · 11 years ago
  54. 085e50e net: cdc_ncm: remove probe and disconnect wrappers by Bjørn Mork · 11 years ago
  55. 4d619f6 net: cdc_ncm: no point in filling up the NTBs if we send ZLPs by Bjørn Mork · 11 years ago
  56. 9fe0234 net: cdc_ncm: only the control intf can be probed by Bjørn Mork · 11 years ago
  57. 8329223 net: cdc_ncm: remove descriptor pointers by Bjørn Mork · 11 years ago
  58. 1b5287a net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZE by Bjørn Mork · 11 years ago
  59. 6a9612e net: cdc_ncm: remove ncm_parm field by Bjørn Mork · 11 years ago
  60. f3028c5 net: cdc_ncm: remove tx_speed and rx_speed fields by Bjørn Mork · 11 years ago
  61. de5bee2 net: cdc_ncm: remove unused udev field by Bjørn Mork · 11 years ago
  62. bed6f76 net: cdc_ncm: remove redundant netdev field by Bjørn Mork · 11 years ago
  63. ff1632a net: cdc_ncm: remove redundant endpoint pointers by Bjørn Mork · 11 years ago
  64. 3e51566 net: cdc_ncm: remove redundant "intf" field by Bjørn Mork · 11 years ago
  65. 2057222 net: cdc_ncm: simplify and optimize frame padding by Bjørn Mork · 11 years ago
  66. c1a2e954 net: cdc_mbim: change the default to send ZLPs by Bjørn Mork · 11 years ago
  67. 5b8f15f net: cdc_mbim: handle IPv6 Neigbor Solicitations by Bjørn Mork · 11 years ago
  68. 4800599 smsc9420: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  69. c501b1f smc91c92_cs: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  70. 2ad02bd smc9194: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  71. b1a04a6 smsc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  72. dcdf871 smc911x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  73. 6389aa4 smc91x: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  74. 3ee307d epic100: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  75. 90df06b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  76. 9119e33 Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  77. 68e952d Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  78. e1466ad USB: serial: ftdi_sio: add id for Z3X Box device by Алексей Крамаренко · 11 years ago
  79. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 11 years ago
  80. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  81. 7e12a6fc Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  82. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 11 years ago
  83. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 11 years ago
  84. 92dfe41 Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method" by Greg Kroah-Hartman · 11 years ago
  85. e2afb1d Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips" by Greg Kroah-Hartman · 11 years ago
  86. 233c3dd Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips" by Greg Kroah-Hartman · 11 years ago
  87. 281393a Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()" by Greg Kroah-Hartman · 11 years ago
  88. b52e111 Revert "pl2303: improve the chip type information output on startup" by Greg Kroah-Hartman · 11 years ago
  89. e8bbd5c Revert "pl2303: improve the chip type detection/distinction" by Greg Kroah-Hartman · 11 years ago
  90. 0916919 Revert "USB: pl2303: distinguish between original and cloned HX chips" by Greg Kroah-Hartman · 11 years ago
  91. cf78959 ixgbe: fix inconsistent clearing of the multicast table by Emil Tantilov · 11 years ago
  92. f880d07 ixgbe: cleanup IXGBE_DESC_UNUSED by Don Skidmore · 11 years ago
  93. fb44519 ixgbe: Reduce memory consumption with larger page sizes by Anton Blanchard · 11 years ago
  94. a71fc31 igb: Don't let ethtool try to write to iNVM in i210/i211 by Fujinaka, Todd · 11 years ago
  95. 76b8174 ixgbevf: remove redundant workaround by Emil Tantilov · 11 years ago
  96. 49a45a0 e1000: fix wrong queue idx calculation by Hong Zhiguo · 11 years ago
  97. 0baab4f i915: fix compiler warning by Linus Torvalds · 11 years ago
  98. 2acdb92 sfc: Fix DMA unmapping issue with firmware assisted TSO by Alexandre Rames · 11 years ago
  99. 26896fd can: ti_hecc: remove priv->can.do_get_state() callback by Marc Kleine-Budde · 11 years ago
  100. 49cb5c0 can: dev: sort can_changelink() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago