1. 06cd6d6 drivers: net: cpsw: use of_phy_connect() in fixed-link case by David Rivshin · 9 years ago
  2. ae092b5 drivers: net: cpsw: don't ignore phy-mode if phy-handle is used by David Rivshin · 9 years ago
  3. d733f754 drivers: net: cpsw: fix segfault in case of bad phy-handle by David Rivshin · 9 years ago
  4. 552165b drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac config by David Rivshin · 9 years ago
  5. 62522ef net: ethernet: davinci_emac: Fix devioctl while in fixed link by Neil Armstrong · 9 years ago
  6. 210990b net: ethernet: davinci_emac: Fix platform_data overwrite by Neil Armstrong · 9 years ago
  7. 99164f9 net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enable by Neil Armstrong · 9 years ago
  8. 3fa88c5 drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open by Grygorii Strashko · 9 years ago
  9. df63719 Revert "Prevent NUll pointer dereference with two PHYs on cpsw" by Andrew Goodbody · 9 years ago
  10. cfe25560 cpsw: Prevent NUll pointer dereference with two PHYs by Andrew Goodbody · 9 years ago
  11. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  12. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 0c71de6 netcp: use pointer to fix build fail by Sudip Mukherjee · 9 years ago
  14. 0632448 net: netcp: rework the code for get/set sw_data in dma desc by Karicheri, Muralidharan · 9 years ago
  15. b1cb86a soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data by Karicheri, Muralidharan · 9 years ago
  16. 9ecfe87 net: ti: netcp: restore get/set_pad_info() functionality by Karicheri, Muralidharan · 9 years ago
  17. d148bbd drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY mode by David Rivshin · 9 years ago
  18. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  19. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  20. 8409299 net: davinci_cpdma: use dma_addr_t for DMA address by Arnd Bergmann · 9 years ago
  21. 3c6396d net: ti: cpmac: Fix build error due to missed API change by Guenter Roeck · 9 years ago
  22. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  23. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  24. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  25. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  26. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  27. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. c1e3334 drivers: net: cpsw: fix error return code by Julia Lawall · 9 years ago
  29. 958d104 netcp: fix regression in receive processing by Arnd Bergmann · 9 years ago
  30. dfc0a6d drivers: net: cpsw: increment reference count on fixed-link PHY node by David Rivshin · 9 years ago
  31. f1eea5c drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY by David Rivshin · 9 years ago
  32. 1873c58 ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phy by Pascal Speck (Iktek) · 9 years ago
  33. 9dd2d6c netcp: add more __le32 annotations by Arnd Bergmann · 9 years ago
  34. 8990777 netcp: try to reduce type confusion in descriptors by Arnd Bergmann · 9 years ago
  35. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. 0db19b8 net: cpsw: Fix ethernet regression for dm814x by Tony Lindgren · 9 years ago
  37. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  38. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  39. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  40. 1f71e8c drivers: net: cpsw: Add support for fixed-link PHY by Markus Brunner · 9 years ago
  41. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. bd25279 net: netcp: add missing of_node_put by Julia Lawall · 9 years ago
  43. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  44. 6fb3b6b5 drivers: net: cpsw: use module_platform_driver by Grygorii Strashko · 9 years ago
  45. 9e42f71 drivers: net: cpsw: add phy-handle parsing by Heiko Schocher · 9 years ago
  46. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  47. b3c8ec3 drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modular by Paul Gortmaker · 9 years ago
  48. bf69a3b drivers: net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  49. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 1bb6aa5 net: davinci_emac: Add support for fixed-link PHY by Neil Armstrong · 9 years ago
  51. 8ceaf36 net: netcp: fix deadlock reported by lockup detector by Karicheri, Muralidharan · 9 years ago
  52. 99f8ef5 net: netcp: allocate buffers to desc before re-enable interrupt by Karicheri, Muralidharan · 9 years ago
  53. 915c585 net: netcp: check for interface handle in netcp_module_probe() by Karicheri, Muralidharan · 9 years ago
  54. e558b1f net: netcp: add error check to netcp_allocate_rx_buf() by Karicheri, Muralidharan · 9 years ago
  55. 736532a net: netcp: move netcp_register_interface() to after attach module by Karicheri, Muralidharan · 9 years ago
  56. 156e3c21 net: netcp: remove dead code from the driver by Karicheri, Muralidharan · 9 years ago
  57. 8c85151 net: netcp: ethss: fix error in calling sgmii api with incorrect offset by WingMan Kwok · 9 years ago
  58. d230a11 drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platforms by Mugunthan V N · 9 years ago
  59. b6745f6 drivers: net: cpsw: davinci_emac: move reading mac id to common file by Mugunthan V N · 9 years ago
  60. 1d147cc drivers: net: cpsw: Add support to drive gpios for ethernet to be functional by Mugunthan V N · 9 years ago
  61. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  62. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago
  63. 1ef53eb net: davinci_emac: fix error return code by Julia Lawall · 9 years ago
  64. 7da1160 drivers: net: cpsw: add am335x errata workarround for interrutps by Mugunthan V N · 9 years ago
  65. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 866b8b1 net: netcp: fix unused interface rx buffer size configuration by WingMan Kwok · 9 years ago
  67. 32a7432 drivers: net: cpsw: add separate napi for tx by Mugunthan V N · 9 years ago
  68. d354eb8 drivers: net: cpsw: dual_emac: simplify napi usage by Mugunthan V N · 9 years ago
  69. 870915f drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself by Mugunthan V N · 9 years ago
  70. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. 31a184b net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions by Karicheri, Muralidharan · 9 years ago
  72. c20afae net: netcp: ethss: fix up incorrect use of list api by Karicheri, Muralidharan · 9 years ago
  73. 01a0309 net: netcp: fix cleanup interface list in netcp_remove() by Karicheri, Muralidharan · 9 years ago
  74. 71382bc net: netcp: Fixes efuse mac addr swap on k2e and k2l by WingMan Kwok · 9 years ago
  75. 7025e88 net: netcp: Fixes SGMII reset on network interface shutdown by WingMan Kwok · 9 years ago
  76. 5be4001e net: netcp: Adds missing statistics for K2L and K2E by WingMan Kwok · 9 years ago
  77. 489e8a2 net: netcp: Fixes to CPSW statistics collection by WingMan Kwok · 9 years ago
  78. fbf64c1 net: netcp: Consolidates statistics collection code by WingMan Kwok · 9 years ago
  79. 208c6b9 net: netcp: Fixes error in oversized memory allocation for statistics storage by WingMan Kwok · 9 years ago
  80. a94bcd09 net: netcp: Fixes hw statistics module base setting error by WingMan Kwok · 9 years ago
  81. c0f54ed net: netcp: Fixes the use of spin_lock_bh in timer function by WingMan Kwok · 9 years ago
  82. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. 1e353cd drivers: net: cpsw: remove tx event processing in rx napi poll by Mugunthan V N · 9 years ago
  84. 194ac06 net: netcp: fix improper initialization in netcp_ndo_open() by Karicheri, Muralidharan · 9 years ago
  85. 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  86. 6979b9c net: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  87. 5a0266a drivers: net: cpsw: fix disabling of tx interrupt in rx isr by Mugunthan V N · 9 years ago
  88. 1973db0 drivers: net: cpsw: fix crash while accessing second slave ethernet interface by Mugunthan V N · 9 years ago
  89. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  90. 61d2259 net: cpsw: remove redundant calls disabling dma interrupts. by Richard Cochran · 10 years ago
  91. 071f1a9 net: cpsw: remove redundant calls enabling dma interrupts. by Richard Cochran · 10 years ago
  92. 202c591 net: cpsw: remove two unused global functions by Richard Cochran · 10 years ago
  93. 26fe7eb net: cpsw: fix misplaced break statements. by Richard Cochran · 10 years ago
  94. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 10 years ago
  95. 7d525c4 netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag by Alexander Duyck · 10 years ago
  96. 8e046d6 net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interface by Karicheri, Muralidharan · 10 years ago
  97. 84d923c ptp: cpts: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  98. a5c79c2 ptp: cpts: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  99. 9a391c7 net: netcp: ethss: enhancement to support NetCP 1.5 ethss by WingMan Kwok · 10 years ago
  100. da866ba net: netcp: enclose macros in parentheses by Karicheri, Muralidharan · 10 years ago