1. d6c8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  2. 0dec456 [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. by Stephen Hemminger · 19 years ago
  3. f00c401 [IPV4]: Remove suprious use of goto out: in icmp_reply by Horms · 19 years ago
  4. 6f4b6ec [IPV6]: Fix illegal dst locking in softirq context. by Herbert Xu · 19 years ago
  5. f8addb3 [IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usage by Herbert Xu · 19 years ago
  6. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 19 years ago
  7. 4641e7a [IPV6]: Don't hold extra ref count in ipv6_ifa_notify by Herbert Xu · 19 years ago
  8. 42c5e15 [NET] snap: needs hardware checksum fix by Stephen Hemminger · 19 years ago
  9. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 19 years ago
  10. adb12f6 SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code by Trond Myklebust · 19 years ago
  11. 9842ef3 SUNRPC: rpc_timeout_upcall_queue should not sleep by Trond Myklebust · 19 years ago
  12. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 19 years ago
  13. 99acf04 [PATCH] DocBook: fix some kernel-doc comments in net/sunrpc by Martin Waitz · 19 years ago
  14. 0cbd782 [DCCP] ipv6: dccp_v6_send_response() has a DST leak too. by David S. Miller · 19 years ago
  15. 78b9104 [IPV6] tcp_v6_send_synack: release the destination by Eric W. Biederman · 19 years ago
  16. f9d9516 [NET]: Do not export inet_bind_bucket_create twice. by Sam Ravnborg · 19 years ago
  17. 3f4cfc2 [BRIDGE]: Fix device delete race. by Stephen Hemminger · 19 years ago
  18. 5d39a79 [IPV4]: Always set fl.proto in ip_route_newports by Patrick McHardy · 19 years ago
  19. dd1c185 Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST by Linus Torvalds · 19 years ago
  20. 0827f2b Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  21. 2c74088 [TCP] H-TCP: Fix accounting by Baruch Even · 19 years ago
  22. c5d90e0 [IPV4] igmp: remove pointless printk by Dave Jones · 19 years ago
  23. e2c2fc2 [SCTP]: heartbeats exceed maximum retransmssion limit by Vlad Yasevich · 19 years ago
  24. 81845c2 [SCTP]: correct the number of INIT retransmissions by Vlad Yasevich · 19 years ago
  25. 1a1fedf [PATCH] Typo corrections for ieee80211 by Larry Finger · 19 years ago
  26. 55cd94a [PATCH] ieee80211: Fix iwlist scan can only show about 20 APs by Zhu Yi · 19 years ago
  27. b6daa25 [PATCH] ieee80211: Fix problem with not decrypting broadcast packets by Zhu Yi · 19 years ago
  28. 7add2a4 [IPV6] MLDv2: fix change records when transitioning to/from inactive by David L Stevens · 19 years ago
  29. 151bb0f [AF_KEY]: no message type set by Jerome Borsboom · 19 years ago
  30. cabcac0 [BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl by Thomas Graf · 19 years ago
  31. 8798b3f [NET]: Fix skb fclone error path handling. by Herbert Xu · 19 years ago
  32. 8ae55f0 [NET]: Fix some whitespace issues in af_packet.c by Kris Katterjohn · 19 years ago
  33. 2966b66 [NET]: more whitespace issues in net/core/filter.c by Kris Katterjohn · 19 years ago
  34. cf9e50a Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6 by David S. Miller · 19 years ago
  35. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 19 years ago
  36. 5fb8b49 [PATCH] svcrpc: gss: svc context creation error handling by J. Bruce Fields · 19 years ago
  37. 91a4762 [PATCH] svcrpc: gss: server context init failure handling by Kevin Coffman · 19 years ago
  38. 822f100 [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE by Andy Adamson · 19 years ago
  39. 1918e34 [PATCH] svcrpc: save and restore the daddr field when request deferred by J. Bruce Fields · 19 years ago
  40. 27a7b04 Merge git://tipc.cslab.ericsson.net/pub/git/tipc by David S. Miller · 19 years ago
  41. ad12583 [IPV4]: Fix multiple bugs in IGMPv3 by David L Stevens · 19 years ago
  42. 7ac5459 [PKTGEN]: Respect hard_header_len of device. by David S. Miller · 19 years ago
  43. dbd2915 [IPV4]: RT_CACHE_STAT_INC() warning fix by Andrew Morton · 19 years ago
  44. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 19 years ago
  45. 1e63e68 [TIPC] Group protocols with sub-options in Kconfig by Per Liden · 19 years ago
  46. c11ac3f [TIPC] Add help text for TIPC configuration option by Per Liden · 19 years ago
  47. 50f9bcd [TIPC] Remove unused #includes by Per Liden · 19 years ago
  48. 33a9c4d [TIPC] Move ethernet protocol id to linux/if_ether.h by Per Liden · 19 years ago
  49. 16cb4b3 [TIPC] Updated link priority macros by Per Liden · 19 years ago
  50. 5f7c3ff [TIPC] Minor changes to #includes by Jon Maloy · 19 years ago
  51. 3860288 [NET]: Use is_zero_ether_addr() in net/core/netpoll.c by Kris Katterjohn · 19 years ago
  52. f404e9a [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN by Kris Katterjohn · 19 years ago
  53. a8fc3d8 [NET]: "signed long" -> "long" by Kris Katterjohn · 19 years ago
  54. ab67a4d [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log} by Patrick McHardy · 19 years ago
  55. ae82af5 [PKT_SCHED]: Handle SCTP/DCCP in sfq_hash by Patrick McHardy · 19 years ago
  56. a7d1f1b [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly. by Tsutomu Fujii · 19 years ago
  57. c4d2444 [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). by Sridhar Samudrala · 19 years ago
  58. 313e7b4 [SCTP]: Fix machine check/connection hang on IA64. by Vlad Yasevich · 19 years ago
  59. 8116ffa [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. by Vlad Yasevich · 19 years ago
  60. 38b0e42 [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems. by Vlad Yasevich · 19 years ago
  61. 49392e5 [SCTP]: sctp doesn't show all associations/endpoints in /proc by Vlad Yasevich · 19 years ago
  62. 9834a2b [SCTP]: Fix sctp_cookie alignment in the packet. by Vlad Yasevich · 19 years ago
  63. 7a48f92 [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). by Sridhar Samudrala · 19 years ago
  64. 2f970d8 [IPV4]: rt_cache_stat can be statically defined by Eric Dumazet · 19 years ago
  65. f09484f [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h by David S. Miller · 19 years ago
  66. f0daaa6 [NETFILTER] ip6tables: whitespace and indent cosmetic cleanup by Yasuyuki Kozakai · 19 years ago
  67. 6dd42af [NETFILTER] Makefile cleanup by Yasuyuki Kozakai · 19 years ago
  68. ccc9132 [NETFILTER] ip[6]t_policy: Fix compilation warnings by Benoit Boissinot · 19 years ago
  69. e35bedf [NET]: Fix whitespace issues in net/core/filter.c by Kris Katterjohn · 19 years ago
  70. dd914b4 [PKT_SCHED] sch_prio: fix qdisc bands init by Amnon Aaronsohn · 19 years ago
  71. 9343e79 [IPV6]: Preserve procfs IPV6 address output format by YOSHIFUJI Hideaki · 19 years ago
  72. caf5b04 x86: Work around compiler code generation bug with -Os by Linus Torvalds · 19 years ago
  73. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  74. 37d8dc8 [NETFILTER] x-tables: Missing linux/ipv6.h includes. by David S. Miller · 19 years ago
  75. dca80b9 [PKT_SCHED]: Change default clock source to gettimeofday by Patrick McHardy · 19 years ago
  76. ee51b1b [XFRM]: IPsec tunnel wildcard address support by Patrick McHardy · 19 years ago
  77. 7b11f69 [NET]: Clean up comments for sk_chk_filter() by Kris Katterjohn · 19 years ago
  78. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 19 years ago
  79. 23b0ca5 [PATCH] genetlink: don't touch module ref count by Per Liden · 19 years ago
  80. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 19 years ago
  81. 880b005 [TIPC]: Fix 64-bit build warnings. by David S. Miller · 19 years ago
  82. 593a5f2 [TIPC] More updates of file headers by Per Liden · 19 years ago
  83. 9da1c8b [TIPC] Update of file headers by Per Liden · 19 years ago
  84. d0a14a9 [TIPC] Cleaned up info/warn/err macros by Per Liden · 19 years ago
  85. 9ea1fd3 [TIPC] License header update by Per Liden · 19 years ago
  86. ea714cc [TIPC] Moved configuration interface into tipc_config.h by Per Liden · 19 years ago
  87. b70e4f4 [TIPC} Fixed bug in disc_timeout() by Jon Maloy · 19 years ago
  88. 1dba974 [TIPC] Use dynamically allocated family id with NETLINK_GENERIC by Per Liden · 19 years ago
  89. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago
  90. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  91. bb7e8c5 [PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description by Adrian Bunk · 19 years ago
  92. 54608b7 [PKT_SCHED] ematch: Remove bogus include. by Evgeniy Polyakov · 19 years ago
  93. c3f343e [NET]: Fix diverter build. by Evgeniy Polyakov · 19 years ago
  94. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  95. ae0f7d5 [IPV6]: Avoid calling ip6_xmit() with NULL sk by David Woodhouse · 19 years ago
  96. a776809 [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exit by David S. Miller · 19 years ago
  97. 82bf7e9 [NET]: Some more missing include/etherdevice.h includes by David S. Miller · 19 years ago
  98. 5bf887f [IPV6]: Fix modular build with netfilter enabled. by David S. Miller · 19 years ago
  99. 9819d85 Fix net/core/wireless.c link failure by Linus Torvalds · 19 years ago
  100. b8ab50b netfilter: headers included twice by Nicolas Kaiser · 19 years ago