1. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  2. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 13 years ago
  3. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 13 years ago
  4. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  5. f11970e net: make dev_disable_lro use physical device if passed a vlan dev (v2) by Neil Horman · 13 years ago
  6. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 13 years ago
  7. 57bb559 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  8. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  9. 2a651c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  10. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  11. e75762f net/9p: enable 9p to work in non-default network namespace by Rob Landley · 13 years ago
  12. fe1cbab net/9p: p9_idpool_get return -1 on error by Aneesh Kumar K.V · 13 years ago
  13. 87211cd 9p: remove experimental tag from tested configurations by Eric Van Hensbergen · 13 years ago
  14. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 13 years ago
  15. 961a5a5 net/9p: Change linuxdoc names to match functions. by Rob Landley · 13 years ago
  16. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  17. cd634fb libceph: subscribe to osdmap when cluster is full by Sage Weil · 13 years ago
  18. 7662d8f libceph: handle new osdmap down/state change encoding by Sage Weil · 13 years ago
  19. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  20. b30c516 net: fix __dst_destroy_metrics_generic() by Eric Dumazet · 13 years ago
  21. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  22. be3fc41 net: use synchronize_rcu_expedited() by Eric Dumazet · 13 years ago
  23. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  24. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  25. 6ac3f66 ipv6: Fix return of xfrm6_tunnel_rcv() by David S. Miller · 13 years ago
  26. 6c4a5cb net: filter: Use WARN_RATELIMIT by Joe Perches · 13 years ago
  27. 8efa885 sch_sfq: avoid giving spurious NET_XMIT_CN signals by Eric Dumazet · 13 years ago
  28. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  29. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  30. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  32. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  33. a1e4891 Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" by Linus Torvalds · 13 years ago
  34. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  35. ce14f89 pktgen: refactor pg_init() code by WANG Cong · 13 years ago
  36. 68d5ac2 pktgen: use vzalloc_node() instead of vmalloc_node() + memset() by WANG Cong · 13 years ago
  37. c378a9c ipv4: Give backtrace in ip_rt_bug(). by Dave Jones · 13 years ago
  38. 3137663 net: avoid synchronize_rcu() in dev_deactivate_many by Eric Dumazet · 13 years ago
  39. 6df427f net: remove synchronize_net() from netdev_set_master() by Eric Dumazet · 13 years ago
  40. ac3d3f8 rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event by Amerigo Wang · 13 years ago
  41. bb8ed63 bridge: call NETDEV_JOIN notifiers when add a slave by Amerigo Wang · 13 years ago
  42. 120a3d5 ipv4: Include linux/prefetch.h in fib_trie.c by David S. Miller · 13 years ago
  43. 474b4c4 netlabel: Remove prefetches from list handlers. by David S. Miller · 13 years ago
  44. 69c867c9 caif: Plug memory leak for checksum error by sjur.brandeland@stericsson.com · 13 years ago
  45. 96796ea caif: Fix freezes when running CAIF loopback device by sjur.brandeland@stericsson.com · 13 years ago
  46. 54e90fb caif: Fixes freeze on Link layer removal. by sjur.brandeland@stericsson.com · 13 years ago
  47. 0e5a117 caif: Bugfix add check NULL pointer before calling functions. by sjur.brandeland@stericsson.com · 13 years ago
  48. 5d41452 sctp: Fix build failure. by David S. Miller · 13 years ago
  49. 0a384b2 garp: use kfree_rcu() by Eric Dumazet · 13 years ago
  50. 0f6c639 ipv6: copy prefsrc setting when copying route entry by Florian Westphal · 13 years ago
  51. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  52. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  53. 449f454 macvlan: remove one synchronize_rcu() call by Eric Dumazet · 13 years ago
  54. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  55. 034cfe4 networking: NET_CLS_ROUTE4 depends on INET by Randy Dunlap · 13 years ago
  56. 8ce6eb1 irda: Fix error propagation in ircomm_lmp_connect_response() by David S. Miller · 13 years ago
  57. ad63764 irda: Kill set but unused variable 'bytes' in irlan_check_command_param() by David S. Miller · 13 years ago
  58. bfad6ef irda: Kill set but unused variable 'clen' in ircomm_connect_indication() by David S. Miller · 13 years ago
  59. ed84cad rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport() by David S. Miller · 13 years ago
  60. fa7479c irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication() by David S. Miller · 13 years ago
  61. 2a64255 rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer(). by David S. Miller · 13 years ago
  62. c9d10c4 rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler() by David S. Miller · 13 years ago
  63. 9e5e10a rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection() by David S. Miller · 13 years ago
  64. 504f284 rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window() by David S. Miller · 13 years ago
  65. f06cd54 pkt_sched: Kill set but unused variable 'protocol' in tc_classify() by David S. Miller · 13 years ago
  66. 5b5ed8a 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts() by David S. Miller · 13 years ago
  67. 99517e3 9p: Kill set but not used variable 'ret' in parse_opts() by David S. Miller · 13 years ago
  68. 3fb72f1 ipconfig wait for carrier by Micha Nelissen · 13 years ago
  69. c182f90 SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict() by Jacek Luczak · 13 years ago
  70. be281e5 ipv6: reduce per device ICMP mib sizes by Eric Dumazet · 13 years ago
  71. 75e308c net: ping: fix the coding style by Changli Gao · 13 years ago
  72. bb0cd2f net: ping: make local functions static by Changli Gao · 13 years ago
  73. 6b60d7b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  74. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  75. a2a7960 libceph: add missing breaks in addr_set_port by Sage Weil · 13 years ago
  76. 0417788 libceph: fix TAG_WAIT case by Sage Weil · 13 years ago
  77. 3145666 libceph: fix osdmap timestamp assignment by Sage Weil · 13 years ago
  78. 12a2f64 libceph: use snprintf for unknown addrs by Sage Weil · 13 years ago
  79. 2dab036 libceph: use snprintf for formatting object name by Sage Weil · 13 years ago
  80. e8f54ce libceph: fix uninitialized value when no get_authorizer method is set by Sage Weil · 13 years ago
  81. 0da5d70 libceph: handle connection reopen race with callbacks by Sage Weil · 13 years ago
  82. a2cd43c nl80211: remove some stack variables in trigger_scan and start_sched_scan by Luciano Coelho · 13 years ago
  83. d676ff4 mac80211: Don't sleep when growing the mesh path by Javier Cardona · 13 years ago
  84. 7176ba2 net: rfkill: add generic gpio rfkill driver by Rhyland Klein · 13 years ago
  85. ed9d010 cfg80211: Use consistent BSS matching between scan and sme by Jouni Malinen · 13 years ago
  86. 12a5a26 Merge branch 'master' into next by James Morris · 13 years ago
  87. a48eff1 ipv4: Pass explicit destination address to rt_bind_peer(). by David S. Miller · 13 years ago
  88. ed2361e ipv4: Pass explicit destination address to rt_get_peer(). by David S. Miller · 13 years ago
  89. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  90. 6882f93 ipv4: Kill RT_CACHE_DEBUG by David S. Miller · 13 years ago
  91. 6b7b8e4 Merge branch 'master' into upstream. by Jiri Kosina · 13 years ago
  92. abb57ea net: add skb_dst_force() in sock_queue_err_skb() by Eric Dumazet · 13 years ago
  93. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  94. 1d1652c ipv4: Don't use enums as bitmasks in ip_fragment.c by David S. Miller · 13 years ago
  95. 7cc31a9 net: ethtool: fix IPV6 checksum feature name string by Michał Mirosław · 13 years ago
  96. 604ae14 net: Change netdev_fix_features messages loglevel by Michael S. Tsirkin · 13 years ago
  97. b9eb8b8 net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg by Anton Blanchard · 13 years ago
  98. 30b9284 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  99. f56e03e net: ping: fix build failure by Vasiliy Kulikov · 13 years ago
  100. 372b231 net: use hlist_del_rcu() in dev_change_name() by Eric Dumazet · 13 years ago