1. fa665cc ipx: use constant for strings and desciptor by Stephen Hemminger · 15 years ago
  2. 7ca98fa snap: use const for descriptor by Stephen Hemminger · 15 years ago
  3. 65689fe igb: cleanup tx dma so map & unmap use matching calls by Alexander Duyck · 15 years ago
  4. c5cd11e igb: rework igb_set_multi so that vfs are properly updated by Alexander Duyck · 15 years ago
  5. 0e34048 igb: update driver to use setup_timer function by Alexander Duyck · 15 years ago
  6. c493ea4 igb: remove IGB_DESC_UNUSED since it is better handled by a function call by Alexander Duyck · 15 years ago
  7. fa4a7ef igb: allow tx of pre-formatted vlan tagged packets by Arthur Jones · 15 years ago
  8. 6e06cb6 spider_net: Convert to net_device_ops. by Yang Hongyang · 15 years ago
  9. 62f0c33 powerpc 4xx EMAC driver: device name reported on timeout is not correct by Mikhail Zolotaryov · 15 years ago
  10. ed734a9 net: remove useless prefetch() call by Eric Dumazet · 15 years ago
  11. 8d2f9e81 sctp: Clean up TEST_FRAME hacks. by Vlad Yasevich · 15 years ago
  12. 09a3b1f ixgbe: fix select_queue management by Stephen Hemminger · 15 years ago
  13. 9247744 skb: expose and constify hash primitives by Stephen Hemminger · 15 years ago
  14. 1f1900f atm: lec use dev_change_mtu by Stephen Hemminger · 15 years ago
  15. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 15 years ago
  16. a3ac80a netrom: zero length frame filtering in NetRom by Bernard Pidoux · 15 years ago
  17. f99bcff ax25: zero length frame filtering in AX25 by Bernard Pidoux · 15 years ago
  18. 6078442 ax25: SOCK_DEBUG message simplification by Bernard Pidoux · 15 years ago
  19. 3019684 fsl_pq_mdio: Revive Gianfar TBI PHY support by Anton Vorontsov · 15 years ago
  20. 04ec5cf ipv6: reorder struct inet6_ifaddr to remove padding on 64 bit builds by Richard Kennedy · 15 years ago
  21. 29ded5f gianfar: Fix build with CONFIG_PM enabled by Anton Vorontsov · 15 years ago
  22. b55de80 e100: add support for 82552 10/100 adapter by Bruce Allan · 15 years ago
  23. ed36604 Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 by David S. Miller · 15 years ago
  24. 3f51839 e1000e: fixup merge error by Arthur Jones · 15 years ago
  25. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. 5e140df net: reorder struct Qdisc for better SMP performance by Eric Dumazet · 15 years ago
  27. 408896d5 dnet: remove duplicated #include by Huang Weiyi · 15 years ago
  28. 22d5a71 ixgbe: Fixup the watchdog interrupt scheduling on 82599 by Jesse Brandeburg · 15 years ago
  29. e63d976 ixgbe: Correctly report Wake On LAN for 82599 KX4 devices by PJ Waskiewicz · 15 years ago
  30. 03cfa20 ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge by PJ Waskiewicz · 15 years ago
  31. fe52eeb ixgb: refactor tx path to use skb_dma_map/unmap by Alexander Duyck · 15 years ago
  32. 5f66f20 e1000e: allow tx of pre-formatted vlan tagged packets by Arthur Jones · 15 years ago
  33. 1b7719c e1000e: fix dma error handling issues by Alexander Duyck · 15 years ago
  34. 8c81c9c e1000e: add support for 82583 device id by Alexander Duyck · 15 years ago
  35. cd7a3b7 smsc9420: fix big endian rx checksum offload by Steve Glendinning · 15 years ago
  36. 8fd17f2 sunvnet: Convert to net_device_ops. by David S. Miller · 15 years ago
  37. 225ddf4 smsc911x: allow setting of mac address by Steve Glendinning · 15 years ago
  38. 63a2ebb smsc911x: replace print_mac with %pM by Steve Glendinning · 15 years ago
  39. 785b6f9 smsc911x: define status word positions as constants by Steve Glendinning · 15 years ago
  40. 2e1ab63 rtnetlink: add new value for DHCP added routes by Stephen Hemminger · 15 years ago
  41. 170ebf8 bas_gigaset: correctly allocate USB interrupt transfer buffer by Tilman Schmidt · 15 years ago
  42. 44c1d6f smsc911x: reset last known duplex and carrier on open by Steve Glendinning · 15 years ago
  43. 2e2a6a9 sh_eth: Fix mistake of the address of SH7763 by Nobuhiro Iwamatsu · 15 years ago
  44. 0e0fde3 sh_eth: Change handling of IRQ by Nobuhiro Iwamatsu · 15 years ago
  45. 4826857 gianfar: pass the proper dev to DMA ops by Kumar Gala · 15 years ago
  46. 2bad35b netns: oops in ip[6]_frag_reasm incrementing stats by Jorge Boncompte [DTI2] · 15 years ago
  47. e4a389a net: kfree(napi->skb) => kfree_skb by Roel Kluin · 15 years ago
  48. cb0dc77 net: fix sctp breakage by Al Viro · 15 years ago
  49. 4b704d5 tipc: fix non-const printf format arguments by Stephen Hemminger · 15 years ago
  50. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 15 years ago
  51. e9c6a58 net: Document /proc/sys/net/core/netdev_budget by Stanislaw Gruszka · 15 years ago
  52. beedad9 tcp: remove parameter from tcp_recv_urg(). by Rami Rosen · 15 years ago
  53. 6914563 tulip: fix crash on iface up with shirq debug by Kyle McMartin · 15 years ago
  54. 4783256 virtio_net: Make virtio_net support carrier detection by Pantelis Koukousoulas · 15 years ago
  55. 17d0450 bonding: Fix updating of speed/duplex changes by Jay Vosburgh · 15 years ago
  56. 9bdd8d4 ipv6: Fix incorrect disable_ipv6 behavior by Brian Haley · 15 years ago
  57. cedc1db a2065: skb_padto cleanups by Dave Jones · 15 years ago
  58. 6901031 bnx2: Fix problem of using wrong IRQ handler. by Michael Chan · 15 years ago
  59. af43306 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  60. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. f10023a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  62. bd257ed netxen: fix firmware download warnings by Dhananjay Phadke · 15 years ago
  63. 4ada810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  64. 303c6a0 gro: Fix legacy path napi_complete crash by Herbert Xu · 15 years ago
  65. 2ffb455 gro: Fix vlan/netpoll check again by Herbert Xu · 15 years ago
  66. 1329f45 solos: Disable DMA until we have an FPGA update with it actually implemented. by David Woodhouse · 15 years ago
  67. 0fc36aa solos: Automatically determine number of ports by Nathan Williams · 15 years ago
  68. 97d759d solos: Reset device on unload, free pending skbs by David Woodhouse · 15 years ago
  69. 808ff69 iwlwifi: correct log level when error occurs by Reinette Chatre · 15 years ago
  70. 18d426c iwlwifi: print contents of control register when error occurs by Reinette Chatre · 15 years ago
  71. 48676eb iwlagn: fix warning when set WEP key by Mohamed Abbas · 15 years ago
  72. fd9377e iwl3945: unmap previously mapped memory by Reinette Chatre · 15 years ago
  73. 732587a iwl3945: use iwl_tx_cmd_complete by Abhijeet Kolekar · 15 years ago
  74. dd5b687 iwl3945 : fix rate scaling by Abhijeet Kolekar · 15 years ago
  75. 5c8df2d iwl3945: use iwl_led structure by Abhijeet Kolekar · 15 years ago
  76. fa11d52 iwl3945: fix sparse error by Abhijeet Kolekar · 15 years ago
  77. 3c4955f iwlwifi: verify the antenna selection when receive fixed rate debugfs by Wey-Yi Guy · 15 years ago
  78. df36c04 iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pkt by Wey-Yi Guy · 15 years ago
  79. 8fe7231 iwlwifi: HT performance improvement changes by Wey-Yi Guy · 15 years ago
  80. 86b4766 iwlwifi: remove un-necessary rs_tl_turn_on_agg() after agg enabled by Wey-Yi Guy · 15 years ago
  81. adb7b5e iwlwifi: add rf information in rate_scale debugfs command by Wey-Yi Guy · 15 years ago
  82. d8ae4f5 iwlwifi: add valid tx antenna information in rate_scale_table debugfs by Wey-Yi Guy · 15 years ago
  83. 141fa61 ray_cs: checkpatch.pl and Lindent cleanups by John Daiker · 15 years ago
  84. a66098d mwl8k: Marvell TOPDOG wireless driver by Lennert Buytenhek · 15 years ago
  85. 217ba9d ath9k: Fix FIF_PROMISC_IN_BSS processing in station mode by Jouni Malinen · 15 years ago
  86. eeee132 ath9k: Add spectrum management to HW capabilities by Sujith · 15 years ago
  87. 15cc0f1 ath9k: make few eeprom and calib items static by Luis R. Rodriguez · 15 years ago
  88. c117fa0 ath9k: downgrade xmit queue full message to xmit debug by Luis R. Rodriguez · 15 years ago
  89. 4a5af9c mac80211_hwsim: add regulatory testing options by Luis R. Rodriguez · 15 years ago
  90. 73d54c9 cfg80211: add regulatory netlink multicast group by Luis R. Rodriguez · 15 years ago
  91. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  92. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  93. 1a28c78 mac80211: deauth before flushing STA information by Herton Ronaldo Krzesinski · 15 years ago
  94. af88b90 mac80211: handle failed scan requests in STA mode by Helmut Schaa · 15 years ago
  95. 8830cb6 atmel: checkpatch.pl cleanups by John Daiker · 15 years ago
  96. 62b4fb6 ath9k: Fix bug in reading debugfs file 'rcstat' by Sujith · 15 years ago
  97. c37452b ath9k: Fix bug in TX aggregation by Sujith · 15 years ago
  98. 9c81e8b ath9k: Initialize ANI properly by Sujith · 15 years ago
  99. 22e5b085 ath5k: update LED table with reported devices by Bob Copeland · 15 years ago
  100. cdb02dc ath5k: use a table for LED parameters by Bob Copeland · 15 years ago