1. 9dbccc3 drivers: net: Register Micrel ksz884x network devices in PCI device tree. by Markus Lottmann · 10 years ago
  2. e194312 drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc(). by George Cherian · 10 years ago
  3. a92f40a net: davinci_mdio: Convert pr_err() to dev_err() call by George Cherian · 10 years ago
  4. 88c99ff driver net: cpsw: Convert pr_*() to dev_*() calls by George Cherian · 10 years ago
  5. eb02a27 driver/net/ethernet/ec_bhf.c: fix sparse warnings by Darek Marcinkiewicz · 10 years ago
  6. 126e612 net: systemport: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  7. 7572038 net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach() by Eyal Perry · 10 years ago
  8. c3ca520 net/mlx4_en: Using positive error value for unsigned by Eyal Perry · 10 years ago
  9. fe1ff29 net/mlx4_en: Protect MAC address modification with the state_lock mutex by Shani Michaelli · 10 years ago
  10. 483e013 net/mlx4_core: Removed unnecessary bit operation condition by Eyal Perry · 10 years ago
  11. c05a116 net/mlx4_core: Fix smatch error - possible access to a null variable by Eyal Perry · 10 years ago
  12. ee75532 net/mlx4_en: Fix errors in MAC address changing when port is down by Shani Michaelli · 10 years ago
  13. f5b6345 net/mlx4_en: User prio mapping gets corrupted when changing number of channels by Ido Shamay · 10 years ago
  14. 2eacc23 net/mlx4_core: Enforce irq affinity changes immediatly by Yuval Atias · 10 years ago
  15. 3763e7e macvlan: Propagate lowerdev MTU changes by dingtianhong · 10 years ago
  16. 9cc5e36 irda: sh_irda: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 10 years ago
  17. 3fdddd8 bonding: alloc the structure ad_info dynamically in per slave by dingtianhong · 10 years ago
  18. 86b5d25 sh_eth: replace devm_kzalloc() with devm_kmalloc_array() by Sergei Shtylyov · 10 years ago
  19. de750e4 tg3: Update copyright and version to 3.137 by Michael Chan · 10 years ago
  20. d3f6f3a tg3: Prevent page allocation failure during TSO workaround by Michael Chan · 10 years ago
  21. d71c0dc tg3: Don't modify ip header fields when doing GSO by Michael Chan · 10 years ago
  22. 5a45e57 arc_emac: add netpoll support by Beniamino Galvani · 10 years ago
  23. 775dd68 arc_emac: implement promiscuous mode and multicast filtering by Beniamino Galvani · 10 years ago
  24. 50a0ffa net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions by Bjørn Mork · 10 years ago
  25. 6e1b309 net: cdc_mbim: reject IP packets on DSS VLANs by Bjørn Mork · 10 years ago
  26. 146a08d net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0 by Bjørn Mork · 10 years ago
  27. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  28. 6255558 bnx2x: fix build when BNX2X_SRIOV is not enabled by Randy Dunlap · 10 years ago
  29. b80b930 drivers: net: cpsw-phy-sel: add am43xx platform support by Mugunthan V N · 10 years ago
  30. d415fa1 drivers: net: cpsw-phy-sel: add dra7xx support for phy sel by Mugunthan V N · 10 years ago
  31. 84ef36b drivers: net: cpsw-phy-sel: initialize priv->dev by Mugunthan V N · 10 years ago
  32. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  33. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. c3136f5 cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksum by Hariprasad Shenai · 10 years ago
  35. cca2822 cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum by Hariprasad Shenai · 10 years ago
  36. 3e00a50 cxgb4: Decode the firmware port and module type a bit more for ethtool by Hariprasad Shenai · 10 years ago
  37. e565e80 Add support for netvsc build without CONFIG_SYSFS flag by Haiyang Zhang · 10 years ago
  38. 1a466ae ptp: fix kconfig dependency warnings by Randy Dunlap · 10 years ago
  39. 93dccc5 mdio_bus: fix devm_mdiobus_alloc_size export by Arnd Bergmann · 10 years ago
  40. a9de050 net: cassini: use nested lock annotation by Emil Goode · 10 years ago
  41. dc3e5d1 bonding: make a generic sysfs option store and fix comments by Nikolay Aleksandrov · 10 years ago
  42. de68294 bnx2x: Fix UNDI driver unload by Yuval Mintz · 10 years ago
  43. 60e71ab net: cpsw: add missing of_node_put by Johan Hovold · 10 years ago
  44. 6954cc1 net: cpsw: fix null dereference at probe by Johan Hovold · 10 years ago
  45. 59993f48 Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver" by Johan Hovold · 10 years ago
  46. 7f52da5 net: mdio-gpio: warn about missing bus alias id by Johan Hovold · 10 years ago
  47. 6b5eeb7 net: cdc_mbim: handle unaccelerated VLAN tagged frames by Bjørn Mork · 10 years ago
  48. b51aa36 be2net: use MCCQ instead of MBOX in be_cmd_rss_config() by Kalesh AP · 10 years ago
  49. 5c29c09 be2net: include rx-compl error counter in ethtool stats by Kalesh AP · 10 years ago
  50. 4d567d9 be2net: remove unused code in be_cmd_vlan_config() by Kalesh AP · 10 years ago
  51. f6cbd36 be2net: covert vlan array to bit-map by Ravikumar Nelavelli · 10 years ago
  52. 05e4c6a be2net: fix line wrap and function call indentation in be_ethtool.c by Sathya Perla · 10 years ago
  53. a2cc4e0 be2net: fix function call indentation in be_cmds.c by Sathya Perla · 10 years ago
  54. 748b539 be2net: fix line wrap and function call indentation in be_main.c by Sathya Perla · 10 years ago
  55. 27a4041 qlcnic: Update version to 5.3.59 by Rajesh Borundia · 10 years ago
  56. 8d37ba0 qlcnic: Collect firmware dump using DMA on 82xx adapters by Shahed Shaikh · 10 years ago
  57. d747c33 qlcnic: Add mac learning support to SR-IOV VF. by Rajesh Borundia · 10 years ago
  58. 74b7ba1 qlcnic: Add support to process commands in atomic context by Rajesh Borundia · 10 years ago
  59. 132a3f2 qlcnic: Allow SR-IOV VF probe in hypervisor. by Rajesh Borundia · 10 years ago
  60. 1a91de2 mellanox: Logging message cleanups by Joe Perches · 10 years ago
  61. 2db2a15 bonding: remove the unused macro by dingtianhong · 10 years ago
  62. bedabf9 bonding: simplify the slave_do_arp_validate_only() by dingtianhong · 10 years ago
  63. 3192432 bonding: remove the unnecessary struct bond_net by dingtianhong · 10 years ago
  64. 6af55ff Driver for Beckhoff CX5020 EtherCAT master module. by Darek Marcinkiewicz · 10 years ago
  65. f398a77 qlcnic: Fix Kconfig dependency on HWMON by Harish Patil · 10 years ago
  66. 84d7ad2 qlcnic: Set real_num_{tx|rx}_queues properly by Shahed Shaikh · 10 years ago
  67. d5d2bf3 qlcnic: Fix panic while dumping TX queues on TX timeout by Manish Chopra · 10 years ago
  68. 6e4b827 ARM: i.MX6: Add OF configuration support for ksz9031 by Hubert Chaumette · 10 years ago
  69. 76a691d jme: Fix DMA unmap warning by Neil Horman · 10 years ago
  70. d1f88a6 isdn: hisax: remove some dead code by Dan Carpenter · 10 years ago
  71. 528b971 w83977af_ir: remove two faux Kconfig macros by Paul Bolle · 10 years ago
  72. 4f4178f net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lock by Bjørn Mork · 10 years ago
  73. 2080cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  74. 783e9e8 Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  75. df862f6 Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  76. a1e7446 Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  77. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 10 years ago
  78. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 10 years ago
  79. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 10 years ago
  80. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 10 years ago
  81. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 10 years ago
  82. 780ce3a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 10 years ago
  83. 2c98262 e1000e: Restrict MDIO Slow Mode workaround to relevant parts by David Ertman · 10 years ago
  84. 7142a55 e1000e: Fix issue with link flap on 82579 by David Ertman · 10 years ago
  85. fbb9ab1 e1000e: Expand workaround for 10Mb HD throughput bug by David Ertman · 10 years ago
  86. 77e6114 e1000e: Workaround for dropped packets in Gig/100 speeds on 82579 by David Ertman · 10 years ago
  87. 83d3459 net/mlx4_core: Don't issue PCIe speed/width checks for VFs by Eyal Perry · 10 years ago
  88. f24f790 net/mlx4_core: Load the Eth driver first by Or Gerlitz · 10 years ago
  89. 0254bc8 net/mlx4_core: Fix slave id computation for single port VF by Matan Barak · 10 years ago
  90. 531d901 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching by Jack Morgenstein · 10 years ago
  91. 5b579e2 net: via-rhine: Convert #ifdef USE_MMIO to a runtime flag by Alexey Charkov · 10 years ago
  92. 9becd70 net: cdc_ncm: fix buffer overflow by Bjørn Mork · 10 years ago
  93. 2ad0649 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  94. f9786f4 ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clk by George Cherian · 10 years ago
  95. 09c5537 drivers: net: cpsw: Enable Annexe F Time sync by George Cherian · 10 years ago
  96. f7d403c drivers: net: cpsw: Enable CPTS for DRA7xx and AM4372 by George Cherian · 10 years ago
  97. d0415e7 drivers: net: cpts: Remove hardcoded clock name for CPTS by George Cherian · 10 years ago
  98. 9d4619c Altera TSE: ALTERA_TSE should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  99. b8dff4e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  100. cae1d2ca Merge tag 'upstream-3.15-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago