1. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  2. 369a782 net: sgi: ioc3-eth: ensure tx ring is 16k aligned. by Thomas Bogendoerfer · 5 years ago
  3. 7ca2c4c net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMA by Christoph Hellwig · 5 years ago
  4. 051a07e net: sgi: ioc3-eth: simplify setting the DMA mask by Christoph Hellwig · 5 years ago
  5. 59511bc net: sgi: ioc3-eth: fix usage of GFP_* flags by Christoph Hellwig · 5 years ago
  6. 4dd1474 net: sgi: ioc3-eth: don't abuse dma_direct_* calls by Christoph Hellwig · 5 years ago
  7. 70359db net: sgi: ioc3-eth: no need to stop queue set_multicast_list by Thomas Bogendoerfer · 5 years ago
  8. d1c9454 net: sgi: ioc3-eth: protect emcr in all cases by Thomas Bogendoerfer · 5 years ago
  9. 3498cb2 net: sgi: ioc3-eth: Fix IPG settings by Thomas Bogendoerfer · 5 years ago
  10. 8dff19a net: sgi: ioc3-eth: use csum_fold by Thomas Bogendoerfer · 5 years ago
  11. ed870f6 net: sgi: ioc3-eth: use dma-direct for dma allocations by Thomas Bogendoerfer · 5 years ago
  12. 850d2fe net: sgi: ioc3-eth: refactor rx buffer allocation by Thomas Bogendoerfer · 5 years ago
  13. 19a957b net: sgi: ioc3-eth: split ring cleaning/freeing and allocation by Thomas Bogendoerfer · 5 years ago
  14. fcd0da5 net: sgi: ioc3-eth: introduce chip start function by Thomas Bogendoerfer · 5 years ago
  15. 9c328b0 net: sgi: ioc3-eth: separate tx and rx ring handling by Thomas Bogendoerfer · 5 years ago
  16. 489467e net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring() by Thomas Bogendoerfer · 5 years ago
  17. c7b5727 net: sgi: ioc3-eth: allocate space for desc rings only once by Thomas Bogendoerfer · 5 years ago
  18. 141a7db net: sgi: ioc3-eth: use defines for constants dealing with desc rings by Thomas Bogendoerfer · 5 years ago
  19. c1b6a3d net: sgi: ioc3-eth: remove checkpatch errors/warning by Thomas Bogendoerfer · 5 years ago
  20. cbe7d51 MIPS: SGI-IP27: restructure ioc3 register access by Thomas Bogendoerfer · 5 years ago
  21. d1a096c net: sgi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  22. 28d304e net: sgi: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  23. dfc5700 net/ethernet/sgi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. dfcc16c ioc3-eth: store pointer to net_device for priviate area by Jason A. Donenfeld · 8 years ago
  25. 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
  26. b61a26f net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  27. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
  28. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  29. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  30. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  31. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  32. e0fc444 net/ethernet/sgi/ioc3-eth: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  33. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  34. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  35. f48a3c2 net/sgi: remove __dev* attributes by Bill Pemberton · 12 years ago
  36. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  37. ce7240e 8250: three way resolve of the 8250 diffs by Alan Cox · 13 years ago
  38. 6469933 ethernet: Remove casts to same type by Joe Perches · 13 years ago
  39. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  40. 8862bf1 ioc3-eth/meth: Move the SGI drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ioc3-eth.c]
  41. 498d8e2 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 14 years ago
  42. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 14 years ago
  43. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 14 years ago
  44. 6d95ff9 net: ioc3: convert to hw_features by Michał Mirosław · 14 years ago
  45. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  46. 0a17ee9 ioc3-eth: Use the instance of net_device_stats from net_device. by Ralf Baechle · 15 years ago
  47. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  48. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  50. 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
  51. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
  52. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  53. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  54. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  55. 17d0cdf net: ntohs() misuse by Eric Dumazet · 16 years ago
  56. 2b14254 ioc3-eth: convert to net_device_ops by Alexander Beregalov · 16 years ago
  57. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  58. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  59. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  60. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  61. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  62. 725e49c [IOC3] Fix section missmatch by Ralf Baechle · 17 years ago
  63. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  64. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  65. bbfb86c IOC3: Switch hw checksumming to ethtool configurable. by Ralf Baechle · 18 years ago
  66. 0491d1f3 IOC3: Program UART predividers. by Ralf Baechle · 17 years ago
  67. f49343a IOC3: Switch to pci refcounting safe APIs by Alan Cox · 18 years ago
  68. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  69. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 18 years ago
  70. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 18 years ago
  71. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
  72. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  73. f0ba735 Fix link autonegotiation timer. by Ralf Baechle · 18 years ago
  74. 3277c39 [NET]: Kill direct includes of asm/checksum.h by Al Viro · 18 years ago
  75. cfadbd2 [PATCH] Fix timer race by Ralf Baechle · 18 years ago
  76. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  77. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  78. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  79. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  80. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  81. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  82. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  83. d955d90 [PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC. by Ralf Baechle · 19 years ago
  84. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 19 years ago
  85. 70f1e00 [PATCH] IOC3: Replace obsolete PCI API by Ralf Baechle · 19 years ago
  86. 15a9380 [SERIAL] IOC3: Update 8250 driver bits by Ralf Baechle · 19 years ago
  87. 852ea22 [PATCH] IOC3 fixes by Ralf Baechle · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago