1. 299d14d Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  2. 7ce2e76 PCI: Move ASPM declarations to linux/pci.h by Krzysztof Wilczynski · 5 years ago
  3. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  4. c9b6c56 net: jme: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
  5. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  6. 3a5ee3b ethernet: remove redundant memset by Fuqian Huang · 5 years ago
  7. 8fe76f5 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195 by Thomas Gleixner · 6 years ago
  8. fb70950 net: jme: fix indentation issues by Colin Ian King · 6 years ago
  9. d818c59 net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link() by Jia-Ju Bai · 6 years ago
  10. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  11. f14d244 net: jme: remove unused initialization of 'rxdesc' by Colin Ian King · 7 years ago
  12. 82c01a8 net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
  13. 26d732b net: jme: Remove unused functions by Matthias Kaehlcke · 8 years ago
  14. c523838 net: jme: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  15. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
  16. ea01964 drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytes by Denys Vlasenko · 9 years ago
  17. 81422e6 jme: Fix device PM wakeup API usage by Guo-Fu Tseng · 9 years ago
  18. 0772a99 jme: Do not enable NIC WoL functions on S0 by Guo-Fu Tseng · 9 years ago
  19. ee50c13 net: jme: fix suspend/resume on JMC260 by Diego Viola · 9 years ago
  20. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  21. e9b5ac2 net: jme: use kzalloc() instead of kmalloc+memset by Rasmus Villemoes · 9 years ago
  22. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  23. 06f6652 jme: replace calls to redundant function by Quentin Lambert · 10 years ago
  24. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  25. c4b1606 jme: Fix unmap loop counting error: by Neil Horman · 11 years ago
  26. 76a691d jme: Fix DMA unmap warning by Neil Horman · 11 years ago
  27. ba4e6d1 jme: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  28. 2297af4b jme: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  29. 54fe902 net: jme: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  30. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  31. 449cfcc jme: lower NAPI weight by Michal Schmidt · 11 years ago
  32. b431bec net, jme: remove redundant D0 power state set by Yijing Wang · 12 years ago
  33. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  34. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  35. af37557 jme: remove __dev* attributes by Bill Pemberton · 12 years ago
  36. 71c6c83 drivers/net: fix tasklet misuse issue by Xiaotian Feng · 12 years ago
  37. 175c0df drivers/net: use tasklet_kill in device remove/close process by Xiaotian Feng · 12 years ago
  38. aac9453 net/ethernet/jme: disable ASPM by Kevin Baradon · 12 years ago
  39. ed36d7b jme: netpoll support by Peter Wu · 12 years ago
  40. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  41. ba9adbe jme: Fix FIFO flush issue by Guo-Fu Tseng · 13 years ago
  42. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  43. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  44. c4860ba jme: PHY configuration for compatible issue by Aries Lee · 13 years ago
  45. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  46. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  47. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  48. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  49. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  50. f327358 jme: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  51. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  52. 63d24a0 jme: Move the JME driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/jme.c]
  53. e627539 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  54. 94c5b41 jme: Fix unmap error (Causing system freeze) by Guo-Fu Tseng · 13 years ago
  55. 5043f5057 jme: do vlan cleanup by Jiri Pirko · 13 years ago
  56. bc057e0 jme: Cleanup PM operations after using new PM API by Guo-Fu Tseng · 14 years ago
  57. aab6fb8 jme: Fix compile warning introduced by new pm macro by Guo-Fu Tseng · 14 years ago
  58. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  59. d7b5765 jme: convert offload constraints to ndo_fix_features by Michał Mirosław · 14 years ago
  60. f4e5bd4 Net / jme: Do not use legacy PCI power management by Rafael J. Wysocki · 14 years ago
  61. ff938e4 net: use pci_dev->revision, again by Sergei Shtylyov · 14 years ago
  62. c00cd82 jme: Don't show UDP Checksum error if HW misjudged by Guo-Fu Tseng · 14 years ago
  63. 8b53aba jme: Refill receive unicase MAC addr after resume by Guo-Fu Tseng · 14 years ago
  64. 854a2e7 jme: Safer MAC processor reset sequence by Guo-Fu Tseng · 14 years ago
  65. 3903c02 jme: Fix hardware action of full-duplex by Guo-Fu Tseng · 14 years ago
  66. 5175457 jme: Rename phyfifo function for easier understand by Guo-Fu Tseng · 14 years ago
  67. 4872b11 jme: PHY Power control for new chip by Guo-Fu Tseng · 14 years ago
  68. 19d9601 jme: Extract main and sub chip revision by Guo-Fu Tseng · 14 years ago
  69. b6bc765 drivers/net/*.c: Use static const by Joe Perches · 14 years ago
  70. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  71. fde4590 jme: fix panic on load by Eric Dumazet · 14 years ago
  72. 1c55781 jme: Support WoL after shutdown by Guo-Fu Tseng · 14 years ago
  73. e47dfcd jme: Advance version number by Guo-Fu Tseng · 14 years ago
  74. 334fbbb jme: Adding mii-tool support by Guo-Fu Tseng · 14 years ago
  75. ea192aa jme: Prevent possible read re-order error by Guo-Fu Tseng · 14 years ago
  76. 3ee9401 jme: Add comment in jme_set_settings by Guo-Fu Tseng · 14 years ago
  77. c8a8684 jme: Fix PHY power-off error by Guo-Fu Tseng · 14 years ago
  78. 49d70c4 drivers/net/jme: Use pr_<level> by Joe Perches · 14 years ago
  79. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  80. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 15 years ago
  81. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  82. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  85. bf5e536 jme: Protect vlgrp structure by pause RX actions. by Guo-Fu Tseng · 15 years ago
  86. 17da69b jme: Fix VLAN memory leak by Guo-Fu Tseng · 15 years ago
  87. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 15 years ago
  88. f8502ce drivers/net/jme: Use netif_printk helpers by Joe Perches · 15 years ago
  89. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  90. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  91. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  92. 164165d drivers/net: tasklet_init - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  93. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  94. ce7d70a jme: Tuning rxsum function by Guo-Fu Tseng · 16 years ago
  95. d1dfa1d jme: Remove shadow register support by Guo-Fu Tseng · 16 years ago
  96. 47bd10d jme: Change bufinf memory location by Guo-Fu Tseng · 16 years ago
  97. 38ed0c2 jme: Fix unmatched tasklet_{enable|disable} pair by Guo-Fu Tseng · 16 years ago
  98. eacf69a jme: Some minor coding style consistency modifications by Guo-Fu Tseng · 16 years ago
  99. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 16 years ago
  100. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 16 years ago