1. 4aa3a71 gianfar v5: implement nfc by Sebastian Poehn · 13 years ago
  2. d13d6bf ucc_geth: enable transmit time stamping. by Richard Cochran · 13 years ago
  3. 1f6e44a pxa168_eth: enable transmit time stamping. by Richard Cochran · 13 years ago
  4. 8c0069a smsc911x: enable transmit time stamping. by Richard Cochran · 13 years ago
  5. e309721 fs_enet: enable transmit time stamping. by Richard Cochran · 13 years ago
  6. e072092 macb: enable transmit time stamping. by Richard Cochran · 13 years ago
  7. d6cf073 fec_mpc52xx: enable transmit and receive time stamping. by Richard Cochran · 13 years ago
  8. 93e0ed1 ll_temac: enable transmit and receive time stamping. by Richard Cochran · 13 years ago
  9. 570773c emaclite: enable transmit and receive time stamping. by Richard Cochran · 13 years ago
  10. d76b7e2 lib8390: enable transmit and receive time stamping. by Richard Cochran · 13 years ago
  11. 238442f net: export the receive time stamping hook for non-NAPI drivers by Richard Cochran · 13 years ago
  12. 306ff6e myricom: remove stats_lock by Eric Dumazet · 13 years ago
  13. eac5646 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  14. 1b9c413 myri_sbus: remove driver by Jon Mason · 13 years ago
  15. 43676ab batman-adv: improved gateway tq-based selection by Antonio Quartulli · 13 years ago
  16. 19595e0 batman-adv: throw uevent in userspace on gateway add/change/del event by Antonio Quartulli · 13 years ago
  17. 2265c14 batman-adv: gateway election code refactoring by Antonio Quartulli · 13 years ago
  18. c6bda68 batman-adv: add wrapper function to throw uevent in userspace by Antonio Quartulli · 13 years ago
  19. 7683fdc batman-adv: protect the local and the global trans-tables with rcu by Antonio Quartulli · 13 years ago
  20. cc47f66 batman-adv: improved roaming mechanism by Antonio Quartulli · 13 years ago
  21. a73105b batman-adv: improved client announcement mechanism by Antonio Quartulli · 13 years ago
  22. 3b27ffb batman-adv: Unify the first 3 bytes in each packet by Antonio Quartulli · 13 years ago
  23. b4e1705 batman-adv: Reduce usage of char by Sven Eckelmann · 13 years ago
  24. b2c44a5 batman-adv: count_real_packets() in batman-adv assumes char is signed by David Howells · 13 years ago
  25. db69ecf batman-adv: Keep interface_tx as local function by Sven Eckelmann · 13 years ago
  26. b8e2dd1 batman-adv: Move compare_orig to originator.c by Sven Eckelmann · 13 years ago
  27. cf05c70 veth: fix 64bit stats on 32bit arches by Eric Dumazet · 13 years ago
  28. 219eb47 net/staging: add needed interrupt.h and hardirq.h includes by Stephen Rothwell · 13 years ago
  29. 5bf0c19 davinci_emac: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  30. 6241207 smsc9420: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  31. 52f64fa stmmac: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  32. 2aa8f4c r6040: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  33. d515b45 tg3: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  34. a0087a3 fec: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  35. 4ff75b7 net: correct comment on where to place transmit time stamp hook. by Richard Cochran · 13 years ago
  36. fd112f2 r8169: check firmware content sooner. by Francois Romieu · 13 years ago
  37. 960aee6 r8169: support new firmware format. by Hayes Wang · 13 years ago
  38. 1c361ef r8169: explicit firmware format check. by Francois Romieu · 13 years ago
  39. b6ffd97 r8169: move the firmware down into the device private data. by Francois Romieu · 13 years ago
  40. c4dc4d1 e1000: remove unnecessary code by Greg Dietsche · 13 years ago
  41. 0a3f084 net: icplus: remove unnecessary code by Greg Dietsche · 13 years ago
  42. cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  43. d751e62 net/can: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  44. c63d6ea rtnetlink: unlock on error path in netlink_dump() by Dan Carpenter · 13 years ago
  45. 59deab2 gianfar: Use pr_<level>, netdev_<level> and netif_<level> by Joe Perches · 13 years ago
  46. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  47. 3c8def9 be2net: support multiple TX queues by Sathya Perla · 13 years ago
  48. 15b4d93 netfilter: ipset: whitespace and coding fixes detected by checkpatch.pl by Jozsef Kadlecsik · 13 years ago
  49. e385357 netfilter: ipset: hash:net,iface type introduced by Jozsef Kadlecsik · 13 years ago
  50. 9b03a5e netfilter: ipset: use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 13 years ago
  51. 9d88323 netfilter: ipset: fix return code for destroy when sets are in use by Jozsef Kadlecsik · 13 years ago
  52. b66554c netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API change by Jozsef Kadlecsik · 13 years ago
  53. e6146e8 netfilter: ipset: use unified from/to address masking and check the usage by Jozsef Kadlecsik · 13 years ago
  54. f3dfd15 netfilter: ipset: take into account cidr value for the from address when creating the set by Jozsef Kadlecsik · 13 years ago
  55. c64562e netfilter: ipset: adding ranges to hash types with timeout could still fail, fixed by Jozsef Kadlecsik · 13 years ago
  56. d0d9e0a netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* types by Jozsef Kadlecsik · 13 years ago
  57. f1e00b3 netfilter: ipset: set type support with multiple revisions added by Jozsef Kadlecsik · 13 years ago
  58. 3d14b17 netfilter: ipset: fix adding ranges to hash types by Jozsef Kadlecsik · 13 years ago
  59. c1e2e04 netfilter: ipset: support listing setnames and headers too by Jozsef Kadlecsik · 13 years ago
  60. ac8cc92 netfilter: ipset: options and flags support added to the kernel API by Jozsef Kadlecsik · 13 years ago
  61. 483e9ea netfilter: ipset: whitespace fixes: some space before tab slipped in by Jozsef Kadlecsik · 13 years ago
  62. 5416219 netfilter: ipset: timeout can be modified for already added elements by Jozsef Kadlecsik · 13 years ago
  63. 619c151 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next-2.6 by Patrick McHardy · 13 years ago
  64. 1f2d9c9 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 13 years ago
  65. 520b275 tg3: Create funcs for power source switching by Matt Carlson · 13 years ago
  66. 221c563 tg3: Migrate phy preprocessor defs to system defs by Matt Carlson · 13 years ago
  67. 5bb0977 tg3: Show flowctrl settings through get_settings() by Matt Carlson · 13 years ago
  68. ad0fad9 tg3: Fix EEE debounce timer values by Matt Carlson · 13 years ago
  69. 727a6d9 tg3: Add more selfboot formats to NVRAM selftest by Matt Carlson · 13 years ago
  70. eb69d56 tg3: Remove 4G_DMA_BNDRY_BUG flag by Matt Carlson · 13 years ago
  71. daf9a55 tg3: Remove 40BIT_DMA_LIMIT_BUG by Matt Carlson · 13 years ago
  72. 0e6cf6a tg3: Workaround tagged status update bug by Matt Carlson · 13 years ago
  73. b96368e bnx2x: Update date to 2011/06/13 and version to 1.70.00-0 by Vladislav Zolotarov · 13 years ago
  74. d1976b2 bnx2x: PFC support for 578xx by Dmitry Kravkov · 13 years ago
  75. 60d2fe0 bnx2x: Rename LASI registers to definitions in mdio.h by Yaniv Rosner · 13 years ago
  76. 3deb816 bnx2x: Add a periodic task for link PHY events by Yaniv Rosner · 13 years ago
  77. 0d40f0d bnx2x: Adjust BCM84833 to BCM578xx by Yaniv Rosner · 13 years ago
  78. 6c3218c bnx2x: Adjust ETS to 578xx by Yaniv Rosner · 13 years ago
  79. 6583e33 bnx2x: Add new PHY 54616s by Yaniv Rosner · 13 years ago
  80. 3c9ada2 bnx2x: Add Warpcore support for 578xx by Yaniv Rosner · 13 years ago
  81. 9380bb9 bnx2x: Add new MAC support for 578xx by Yaniv Rosner · 13 years ago
  82. 754a2f5 bnx2x: Cosmetic changes. by Dmitry Kravkov · 13 years ago
  83. ef01854 bnx2x: update DCB data during PMF migration by Dmitry Kravkov · 13 years ago
  84. c9ee920 bnx2x: 57712 parity handling by Vladislav Zolotarov · 13 years ago
  85. 619c5cb New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fc by Vlad Zolotarov · 13 years ago
  86. 042181f bnx2x: Created bnx2x_sp by Vladislav Zolotarov · 13 years ago
  87. 9ee3d37 bnx2x: removed unused variables by Dmitry Kravkov · 13 years ago
  88. a9fccec bnx2x: use bnx2x_reload_if_running by Dmitry Kravkov · 13 years ago
  89. 7a25cc7 bnx2x: dump FW memory when appropriate msglvl is raised by Dmitry Kravkov · 13 years ago
  90. 361c391 bnx2x: do not call link update without HW notification by Yaniv Rosner · 13 years ago
  91. 30ae438b bnx2x: disable fairness if ETS is enabled by Dmitry Kravkov · 13 years ago
  92. ca92429 bnx2x: avoid release of unrequested irqs by Dmitry Kravkov · 13 years ago
  93. 93ef5c0 bnx2x: put start bd csum in separate function by Dmitry Kravkov · 13 years ago
  94. 4b7ed89 bnx2x: remove references to intr_sem by Dmitry Kravkov · 13 years ago
  95. 8eef2af bnx2x: do not allocate FCoE ring if disabled by Dmitry Kravkov · 13 years ago
  96. 59e5137 cnic: Move indexing function pointers to struct kcq_info by Michael Chan · 13 years ago
  97. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  98. 552ad65 IPVS: labels at pos 0 by Hans Schillstrom · 13 years ago
  99. b7c7dee vmxnet3: remove unused variable by Neil Horman · 13 years ago
  100. bf0239a bonding:delete a dereference before check by Peter Pan(潘卫平) · 13 years ago