1. b6a563b Phonet: look up the resource routing table when forwarding by Rémi Denis-Courmont · 14 years ago
  2. 7417fa8 Phonet: hook resource routing to userspace via ioctl()'s by Rémi Denis-Courmont · 14 years ago
  3. 4e3d16c Phonet: resource routing backend by Rémi Denis-Courmont · 14 years ago
  4. 6482f55 Phonet: remove dangling pipe if an endpoint is closed early by Rémi Denis-Courmont · 14 years ago
  5. 7fedd7e Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  6. 1a19eb7 misdn: kill big kernel lock by Arnd Bergmann · 14 years ago
  7. 72250d4 i4l: kill big kernel lock by Arnd Bergmann · 14 years ago
  8. 0a5f1d4 irda/irnet: use noop_llseek by Arnd Bergmann · 14 years ago
  9. 3a43be3 sit: get rid of ipip6_lock by Eric Dumazet · 14 years ago
  10. 1507850 gre: get rid of ipgre_lock by Eric Dumazet · 14 years ago
  11. b7285b7 ipip: get rid of ipip_lock by Eric Dumazet · 14 years ago
  12. 7dff59e net: add rtnl_dereference() by Eric Dumazet · 14 years ago
  13. e0de7c9 ethtool: Remove unimplemented flow specification types by Ben Hutchings · 14 years ago
  14. e035587 ethtool: Complete kernel-doc comments for RX flow filter and hash control by Ben Hutchings · 14 years ago
  15. f833c4c tg3: phy tmp variable roundup by Matt Carlson · 14 years ago
  16. a4a8bb1 tg3: Dynamically allocate VPD data memory by Matt Carlson · 14 years ago
  17. 02e9608 tg3: Use skb_is_gso_v6() by Matt Carlson · 14 years ago
  18. 8fea32b tg3: Move producer ring struct to tg3_napi by Matt Carlson · 14 years ago
  19. 6fd45cb tg3: Clarify semantics of TG3_IRQ_MAX_VECS by Matt Carlson · 14 years ago
  20. 2e9f7a7 tg3: Unlock 5717 B0+ support by Matt Carlson · 14 years ago
  21. dc6d074 tg3: Don't send APE events for NCSI firmware by Matt Carlson · 14 years ago
  22. f0392d2 tg3: Disable TSS by Matt Carlson · 14 years ago
  23. 41a8a7e tg3: Fix read DMA FIFO overruns on recent devices by Matt Carlson · 14 years ago
  24. 37efb03 dccp ccid-3: Simplify and consolidate tx_parse_options by Gerrit Renker · 14 years ago
  25. d2c7263 dccp ccid-3: remove buggy RTT-sampling history lookup by Gerrit Renker · 14 years ago
  26. 20cbd3e dccp ccid-3: A lower bound for the inter-packet scheduling algorithm by Gerrit Renker · 14 years ago
  27. 21a4591 X.25 remove bkl in connect by andrew hendry · 14 years ago
  28. 141646c X.25 remove bkl in accept by Andrew Hendry · 14 years ago
  29. 90c2729 X.25 remove bkl in bind by andrew hendry · 14 years ago
  30. 25aa4ef X.25 remove bkl in listen by andrew hendry · 14 years ago
  31. 55b1804 net/irda: Use static const char * const where possible by Joe Perches · 14 years ago
  32. 030bda0 drivers/net/wireless: Use static const char * const where possible by Joe Perches · 14 years ago
  33. 99101d3 drivers/net/pcmcia: Use static const char * const where possible by Joe Perches · 14 years ago
  34. 6fa59c9 drivers/net: Use static const char * const where possible by Joe Perches · 14 years ago
  35. 6f68ad7 drivers/isdn: Use static const char * const where possible by Joe Perches · 14 years ago
  36. 068e8a3 e1000e: Simplify MSI interrupt testing by Jean Delvare · 14 years ago
  37. bc0ed0b uwb: use '%pM' format to print MAC address by Andy Shevchenko · 14 years ago
  38. 2514158 bnx2x: Spread rx buffers between allocated queues by Dmitry Kravkov · 14 years ago
  39. 441993d cx82310_eth: allow empty URBs by Ondrej Zary · 14 years ago
  40. 7dbfdc2 cx82310_eth: check usb_string() return value for error by Ondrej Zary · 14 years ago
  41. d81e27c drivers/net/skfp: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  42. 70ce679b net/cxgb3: remove undefined operations by Andreas Schwab · 14 years ago
  43. 1570475 net/de4x5: remove undefined operations by Andreas Schwab · 14 years ago
  44. 61a2145 sundance: Add power management hooks by Denis Kirjanov · 14 years ago
  45. 83b6b1f flow: better memory management by Eric Dumazet · 14 years ago
  46. efbc2d7 sfc: Fix order of channel_name array dimensions by Ben Hutchings · 14 years ago
  47. 0ea05ce bna: Check for NULL before deref in bnad_cb_tx_cleanup by David S. Miller · 14 years ago
  48. 9ca7f87 pkt_sched: remov unnecessary bh_disable by stephen hemminger · 14 years ago
  49. a034ee3 fib: cleanups by Eric Dumazet · 14 years ago
  50. 4642610 sfc: Allow changing the DMA ring sizes dynamically via ethtool by Ben Hutchings · 14 years ago
  51. ecc910f sfc: Make the dmaq size a run-time setting (rather than compile-time) by Steve Hodgson · 14 years ago
  52. 8313aca sfc: Allocate each channel separately, along with its RX and TX queues by Ben Hutchings · 14 years ago
  53. f7d12cd sfc: Refactor channel and queue lookup and iteration by Ben Hutchings · 14 years ago
  54. ba1e8a3 sfc: Abstract channel and index lookup for RX queues by Ben Hutchings · 14 years ago
  55. 58758aa sfc: Allocate DMA and event rings using GFP_KERNEL by Ben Hutchings · 14 years ago
  56. e42de26 sfc: Fix failure paths in efx_probe_port() by Ben Hutchings · 14 years ago
  57. 7db8e8e sfc: Remove declarations of functions that no longer exist by Ben Hutchings · 14 years ago
  58. 80485d3 sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors by Ben Hutchings · 14 years ago
  59. 1cdc2cf sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count by Ben Hutchings · 14 years ago
  60. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 053d8f6 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  62. cbd9da7 drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.c by Nikitas Angelinas · 14 years ago
  63. c9cedbb ipheth: remove incorrect devtype to WWAN by Dan Williams · 14 years ago
  64. 201b6ba MAINTAINERS: Add CAIF by Joe Perches · 14 years ago
  65. dc99839 au1000-eth: change multi-line comments style by Florian Fainelli · 14 years ago
  66. d0e7cb5 au1000-eth: remove volatiles, switch to I/O accessors by Florian Fainelli · 14 years ago
  67. 49a42c0 au1000-eth: fix asm -> linux headers inclusion by Florian Fainelli · 14 years ago
  68. 215e17b au1000-eth: fix bad printk usages by Florian Fainelli · 14 years ago
  69. 18b8e15 au1000-eth: fix all but one "line over 80 characters warnings" by Florian Fainelli · 14 years ago
  70. ec7eabdd au1000-eth: stylistic fixes by Florian Fainelli · 14 years ago
  71. 3441592 au1000-eth: typedefs removal by Florian Fainelli · 14 years ago
  72. b2abd4c tipc: Optimize handling excess content on incoming messages by Paul Gortmaker · 14 years ago
  73. fb621ba ixgbevf: remove private net_device_stats by Eric Dumazet · 14 years ago
  74. 49d61e2 tunnels: missing rcu_assign_pointer() by Eric Dumazet · 14 years ago
  75. f39234d net/core: add lock context change annotations in net/core/sock.c by Namhyung Kim · 14 years ago
  76. a700d8b net/core: remove address space warnings on verify_iovec() by Namhyung Kim · 14 years ago
  77. 123031c sctp: fix test for end of loop by Joe Perches · 14 years ago
  78. cf0ac2b Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6 by David S. Miller · 14 years ago
  79. e199e61 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  80. 972c40b KS8851: Correct RX packet allocation by Eric Dumazet · 14 years ago
  81. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago
  82. f27e21a atlx: make strings const by Stephen Hemminger · 14 years ago
  83. e038600 net: inet_add_protocol() can use cmpxchg() by Eric Dumazet · 14 years ago
  84. 92e32ea cxacru: ignore cx82310_eth devices by Ondrej Zary · 14 years ago
  85. 905d64c RDS: Remove dead struct from rds.h by Andy Grover · 14 years ago
  86. a46f561 RDS: rds.h: Replace u_int[size]_t with uint[size]_t by Andy Grover · 14 years ago
  87. fd128df RDS: Add rds.h to exported headers list by Andy Grover · 14 years ago
  88. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  89. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  90. 4518071 RDS: cancel connection work structs as we shut down by Zach Brown · 14 years ago
  91. ffcec0e RDS: don't call rds_conn_shutdown() from rds_conn_destroy() by Zach Brown · 14 years ago
  92. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  93. 7751048 RDS: remove old rs_transport comment by Zach Brown · 14 years ago
  94. fe8ff6b RDS: lock rds_conn_count decrement in rds_conn_destroy() by Zach Brown · 14 years ago
  95. ea81986 RDS/IB: protect the list of IB devices by Zach Brown · 14 years ago
  96. 1bde04a RDS/IB: print IB event strings as well as their number by Zach Brown · 14 years ago
  97. 8576f37 RDS: flush fmrs before allocating new ones by Chris Mason · 14 years ago
  98. b4e1da3 RDS: properly use sg_init_table by Chris Mason · 14 years ago
  99. f046011 RDS/IB: track signaled sends by Zach Brown · 14 years ago
  100. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago