1. 8ceaf36 net: netcp: fix deadlock reported by lockup detector by Karicheri, Muralidharan · 9 years ago
  2. 99f8ef5 net: netcp: allocate buffers to desc before re-enable interrupt by Karicheri, Muralidharan · 9 years ago
  3. 915c585 net: netcp: check for interface handle in netcp_module_probe() by Karicheri, Muralidharan · 9 years ago
  4. e558b1f net: netcp: add error check to netcp_allocate_rx_buf() by Karicheri, Muralidharan · 9 years ago
  5. 736532a net: netcp: move netcp_register_interface() to after attach module by Karicheri, Muralidharan · 9 years ago
  6. 156e3c21 net: netcp: remove dead code from the driver by Karicheri, Muralidharan · 9 years ago
  7. 8c85151 net: netcp: ethss: fix error in calling sgmii api with incorrect offset by WingMan Kwok · 9 years ago
  8. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  9. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago
  10. 1ef53eb net: davinci_emac: fix error return code by Julia Lawall · 9 years ago
  11. 7da1160 drivers: net: cpsw: add am335x errata workarround for interrutps by Mugunthan V N · 9 years ago
  12. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 866b8b1 net: netcp: fix unused interface rx buffer size configuration by WingMan Kwok · 9 years ago
  14. 32a7432 drivers: net: cpsw: add separate napi for tx by Mugunthan V N · 9 years ago
  15. d354eb8 drivers: net: cpsw: dual_emac: simplify napi usage by Mugunthan V N · 9 years ago
  16. 870915f drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself by Mugunthan V N · 9 years ago
  17. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  18. 31a184b net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions by Karicheri, Muralidharan · 9 years ago
  19. c20afae net: netcp: ethss: fix up incorrect use of list api by Karicheri, Muralidharan · 9 years ago
  20. 01a0309 net: netcp: fix cleanup interface list in netcp_remove() by Karicheri, Muralidharan · 9 years ago
  21. 71382bc net: netcp: Fixes efuse mac addr swap on k2e and k2l by WingMan Kwok · 9 years ago
  22. 7025e88 net: netcp: Fixes SGMII reset on network interface shutdown by WingMan Kwok · 9 years ago
  23. 5be4001e net: netcp: Adds missing statistics for K2L and K2E by WingMan Kwok · 9 years ago
  24. 489e8a2 net: netcp: Fixes to CPSW statistics collection by WingMan Kwok · 9 years ago
  25. fbf64c1 net: netcp: Consolidates statistics collection code by WingMan Kwok · 9 years ago
  26. 208c6b9 net: netcp: Fixes error in oversized memory allocation for statistics storage by WingMan Kwok · 9 years ago
  27. a94bcd09 net: netcp: Fixes hw statistics module base setting error by WingMan Kwok · 9 years ago
  28. c0f54ed net: netcp: Fixes the use of spin_lock_bh in timer function by WingMan Kwok · 9 years ago
  29. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  30. 1e353cd drivers: net: cpsw: remove tx event processing in rx napi poll by Mugunthan V N · 9 years ago
  31. 194ac06 net: netcp: fix improper initialization in netcp_ndo_open() by Karicheri, Muralidharan · 9 years ago
  32. 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  33. 6979b9c net: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  34. 5a0266a drivers: net: cpsw: fix disabling of tx interrupt in rx isr by Mugunthan V N · 9 years ago
  35. 1973db0 drivers: net: cpsw: fix crash while accessing second slave ethernet interface by Mugunthan V N · 9 years ago
  36. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  37. 61d2259 net: cpsw: remove redundant calls disabling dma interrupts. by Richard Cochran · 9 years ago
  38. 071f1a9 net: cpsw: remove redundant calls enabling dma interrupts. by Richard Cochran · 9 years ago
  39. 202c591 net: cpsw: remove two unused global functions by Richard Cochran · 9 years ago
  40. 26fe7eb net: cpsw: fix misplaced break statements. by Richard Cochran · 9 years ago
  41. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 9 years ago
  42. 7d525c4 netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag by Alexander Duyck · 9 years ago
  43. 8e046d6 net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interface by Karicheri, Muralidharan · 9 years ago
  44. 84d923c ptp: cpts: use helpers for converting ns to timespec. by Richard Cochran · 9 years ago
  45. a5c79c2 ptp: cpts: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  46. 9a391c7 net: netcp: ethss: enhancement to support NetCP 1.5 ethss by WingMan Kwok · 9 years ago
  47. da866ba net: netcp: enclose macros in parentheses by Karicheri, Muralidharan · 9 years ago
  48. f49ae14 net: netcp: select davinci_mdio driver by default by Karicheri, Muralidharan · 9 years ago
  49. 21e0e0d net: netcp: use separate reg region for individual ethss modules by Karicheri, Muralidharan · 9 years ago
  50. e170f40 net: netcp: fix forward port number usage for 10G ethss by Karicheri, Muralidharan · 9 years ago
  51. 1156c96 net: netcp: constify of_device_id array by Fabian Frederick · 9 years ago
  52. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 9 years ago
  53. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 789d7f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  55. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  56. 8963a50 net: ti: cpsw: add hibernation callbacks by Grygorii Strashko · 9 years ago
  57. 2f5c54c net: davinci_mdio: add hibernation callbacks by Grygorii Strashko · 9 years ago
  58. 56887149 drivers: net: cpsw: Set SECURE for dual_emac ucast by George McCollister · 9 years ago
  59. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  60. f86b4ae net: ethernet: ti/cpsw-common.c: fix sparse warning by Lad, Prabhakar · 10 years ago
  61. 9b55669 NetCP: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  62. b5057dd tlan: msecs_to_jiffies convrsion by Nicholas Mc Guire · 10 years ago
  63. 51fd947 tlan: use msecs_to_jiffies for conversion by Nicholas Mc Guire · 10 years ago
  64. 58c11b5 drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone by Karicheri, Muralidharan · 10 years ago
  65. f276c0c net: davinci_emac: Get device MAC on 3517 by Tony Lindgren · 10 years ago
  66. 9120bd6 net: davinci_emac: Get device dm816x MAC address using the cpsw code by Tony Lindgren · 10 years ago
  67. e5a49c1 net: cpsw: Add a minimal cpsw-common module for shared code by Tony Lindgren · 10 years ago
  68. 488327c net: netcp: remove unused kconfig option and code by Karicheri, Muralidharan · 10 years ago
  69. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 02a5416 drivers: net: cpsw: discard dual emac default vlan configuration by Mugunthan V N · 10 years ago
  71. 90cff9e net: netcp: Enhance GBE driver to support 10G Ethernet by Wingman Kwok · 10 years ago
  72. 6f8d3f3 net: netcp: Add Keystone NetCP GbE driver by Wingman Kwok · 10 years ago
  73. 84640e2 net: netcp: Add Keystone NetCP core ethernet driver by Karicheri, Muralidharan · 10 years ago
  74. 92cb13f net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLER by Felipe Balbi · 10 years ago
  75. c03abd8 net: ethernet: cpsw: don't requests IRQs we don't use by Felipe Balbi · 10 years ago
  76. 5087b91 net: ethernet: cpsw: unroll IRQ request loop by Felipe Balbi · 10 years ago
  77. de39008 net: davinci_emac: Add support for emac on dm816x by Tony Lindgren · 10 years ago
  78. a159432 net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address space by Tony Lindgren · 10 years ago
  79. 1d82ffa net: davinci_emac: Fix incomplete code for getting the phy from device tree by Tony Lindgren · 10 years ago
  80. 0f53727 net: davinci_emac: Free clock after checking the frequency by Tony Lindgren · 10 years ago
  81. b5133e7 net: davinci_emac: Fix runtime pm calls for davinci_emac by Tony Lindgren · 10 years ago
  82. cd2d6d3 net: davinci_emac: Fix hangs with interrupts by Tony Lindgren · 10 years ago
  83. 9f6bd8f drivers: net: cpsw: fix cpsw hung with add vlan using vconfig by Mugunthan V N · 10 years ago
  84. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. 2590605 drivers: net: cpsw: fix multicast flush in dual emac mode by Mugunthan V N · 10 years ago
  86. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  87. 44d84d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 7ce67a3 net: ethernet: cpsw: fix hangs with interrupts by Felipe Balbi · 10 years ago
  89. f25a30b net: cpts: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  90. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  91. c8a73a3 drivers: net : cpsw: Update Kconfig for CPSW by Lokesh Vutla · 10 years ago
  92. 35717d8 drivers: net: cpsw: Fix TX_IN_SEL offset by John Ogness · 10 years ago
  93. cca04b2 net: ptp: fix time stamp matching logic for VLAN packets. by Richard Cochran · 10 years ago
  94. 4484d05 drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy by Mugunthan V N · 10 years ago
  95. 1e5c4bc drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode by Lennart Sorensen · 10 years ago
  96. 6f979eb drivers: net: cpsw: Fix broken loop condition in switch mode by Lennart Sorensen · 10 years ago
  97. 47276fc drivers: net:cpsw: fix probe_dt when only slave 1 is pinned out by Mugunthan V N · 10 years ago
  98. 030b16a drivers: net: cpsw: remove child devices while driver detach by Mugunthan V N · 10 years ago
  99. fc7a99f drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order detected by Mugunthan V N · 10 years ago
  100. ff9538b drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis by Mugunthan V N · 10 years ago