1. f08aa1a tg3: Add phy-related preprocessor constants by Matt Carlson · 14 years ago
  2. 6ee7c0a tg3: Add error reporting to tg3_phydsp_write() by Matt Carlson · 14 years ago
  3. f65aac1 tg3: Improve small packet performance by Matt Carlson · 14 years ago
  4. 67b284d tg3: Remove 5720, 5750, and 5750M by Matt Carlson · 14 years ago
  5. ecc7964 tg3: Detect APE firmware types by Matt Carlson · 14 years ago
  6. 8c69b1e tg3: Restrict ASPM workaround devlist by Matt Carlson · 14 years ago
  7. f37500d tg3: Manage gphy power for CPMU-less devs only by Matt Carlson · 14 years ago
  8. 88075d9 tg3: Don't access phy test ctrl reg for 5717+ by Matt Carlson · 14 years ago
  9. c885e82 tg3: Create TG3_FLG3_5717_PLUS flag by Matt Carlson · 14 years ago
  10. 774ee75 tg3: Disable TSS also during tg3_close() by Matt Carlson · 14 years ago
  11. 6de34cb tg3: Add 5784 ASIC rev to earlier PCIe MPS fix by Matt Carlson · 14 years ago
  12. 83bf2e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  13. 6661481 netfilter: nf_conntrack_acct: use skb->len for accounting by Changli Gao · 14 years ago
  14. 2452a99 netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choice by Changli Gao · 14 years ago
  15. f43dc98 netfilter: nf_nat: make unique_tuple return void by Changli Gao · 14 years ago
  16. 794dbc1 netfilter: nf_nat: use local variable hdrlen by Changli Gao · 14 years ago
  17. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  18. 2890a15 ipvs: remove EXPERIMENTAL tag by Simon Horman · 14 years ago
  19. ee92d37 netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() by Changli Gao · 14 years ago
  20. 24b36f0 netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary by Eric Dumazet · 14 years ago
  21. de38483 net: ingress filter message limit by Stephen Hemminger · 14 years ago
  22. e2e0c7c net/rose: Use GFP_ATOMIC by Julia Lawall · 14 years ago
  23. 0fc48c3 be2net: fix to avoid sending get_stats request if one is already being processed. by Ajit Khaparde · 14 years ago
  24. 48e9989 be2net: change to show correct physical link status by Ajit Khaparde · 14 years ago
  25. 7c18527 be2net: add code to dump registers for debug by Ajit Khaparde · 14 years ago
  26. 6dedec8 be2net: fix to correctly know if driver needs to run for a VF or a PF by Ajit Khaparde · 14 years ago
  27. 060b946 sky2: Code style fixes by Mike McCormack · 14 years ago
  28. e994762 TI DaVinci EMAC: Fix incorrect reference to EMAC_CTRL registers. by Sriram · 14 years ago
  29. 3725b1f TI DaVinci EMAC: Fix asymmetric handling of packets in NAPI Poll function. by Sriram · 14 years ago
  30. 84da265 TI DaVinci EMAC : Implement interrupt pacing functionality. by Sriram · 14 years ago
  31. 3a7fda0 bridge: Allow multicast snooping to be disabled before ifup by Herbert Xu · 14 years ago
  32. de140b0 dnet: fixup error handling in initialization by Dan Carpenter · 14 years ago
  33. c5cb002 bonding: prevent sysfs from allowing arp monitoring with alb/tlb by Andy Gospodarek · 14 years ago
  34. 75f5e1c drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  35. 19de1e3 net: ks8842 depends on DMA_ENGINE by Randy Dunlap · 14 years ago
  36. 3ac3774 ucc_geth: fix UCC device number in debug message by Sergey Matyukevich · 14 years ago
  37. bee3136 tun: keep link (carrier) state up to date by Nolan Leake · 14 years ago
  38. ae3568a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  39. b7753c8 cfg80211: fix dev <-> wiphy typo by Christian Lamparter · 14 years ago
  40. e5b900d mac80211: allow drivers to request DTIM period by Johannes Berg · 14 years ago
  41. d28232b iwlwifi: fix scan abort by Stanislaw Gruszka · 14 years ago
  42. 1634591 mwl8k: change maintenance status by Lennert Buytenhek · 14 years ago
  43. ac01e94 wl1271: update hw/fw version info in wiphy struct by John W. Linville · 14 years ago
  44. 8b28e82 wl1251: update hw/fw version info in wiphy struct by John W. Linville · 14 years ago
  45. ece550d wl1271: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  46. bef9cb5 libertas_tf: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  47. 1943414 wl1251: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  48. a55427e ar9170: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  49. 0d462bb mwl8k: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  50. 4c85ab1 ath9k: enable serialize_regmode for non-PCIE AR9160 by John W. Linville · 14 years ago
  51. 7f3e01f net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magic by Stephen Rothwell · 14 years ago
  52. 4552124 mac80211: inform drivers about the off-channel status on channel changes by Felix Fietkau · 14 years ago
  53. a0daa0e Revert "mac80211: fix sw scan bracketing" by Luis R. Rodriguez · 14 years ago
  54. 3088833 ath9k: remove the two wiphys scanning at the same time message by Luis R. Rodriguez · 14 years ago
  55. c4c3229 cfg80211: Update of regulatory request initiator handling by Yuri Ershov · 14 years ago
  56. d080e27 nl80211: Fix memory leaks by Yuri Ershov · 14 years ago
  57. e4ab7eb mac80211: Put some code under MESH macro by Yuri Ershov · 14 years ago
  58. 099284b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  59. bd28063 ks8842: Fix warnings on 64-bit. by David S. Miller · 14 years ago
  60. ba01877 macvlan: Fix rx counters update in macvlan_handle_frame() by Sridhar Samudrala · 14 years ago
  61. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. b8bc042 ixgbe: potential null dereference by Dan Carpenter · 14 years ago
  63. 94fe8c6 ks8842: Support DMA when accessed via timberdale by Richard Röjfors · 14 years ago
  64. 3eeb299 stmmac: fix automatic PAD/FCS stripping by Giuseppe CAVALLARO · 14 years ago
  65. ca09c97 stmmac: fix timer setup when use dual mac Kconfig by Giuseppe CAVALLARO · 14 years ago
  66. 49efec1 bnx2x: Update MAINTAINERS according to new location by Dmitry Kravkov · 14 years ago
  67. 9e672fd bnx2x: update driver version to 1.52.53-3 by Dmitry Kravkov · 14 years ago
  68. 6c719d0 bnx2x: Move statistics handling code to bnx2x_stats.* by Dmitry Kravkov · 14 years ago
  69. de0c62d bnx2x: Create separate file for ethtool routines by Dmitry Kravkov · 14 years ago
  70. 9f6c925 bnx2x: Create bnx2x_cmn.* files by Dmitry Kravkov · 14 years ago
  71. b0efbb9 bnx2x: move global variable load_count to bnx2x.h by Dmitry Kravkov · 14 years ago
  72. 5d7cd49 bnx2x: store module parameters in driver main structure by Dmitry Kravkov · 14 years ago
  73. 5d1e859 bnx2x: Create separate folder for bnx2x driver by Dmitry Kravkov · 14 years ago
  74. 4ebaa4e Bluetooth: Fix kfree() => kfree_skb() in hci_ath.c by Dan Carpenter · 14 years ago
  75. 2c6952d igbvf, ixgbevf: use dev_hw_addr_random by Stefan Assmann · 14 years ago
  76. 56075a9 ixgbe: priority tagging FCoE frames without FCoE offload by John Fastabend · 14 years ago
  77. 2f8362a Bluetooth: Add __init and __exit marks to RFCOMM by Gustavo F. Padovan · 14 years ago
  78. f2b94bb Bluetooth: Add __init and __exit marks to UART drivers by Gustavo F. Padovan · 14 years ago
  79. e9da101 Bluetooth: Use hci_recv_stream_fragment() in UART driver by Gustavo F. Padovan · 14 years ago
  80. da5f6c3 Bluetooth: Test 'count' value before enter the loop by Gustavo F. Padovan · 14 years ago
  81. 0bbdf6c Bluetooth: Fix permission of hci_ath.c by Gustavo F. Padovan · 14 years ago
  82. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  83. 073730d wireless: Convert wiphy_debug macro to function by Joe Perches · 14 years ago
  84. 903c99d drivers/net/wireless/at76c50x-usb.c: Neaten macros by Joe Perches · 14 years ago
  85. c96c31e drivers/net/wireless: Use wiphy_<level> by Joe Perches · 14 years ago
  86. e1db74f include/net/cfg80211.h: Add wiphy_<level> printk equivalents by Joe Perches · 14 years ago
  87. 97c5e27 libertas: remove unused cmd_pending waitq by Dan Williams · 14 years ago
  88. d06956b libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node() by Dan Williams · 14 years ago
  89. 77ccdcf libertas: kill unused lbs_prepare_and_send_command() by Dan Williams · 14 years ago
  90. 53800f5 libertas: convert DEEP_SLEEP timer to a direct command by Dan Williams · 14 years ago
  91. 0bb6408 libertas: convert PS_MODE to a direct command by Dan Williams · 14 years ago
  92. 8196112 libertas: remove unused indirect command response handler by Dan Williams · 14 years ago
  93. a6bb1bc libertas: convert CMD_FWT_ACCESS to a direct command by Dan Williams · 14 years ago
  94. 5214865 libertas: convert Mesh Blinding Table access to a direct command by Dan Williams · 14 years ago
  95. 4c7c6e00 libertas: convert register access to direct commands by Dan Williams · 14 years ago
  96. 85dfbfe libertas: convert LED_GPIO_CTRL to a direct command by Dan Williams · 14 years ago
  97. d6541c7 libertas: remove Beacon Control by Dan Williams · 14 years ago
  98. db08006 libertas: remove unused Automatic Frequency Control command by Dan Williams · 14 years ago
  99. 49a08af libertas: remove unused indirect TPC_CFG command leftovers by Dan Williams · 14 years ago
  100. cc4b9d3 libertas: convert 11D_DOMAIN_INFO to a direct command by Dan Williams · 14 years ago