1. c0f2276 igb: Fix Tx hangs seen when loading igb with max_vfs > 7. by Emil Tantilov · 14 years ago
  2. 5fa8517 igb: Use only a single Tx queue in SR-IOV mode by Greg Rose · 14 years ago
  3. ede3ef0 igb: fix PHY config access on 82580 by Nick Nunley · 14 years ago
  4. 7475271 x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGN by Alexander Duyck · 14 years ago
  5. fe62c29 ll_temac: add error checking to DMA init path by Denis Kirjanov · 14 years ago
  6. ee3cb62 be2net: changes to properly provide phy details by Ajit Khaparde · 14 years ago
  7. 3d8009c ehea: Allocate stats buffer with GFP_KERNEL by Brian King · 14 years ago
  8. 05318bc 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
  9. ea812ca x86: Align skb w/ start of cacheline on newer core 2/Xeon Arch by Alexander Duyck · 14 years ago
  10. cb836a9 ixgbe: add 1g PHY support for 82599 by Don Skidmore · 14 years ago
  11. 765c9f4 sfc: Add support for RX flow hash control by Ben Hutchings · 14 years ago
  12. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 14 years ago
  13. cbf2d60 vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags() by Ben Hutchings · 14 years ago
  14. 97d1935 netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags by Ben Hutchings · 14 years ago
  15. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  16. b3003be cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding Boundary by Casey Leedom · 14 years ago
  17. 64bb336 cxgb4vf: Remove obsolete comment about the lack of a TX Timer Callback by Casey Leedom · 14 years ago
  18. d6bebca fragment: add fast path for in-order fragments by Changli Gao · 14 years ago
  19. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 14 years ago
  20. f3eb62d be2net: memory barrier fixes on IBM p7 platform by Sathya Perla · 14 years ago
  21. 7e307c7 cpmac: use resource_size() by Dan Carpenter · 14 years ago
  22. 504f85c act_nat: use stack variable by Changli Gao · 14 years ago
  23. 5acbf7f act_mirred: combine duplicate code by Changli Gao · 14 years ago
  24. 787a344 net/neighbour.h: fix typo by Kulikov Vasiliy · 14 years ago
  25. 88c1f4f ath9k_htc: Add LED support for AR7010 by Sujith · 14 years ago
  26. 92b50c4 mac82011: Allow selection of minstrel_ht as default rc algorithm by Helmut Schaa · 14 years ago
  27. f860d52 ath9k: fix TSF after reset on AR913x by Felix Fietkau · 14 years ago
  28. 4e9e58c rt2x00: Fix compile warning when debug disabled by Ivo van Doorn · 14 years ago
  29. efc7d36 rt2x00: Always set BBP_CSR_CFG_BBP_RW_MODE to 1 by Ivo van Doorn · 14 years ago
  30. e22557f rt2x00: Fix antenna initialization by Ivo van Doorn · 14 years ago
  31. aa67463 rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignment by Ivo van Doorn · 14 years ago
  32. fdb8725 rt2x00: fix beacon reset on rt2800 by Helmut Schaa · 14 years ago
  33. 8654b79 rt2x00: Disable link tuning in AP mode by Helmut Schaa · 14 years ago
  34. fa43750 rt2x00: Fix beacon updates in rt61pci by Helmut Schaa · 14 years ago
  35. ad90319 rt2x00: Fix beacon updates in rt2800pci by Helmut Schaa · 14 years ago
  36. d440cb9 rt2x00: Enable multiBSS in rt2800 by Ivo van Doorn · 14 years ago
  37. ec2d179 rt2x00: Align rt2800 EEPROM validation to Ralink vendor driver. by Gertjan van Wingerde · 14 years ago
  38. 20f8b13 rt2x00: Correctly detect 93C86 EEPROMs in rt2800pci. by Gertjan van Wingerde · 14 years ago
  39. afd2a5c eeprom_93cx6: Add support for 93c86 EEPROMs. by Gertjan van Wingerde · 14 years ago
  40. 9cf4cb0 rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb. by Gertjan van Wingerde · 14 years ago
  41. 76dd5dd rt2x00: Rename driver write_tx_datadesc callback function. by Gertjan van Wingerde · 14 years ago
  42. e513a0b rt2x00: Move common txdone handling to rt2x00lib_txdone. by Gertjan van Wingerde · 14 years ago
  43. 78eea11 rt2x00: Merge PCI and USB versions of write_tx_data into single function. by Gertjan van Wingerde · 14 years ago
  44. fe72569 rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function. by Gertjan van Wingerde · 14 years ago
  45. 398ab9e rt2x00: Fix frame dumping for USB devices. by Gertjan van Wingerde · 14 years ago
  46. 1ed7a17 rt2x00: Remove unneeded variable by Ivo van Doorn · 14 years ago
  47. f1aa4c5 rt2x00: Write the BSSID to register when interface is added by Ivo van Doorn · 14 years ago
  48. 1df9080 rt2x00: Implement tx mpdu aggregation by Helmut Schaa · 14 years ago
  49. 511d934 gianfar: Implement workaround for eTSEC-A002 erratum by Anton Vorontsov · 14 years ago
  50. deb90ea gianfar: Implement workaround for eTSEC76 erratum by Anton Vorontsov · 14 years ago
  51. 7d35097 gianfar: Implement workaround for eTSEC74 erratum by Anton Vorontsov · 14 years ago
  52. 70777d0 net/core: use ntohs for skb->protocol by Sebastian Andrzej Siewior · 14 years ago
  53. 784e271 ipv6: Use interface max_desync_factor instead of static default by Ben Hutchings · 14 years ago
  54. f56619f ipv6: Clamp reported valid_lft to a minimum of 0 by Ben Hutchings · 14 years ago
  55. 5a9dbfe usb: pegasus: fixed coding style issues by Nicolas Kaiser · 14 years ago
  56. de84727 3c59x: Use fine-grained locks for MII and windowed register access by Ben Hutchings · 14 years ago
  57. 5a86f28 e1000e: disable EEE support by default by Bruce Allan · 14 years ago
  58. cc40f57 e1000e: remove EEE module parameter by Bruce Allan · 14 years ago
  59. 8eb64e6 e1000e: suppress compile warnings on certain archs by Bruce Allan · 14 years ago
  60. 36f2407 e1000e: don't inadvertently re-set INTX_DISABLE by Dean Nelson · 14 years ago
  61. 6c05757 drivers/net/Makefile: conditionally descend to wireless by Nicolas Kaiser · 14 years ago
  62. d1e3168 net/Makefile: conditionally descend to wireless and ieee802154 by Nicolas Kaiser · 14 years ago
  63. 346fe76 qlcnic: Add support for configuring eswitch and npars by Rajesh K Borundia · 14 years ago
  64. 45918e2 qlcnic: Remove obsolete code by Anirban Chakraborty · 14 years ago
  65. f35376a ath9k: make ath9k_hw_keysetmac static by John W. Linville · 14 years ago
  66. 99aeed9 ath9k: remove unused function ath9k_hw_keyisvalid by John W. Linville · 14 years ago
  67. c466d4e mac80211: add basic tracing to drv_get_survey by John W. Linville · 14 years ago
  68. ff3074a mac80211: remove unnecessary check in ieee80211_dump_survey by John W. Linville · 14 years ago
  69. 51f932c micrel phy driver - updated(1) by Choi, David · 14 years ago
  70. deaec0f qlcnic: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  71. ef2519b netxen: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  72. e0d904f bnx2x: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  73. d92be4b vmxnet3: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  74. 52b6dcf e1000e: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  75. 529d6da caif-driver: Add CAIF-SPI Protocol driver. by Sjur Braendeland · 14 years ago
  76. 01eebb5 caif: Kconfig and Makefile fixes by Sjur Braendeland · 14 years ago
  77. cfc9b16 cxgb4vf: Stitch new T4 PCI-E SR-IOV Virtual Function driver into the build by Casey Leedom · 14 years ago
  78. 84c6ade cxgb4vf: Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver cxgb4vf by Casey Leedom · 14 years ago
  79. be839e3 cxgb4vf: Add main T4 PCI-E SR-IOV Virtual Function driver for cxgb4vf by Casey Leedom · 14 years ago
  80. c6e0d91 cxgb4vf: Add T4 Virtual Function Scatter-Gather Engine DMA code by Casey Leedom · 14 years ago
  81. 16f8bd4 cxgb4vf: Add core T4 PCI-E SR-IOV Virtual Function hardware definitions and device communication code by Casey Leedom · 14 years ago
  82. 7ee9ff9 cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardware resources by Casey Leedom · 14 years ago
  83. 17edf25 cxgb4vf: Add new macros and definitions for hardware constants by Casey Leedom · 14 years ago
  84. 81323b7 cxgb4vf: update to latest T4 firmware API file by Casey Leedom · 14 years ago
  85. 1704d74 cxgb4vf: small changes to message processing structures/macros by Casey Leedom · 14 years ago
  86. a71e832 netdev: mdio-octeon: Fix section mismatch errors. by David Daney · 14 years ago
  87. d30b181 netdev: octeon_mgmt: Fix section mismatch errors. by David Daney · 14 years ago
  88. 210d6de act_mirred: don't clone skb when skb isn't shared by Changli Gao · 14 years ago
  89. c4ead4c tcp: tso_fragment() might avoid GFP_ATOMIC by Eric Dumazet · 14 years ago
  90. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  91. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  92. 33d91f0 net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() by Eric Dumazet · 14 years ago
  93. 7a9b2d5 net: use this_cpu_ptr() by Eric Dumazet · 14 years ago
  94. b6b3ecc net: u64_stats_sync improvements by Eric Dumazet · 14 years ago
  95. a095cfc 3c59x: Specify window explicitly for access to windowed registers by Ben Hutchings · 14 years ago
  96. d2ef859 mlx4: add dynamic LRO disable support by Amerigo Wang · 14 years ago
  97. 958de19 s2io: add dynamic LRO disable support by Jon Mason · 14 years ago
  98. 38bdb65 mac80211: fix the for_each_sta_info macro by Felix Fietkau · 14 years ago
  99. 78c4653 ath9k: fix retry count for A-MPDU rate control status reports by Felix Fietkau · 14 years ago
  100. 6665b54 ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413 by Bruno Randolf · 14 years ago