1. bf29ee6 ixgbe: cleanup unclear references to reg_idx by Alexander Duyck · 14 years ago
  2. 9d6b758 ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss by Alexander Duyck · 14 years ago
  3. 673ac60 ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c by Alexander Duyck · 14 years ago
  4. 50d6c68 ixgbe: add WOL support for backplane adapters by Alexander Duyck · 14 years ago
  5. e2b4e21 ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration by Alexander Duyck · 14 years ago
  6. bd50817 ixgbe: change mac_type if statements to switch statements by Alexander Duyck · 14 years ago
  7. aa80175 ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB by Alexander Duyck · 14 years ago
  8. ee9e0f0 ixgbe: cleanup ATR filter setup function by Alexander Duyck · 14 years ago
  9. c267fc1 ixgbe: cleanup ixgbe_clean_rx_irq by Alexander Duyck · 14 years ago
  10. 32aa77a ixgbe: change vector numbering so that queues end up on correct CPUs by Alexander Duyck · 14 years ago
  11. b953799 ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm by Alexander Duyck · 14 years ago
  12. 80fba3f ixgbe: Disable RSC when ITR setting is too high to allow RSC by Alexander Duyck · 14 years ago
  13. 73c4b7c ixgbe: cleanup race conditions in link setup by Alexander Duyck · 14 years ago
  14. 7d637bc ixgbe: add a state flags to ring by Alexander Duyck · 14 years ago
  15. 33cf09c ixgbe: move CPU variable from ring into q_vector, add ring->q_vector by Alexander Duyck · 14 years ago
  16. c60fbb0 ixgbe: move adapter into pci_dev driver data instead of netdev by Alexander Duyck · 14 years ago
  17. 01fa7d9 ixgbe: remove residual code left over from earlier combining of TXDCTL by Alexander Duyck · 14 years ago
  18. 5f5ae6f ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state by Alexander Duyck · 14 years ago
  19. fc77dc3 ixgbe: add a netdev pointer to the ring structure by Alexander Duyck · 14 years ago
  20. 5b7da51 ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap by Alexander Duyck · 14 years ago
  21. b6ec895 ixgbe: move device pointer into the ring structure by Alexander Duyck · 14 years ago
  22. 84ea259 ixgbe: drop ring->head, make ring->tail a pointer instead of offset by Alexander Duyck · 14 years ago
  23. d5f398e ixgbe: cleanup ixgbe_alloc_rx_buffers by Alexander Duyck · 14 years ago
  24. 8ad494b ixgbe: move GSO segments and byte count processing into ixgbe_tx_map by Alexander Duyck · 14 years ago
  25. 4c0ec65 ixgbe: remove unnecessary re-init of adapter on Rx-csum change by Alexander Duyck · 14 years ago
  26. 80ab193 ixgbe: DCB: credit max only needs to be gt TSO size for 82598 by John Fastabend · 14 years ago
  27. 16b61be ixgbe: DCB set PFC high and low water marks per data sheet specs by John Fastabend · 14 years ago
  28. 66c87bd ixgbevf: Update Version String and Copyright Notice by Greg Rose · 14 years ago
  29. 1a51502 ixgbe: delay rx_ring freeing by Eric Dumazet · 14 years ago
  30. b178bb3 net: reorder struct sock fields by Eric Dumazet · 14 years ago
  31. c31504d udp: use atomic_inc_not_zero_hint by Eric Dumazet · 14 years ago
  32. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  33. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  34. 8ffab51 macvlan: lockless tx path by Eric Dumazet · 14 years ago
  35. 0e3125c packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4) by Neil Horman · 14 years ago
  36. 020f01e drivers/isdn/mISDN: Use printf extension %pV by Joe Perches · 14 years ago
  37. 3654654 netlink: let nlmsg and nla functions take pointer-to-const args by Jan Engelhardt · 14 years ago
  38. 9d82ca9 ipv6: fix missing in6_ifa_put in addrconf by John Fastabend · 14 years ago
  39. b5e4156 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  40. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  41. 1f4f067 enic: Fix build warnings by Vasanthy Kolluri · 14 years ago
  42. ce5a121 hso: Fix unused variable warning by Alan Cox · 14 years ago
  43. ec1e561 bridge: add RCU annotations to bridge port lookup by Eric Dumazet · 14 years ago
  44. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  45. 61391cd netdev: add rcu annotations to receive handler hook by stephen hemminger · 14 years ago
  46. a386f99 bridge: add proper RCU annotation to should_route_hook by Eric Dumazet · 14 years ago
  47. e805168 bridge: add RCU annotation to bridge multicast table by Eric Dumazet · 14 years ago
  48. 8a22c99 net/ipv6/mcast.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  49. d577f1c include/net/caif/cfctrl.h: Remove unnecessary semicolons by Joe Perches · 14 years ago
  50. c59504e include/linux/if_macvlan.h: Remove unnecessary semicolons by Joe Perches · 14 years ago
  51. 779bb41 drivers/net/cnic.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  52. e81a1ba drivers/net/ixgbe: Remove unnecessary semicolons by Joe Perches · 14 years ago
  53. 1d51c41 drivers/net/e1000e: Remove unnecessary semicolons by Joe Perches · 14 years ago
  54. 6f38ad9 drivers/net/bnx2x: Remove unnecessary semicolons by Joe Perches · 14 years ago
  55. ad65ffd drivers/isdn: Remove unnecessary semicolons by Joe Perches · 14 years ago
  56. 6c1b6c6 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  57. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  58. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  59. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  60. e1f2d8c vlan: Fix build warning in vlandev_seq_show() by David S. Miller · 14 years ago
  61. b1d771e carl9170: use generic sign_extend32 by Christian Lamparter · 14 years ago
  62. 7919a57 bitops: Provide generic sign_extend32 function by Andreas Herrmann · 14 years ago
  63. e4b3fdb wl1251: use wl12xx_platform_data to pass data by Grazvydas Ignotas · 14 years ago
  64. 1d4b89f wl1251: add runtime PM support for SDIO by Grazvydas Ignotas · 14 years ago
  65. cb7bbc7 wl1251: add power callback to wl1251_if_operations by Grazvydas Ignotas · 14 years ago
  66. f81c1f4 iwlagn: enable shadow register by Wey-Yi Guy · 14 years ago
  67. 6fe8efb iwlwifi: disable disconnected antenna for advanced bt coex by Shanyu Zhao · 14 years ago
  68. 3031242 iwlwifi: seperate disconnected antenna function by Shanyu Zhao · 14 years ago
  69. b2769b8 iwlagn: fix RXON HT by Johannes Berg · 14 years ago
  70. 8da8e62 iwlagn: re-enable calibration by Johannes Berg · 14 years ago
  71. 52d980c iwlagn: fix RXON issues by Johannes Berg · 14 years ago
  72. 2e1fea4 iwlagn: fix needed chains calculation by Johannes Berg · 14 years ago
  73. 35a6eb3 iwlwifi: resending QoS command when HT changes by Wey-Yi Guy · 14 years ago
  74. fd11743 iwlwlifi: update rx write pointer w/o request mac access in the CAM mode by Winkler, Tomas · 14 years ago
  75. 708068d iwlwifi: legacy tx_cmd_protection function by Wey-Yi Guy · 14 years ago
  76. e39fdee iwlwifi: put all the isr related function under ops by Wey-Yi Guy · 14 years ago
  77. 81baf6e iwlwifi: Legacy isr only used by legacy devices by Wey-Yi Guy · 14 years ago
  78. ae79d23 iwlagn: fix non-5000+ build by Johannes Berg · 14 years ago
  79. 2a21ff4 iwlagn: update PCI ID for 100 series devices by Wey-Yi Guy · 14 years ago
  80. fb30eaf iwlagn: update PCI ID for 6000g2a series devices by Wey-Yi Guy · 14 years ago
  81. 8b37d9f iwlagn: update PCI ID for 6000g2b series devices by Wey-Yi Guy · 14 years ago
  82. 5d882c9 ath5k: Print stats as unsigned ints. by Ben Greear · 14 years ago
  83. 8c5765f rt2x00: Add watchdog functions for HW queue by Ivo van Doorn · 14 years ago
  84. ea175ee rt2x00: Remove rt2x00lib_toggle_rx by Ivo van Doorn · 14 years ago
  85. 8be4eed rt2x00: Fix rt2x00queue_kick_tx_queue arguments by Ivo van Doorn · 14 years ago
  86. 813f033 rt2x00: Rename queue->lock to queue->index_lock by Ivo van Doorn · 14 years ago
  87. 821cde63 rt2x00: checkpatch.pl error fixes for rt73usb.c by Mark Einon · 14 years ago
  88. f8bfbc3 rt2x00: checkpatch.pl error fixes for rt2x00queue.c by Mark Einon · 14 years ago
  89. 027e8fd rt2x00: checkpatch.pl error fixes for rt2x00link.c by Mark Einon · 14 years ago
  90. 5f181dc rt2x00: checkpatch.pl error fixes for rt2x00lib.h by Mark Einon · 14 years ago
  91. c2361ba rt2x00: checkpatch.pl error fixes for rt2x00dev.c by Mark Einon · 14 years ago
  92. 8a23903 rt2x00: checkpatch.pl error fixes for rt2x00config.c by Mark Einon · 14 years ago
  93. 87a46ca rt2x00: checkpatch.pl error fixes for rt2800usb.h by Mark Einon · 14 years ago
  94. 144b80b rt2x00: checkpatch.pl error fixes for rt2800usb.c by Mark Einon · 14 years ago
  95. c6cbade rt2x00: checkpatch.pl error fixes for rt2800pci.h by Mark Einon · 14 years ago
  96. bf1b151 rt2x00: checkpatch.pl error fixes for rt2800lib.c by Mark Einon · 14 years ago
  97. fd8dab9 rt2x00: checkpatch.pl error fixes for rt2800.h by Mark Einon · 14 years ago
  98. cf55347 rt2x00: checkpatch.pl error fixes for rt2500usb.c by Mark Einon · 14 years ago
  99. cb771b1 rt2x00: checkpatch.pl error fixes for rt2500pci.h by Mark Einon · 14 years ago
  100. 46b9786 rt2x00: checkpatch.pl error fixes for rt2400pci.h by Mark Einon · 14 years ago