1. 9d9326d3 phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  2. d080cd6 gianfar: Support NAPI for TX Frames by Dai Haruki · 16 years ago
  3. 0b50d75 spidernet: revise link status logging by Ishizaki Kou · 16 years ago
  4. 9a11fcb spidernet: fix error interrupt handling by Ishizaki Kou · 16 years ago
  5. fcfcfa2 spidernet: change interrupt masks by Ishizaki Kou · 16 years ago
  6. 4f2d65c spidernet: increase auto-negotiation timeout to 5 seconds by Ishizaki Kou · 16 years ago
  7. 81971be spidernet: add missing initialization by Ishizaki Kou · 16 years ago
  8. 7f225b4 tc35815: Whitespace cleanup by Atsushi Nemoto · 16 years ago
  9. c6686fe tc35815: Use generic PHY layer by Atsushi Nemoto · 16 years ago
  10. 22adf7e tc35815: Use managed pci iomap helper by Atsushi Nemoto · 16 years ago
  11. ee79b7f tc35815: Use netdev_priv() by Atsushi Nemoto · 16 years ago
  12. 958eb80 tc35815: Use print_mac() helper by Atsushi Nemoto · 16 years ago
  13. c201abd9 tc35815: Statistics cleanup by Atsushi Nemoto · 16 years ago
  14. 4547fa6 mv643xx_eth: update copyright by Lennert Buytenhek · 16 years ago
  15. e519abb mv643xx_eth: only print banner once by Lennert Buytenhek · 16 years ago
  16. ec69d65 mv643xx_eth: pass port identifier to register accessors by Lennert Buytenhek · 16 years ago
  17. c1b35a2 mv643xx_eth: report netdev name in all printks by Lennert Buytenhek · 16 years ago
  18. afdb57a mv643xx_eth: identify ports by struct mv643xx_private * by Lennert Buytenhek · 16 years ago
  19. c0d0f2c mv643xx_eth: various cleanups by Lennert Buytenhek · 16 years ago
  20. 4d64e71 mv643xx_eth: mp->tx_desc_count needs spinlock protection by Lennert Buytenhek · 16 years ago
  21. dd9e0dd [TCP]: Increase the max_burst threshold from 3 to tp->reordering. by John Heffner · 16 years ago
  22. d0498d9 [NET]: Do not allocate unneeded memory for dev->priv alignment. by Pavel Emelyanov · 16 years ago
  23. f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 16 years ago
  24. 3661a91 [NETNS]: Add netns refcnt debug to fib rules. by Denis V. Lunev · 16 years ago
  25. 48115be [NETNS]: Add netns refcnt debug for dst ops. by Denis V. Lunev · 16 years ago
  26. 8c5da49 [NETNS]: Add netns refcnt debug for inet bind buckets. by Denis V. Lunev · 16 years ago
  27. 57d7a60 [NETNS]: Add netns refcnt debug into fib_info. by Denis V. Lunev · 16 years ago
  28. cd5342d [NETNS]: Add netns refcnt debug for timewait buckets. by Denis V. Lunev · 16 years ago
  29. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  30. 5d1e446 [NETNS]: Make netns refconting debug like a socket one. by Denis V. Lunev · 16 years ago
  31. 554eb27 [IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  32. 2f7f54b [IP6TUNNEL]: Use proper net instead of init_net stubs. by Pavel Emelyanov · 16 years ago
  33. 3e6c9fb [IP6TUNNEL]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  34. 15820e129 [IP6TUNNEL]: Make the fallback tunnel device per-net. by Pavel Emelyanov · 16 years ago
  35. 8704ca7e [IP6TUNNEL]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  36. 2dd02c8 [IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls. by Pavel Emelyanov · 16 years ago
  37. 13eeb8e [IP6TUNNEL]: Introduce empty ip6_tnl_net structure and net ops. by Pavel Emelyanov · 16 years ago
  38. b0970c4 [SIT]: Allow for IPPROTO_IPV6 protocol in namespaces. by Pavel Emelyanov · 16 years ago
  39. 7a97146 [SIT]: Allow to create SIT tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  40. 907a08c [SIT]: Use proper net in routing calls. by Pavel Emelyanov · 16 years ago
  41. 2918217 [SIT]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  42. cd3dbc1 [SIT]: Make the fallback tunnel device per-net by Pavel Emelyanov · 16 years ago
  43. fcee5ec [SIT]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  44. ca8def1 [SIT]: Add net/sit_net argument to some functions. by Pavel Emelyanov · 16 years ago
  45. 8190d90 [SIT]: Introduce empty struct sit_net and init/exit net ops. by Pavel Emelyanov · 16 years ago
  46. f96c148 [GRE]: Allow for IPPROTO_GRE protocol in namespaces. by Pavel Emelyanov · 16 years ago
  47. 0b67ece [GRE]: Allow to create IPGRE tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  48. 9663552 [GRE]: Use proper net in routing calls. by Pavel Emelyanov · 16 years ago
  49. eb8ce74 [GRE]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  50. 7daa000 [GRE]: Make the fallback tunnel device per-net. by Pavel Emelyanov · 16 years ago
  51. 3b4667f [GRE]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  52. f57e7d5 [GRE]: Add net/gre_net argument to some functions. by Pavel Emelyanov · 16 years ago
  53. 59a4c75 [GRE]: Introduce empty ipgre_net structure and net init/exit ops. by Pavel Emelyanov · 16 years ago
  54. 4597a0c [IPIP]: Allow for IPPROTO_IPIP protocol in namespaces. by Pavel Emelyanov · 16 years ago
  55. 0a82640 [IPIP]: Allow to create IPIP tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  56. b99f015 [IPIP]: Use proper net in (mostly) routing calls. by Pavel Emelyanov · 16 years ago
  57. 44d3c29 [IPIP]: Make tunnels hashes per net. by Pavel Emelyanov · 16 years ago
  58. cec3ffa [IPIP]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  59. b9fae5c [IPIP]: Add net/ipip_net argument to some functions. by Pavel Emelyanov · 16 years ago
  60. b9855c5 [IPIP]: Make the fallback tunnel device per-net. by Pavel Emelyanov · 16 years ago
  61. 10dc4c7 [IPIP]: Introduce empty ipip_net structure and net init/exit ops. by Pavel Emelyanov · 16 years ago
  62. 30688a9 [VLAN]: Handle vlan devices net namespace changing. by Pavel Emelyanov · 16 years ago
  63. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 16 years ago
  64. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 16 years ago
  65. 80de2d9 [VLAN]: Make the /proc/net/vlan/conf file show per-net info. by Pavel Emelyanov · 16 years ago
  66. a59a8c1 [VLAN]: Create proc entries in the proper net. by Pavel Emelyanov · 16 years ago
  67. cd1c701 [VLAN]: Add a net argument to proc init and cleanup calls. by Pavel Emelyanov · 16 years ago
  68. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  69. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  70. 669f87b [RTNL]: Introduce the rtnl_kill_links helper. by Pavel Emelyanov · 16 years ago
  71. 3a931a8 [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister. by Pavel Emelyanov · 16 years ago
  72. fc54c65 [TUN]: Allow to register tun devices in namespace. by Pavel Emelyanov · 16 years ago
  73. d647a59 [TUN]: Make the tun_dev_list per-net. by Pavel Emelyanov · 16 years ago
  74. 79d1760 [TUN]: Introduce the tun_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  75. 1751540 [TCP]: Remove superflushious skb == write_queue_tail() check by Ilpo Järvinen · 16 years ago
  76. b131dd5 [ETHTOOL]: Add support for large eeproms by Mandeep Singh Baines · 16 years ago
  77. 73e87e0 CAN: use hrtimers in can-bcm protocol by Oliver Hartkopp · 16 years ago
  78. 8503556 [TIPC]: Enhance validation of format on incoming messages by Allan Stephens · 16 years ago
  79. fe13dda [TIPC]: Force linearization of non-linear sk_buffs by Allan Stephens · 16 years ago
  80. bdc82be [TIPC]: Use fast buffer cloning to improve performance by Allan Stephens · 16 years ago
  81. 11ecede [TIPC]: Remove redundant NULL check when discarding buffers by Allan Stephens · 16 years ago
  82. dec827d [NETNS]: The generic per-net pointers. by Pavel Emelyanov · 16 years ago
  83. c93cf61 [NETNS]: The net-subsys IDs generator. by Pavel Emelyanov · 16 years ago
  84. 31efdf0 [ISDN] include/linux/isdn.h: remove dead code by Adrian Bunk · 16 years ago
  85. 7ef3abd [IRDA]: Remove irlan_eth_send_gratuitous_arp() by Adrian Bunk · 16 years ago
  86. 99971e7 [WANPIPE]: Forgotten bits of Sangoma drivers removal. by Adrian Bunk · 16 years ago
  87. 0c3141e [TIPC]: Overhaul of socket locking logic by Allan Stephens · 16 years ago
  88. b89741a [TIPC]: Cosmetic changes to TIPC connect() code by Allan Stephens · 16 years ago
  89. 4934c69 [TIPC]: Add error check to detect non-blocking form of connect() by Allan Stephens · 16 years ago
  90. 1819b83 [TIPC]: Correct "off by 1" error in socket queue limit enforcement by Allan Stephens · 16 years ago
  91. 7a8036c [TIPC]: Ignore message padding when receiving stream data by Allan Stephens · 16 years ago
  92. a198d3a [TIPC]: Allow stream receive to read from multiple TIPC messages by Allan Stephens · 16 years ago
  93. 99009806 [TIPC]: Skip connection flow control in connectionless sockets by Allan Stephens · 16 years ago
  94. 2c8dd11 [XFRM]: Compilation warnings in xfrm_user.c. by Denis V. Lunev · 16 years ago
  95. 569508c [TCP]: Format addresses appropriately in debug messages. by YOSHIFUJI Hideaki · 16 years ago
  96. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  97. 334f8b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.26 by David S. Miller · 16 years ago
  98. 7477fd2e [SOCK]: Add some notes about per-bind-bucket sock lookup. by Pavel Emelyanov · 16 years ago
  99. 13f51d8 [DCCP]: Fix comment about control sockets. by Pavel Emelyanov · 16 years ago
  100. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago