1. a3b0a5a [TIPC]: Simplify code for returning partial success of stream send request. by Allan Stephens · 18 years ago
  2. 4b087b2 [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) by Allan Stephens · 18 years ago
  3. 4997865 [TIPC]: Improved performance of error checking during socket creation. by Allan Stephens · 18 years ago
  4. 1303e8f [TIPC]: Stream socket send indicates partial success if data partially sent. by Allan Stephens · 18 years ago
  5. bdd9478 [TIPC]: Connected send now checks socket state when retrying congested send. by Allan Stephens · 18 years ago
  6. 3546c75 [TIPC]: Can now return destination name of form {0,x,y} via ancillary data. by Allan Stephens · 18 years ago
  7. 3388007 [TIPC]: Implied connect now saves dest name for retrieval as ancillary data. by Allan Stephens · 18 years ago
  8. 6b384de [TIPC]: Fixed connect() to detect a dest address that is missing or too short. by Allan Stephens · 18 years ago
  9. e9024f0 [TIPC]: Non-operation-affecting corrections to comments & function definitions. by Allan Stephens · 18 years ago
  10. 687a25f [TIPC]: Validate entire interface name when locating bearer to enable. by Allan Stephens · 18 years ago
  11. a592ea6 [TIPC]: Added support for MODULE_VERSION capability. by Allan Stephens · 18 years ago
  12. 8b1f0a9 [TIPC]: Fix misleading comment in buf_discard() routine. by Allan Stephens · 18 years ago
  13. 70cb234 [TIPC]: Fixed privilege checking typo in dest_name_check(). by Allan Stephens · 18 years ago
  14. 3ac9021 [TIPC] Fix for NULL pointer dereference by Eric Sesterhenn · 18 years ago
  15. a4e0927 [TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set. by Allan Stephens · 18 years ago
  16. d356eeb [TIPC]: Multicast link failure now resets all links to "nacking" node. by Allan Stephens · 18 years ago
  17. 2600824 [TIPC]: Links now validate destination node specified by incoming messages. by Allan Stephens · 18 years ago
  18. 9688243 [TIPC]: Allow ports to receive multicast messages through native API. by Allan Stephens · 18 years ago
  19. 4938450 [TIPC]: Corrected potential misuse of tipc_media_addr structure. by Allan Stephens · 18 years ago
  20. 2535ec5 [TIPC]: Use correct upper bound when validating network zone number. by Allan Stephens · 18 years ago
  21. 9ab230f [TIPC]: Prevent name table corruption if no room for new publication by Allan Stephens · 18 years ago
  22. 5e3c885 [TIPC] Improved tolerance to promiscuous mode interface by Jon Maloy · 18 years ago
  23. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  24. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 18 years ago
  25. fb1bb34 [PATCH] remove for_each_cpu() by Andrew Morton · 18 years ago
  26. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  27. 199f4c9 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  28. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  29. 538c5902 [PATCH] clean up default value of IP_DCCP_ACKVEC by Jean-Luc Leger · 18 years ago
  30. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  31. f4b8ea7 [NET]: fix net-core kernel-doc by Randy Dunlap · 18 years ago
  32. 09b8f7a [IPSEC]: Handle GSO packets by Herbert Xu · 18 years ago
  33. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  34. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  35. f6a78bf [NET]: Add generic segmentation offload by Herbert Xu · 18 years ago
  36. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  37. d4828d8 [NET]: Prevent transmission after dev_deactivate by Herbert Xu · 18 years ago
  38. 5e2707f [IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY by YOSHIFUJI Hideaki · 18 years ago
  39. 102128e [IPV6]: Fix source address selection. by Łukasz Stelmach · 18 years ago
  40. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  41. dbe1ab9 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  42. d59bf96 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  43. ff7512e [ATM]: fix broken uses of NIPQUAD in net/atm by Al Viro · 18 years ago
  44. 8ca8448 [SCTP]: sctp_unpack_cookie() fix by Al Viro · 18 years ago
  45. 4b2d9cf Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 18 years ago
  46. 48d8332 [NET]: Prevent multiple qdisc runs by Herbert Xu · 18 years ago
  47. d3dcd4e [NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk length by Patrick McHardy · 18 years ago
  48. 4c84a39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  49. d0b952a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  50. 47552c4 [ETHTOOL]: Fix UFO typo by Herbert Xu · 18 years ago
  51. d5b9f4c [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer. by Neil Horman · 18 years ago
  52. d7c2c9e [SCTP]: Send only 1 window update SACK per message. by Tsutomu Fujii · 18 years ago
  53. 503b55f [SCTP]: Don't do CRC32C checksum over loopback. by Sridhar Samudrala · 18 years ago
  54. 4c9f5d5 [SCTP] Reset rtt_in_progress for the chunk when processing its sack. by Vlad Yasevich · 18 years ago
  55. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago
  56. 402d68c [SCTP]: Limit association max_retrans setting in setsockopt. by Vlad Yasevich · 18 years ago
  57. c5396a3 [IPV6]: Sum real space for RTAs. by YOSHIFUJI Hideaki · 18 years ago
  58. b293acf [IRDA]: Use put_unaligned() in irlmp_do_discovery(). by David S. Miller · 18 years ago
  59. 2c6cc0d [BRIDGE]: Add support for NETIF_F_HW_CSUM devices by Herbert Xu · 18 years ago
  60. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  61. 35089bb [TCP]: Add tcp_slow_start_after_idle sysctl. by David S. Miller · 18 years ago
  62. bc726a7 [TCP] Westwood: reset RTT min after FRTO by Luca De Cicco · 18 years ago
  63. b3a92ea [TCP] Westwood: bandwidth filter startup by Luca De Cicco · 18 years ago
  64. b7d7a9e [TCP] Westwood: comment fixes by Luca De Cicco · 18 years ago
  65. f61e290 [TCP] Westwood: fix first sample by Stephen Hemminger · 18 years ago
  66. bdeb04c [NET]: net.ipv4.ip_autoconfig sysctl removal by Stephen Hemminger · 18 years ago
  67. f8d5962 [IPX]: Endian bug in ipxrtr_route_packet() by Alexey Dobriyan · 18 years ago
  68. 3cc0e87 [NET]: Warn in __skb_trim if skb is paged by Herbert Xu · 18 years ago
  69. b38dfee [NET]: skb_trim audit by Herbert Xu · 18 years ago
  70. 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
  71. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  72. bf0857e [NETFILTER]: hashlimit match: fix random initialization by Patrick McHardy · 18 years ago
  73. 2b2283d [NETFILTER]: recent match: missing refcnt initialization by Patrick McHardy · 18 years ago
  74. a0e889b [NETFILTER]: recent match: fix "sleeping function called from invalid context" by Patrick McHardy · 18 years ago
  75. 100468e [SECMARK]: Add CONNSECMARK xtables target by James Morris · 18 years ago
  76. 7c9728c [SECMARK]: Add secmark support to conntrack by James Morris · 18 years ago
  77. 5e6874c [SECMARK]: Add xtables SECMARK target by James Morris · 18 years ago
  78. 984bc16 [SECMARK]: Add secmark support to core networking. by James Morris · 18 years ago
  79. 6f68dc3 [NET]: Fix warnings after LSM-IPSEC changes. by David S. Miller · 18 years ago
  80. 9dadaa19 [NET]: NET_TCPPROBE Kconfig fix by Dave Jones · 18 years ago
  81. c8c05a8 [LSM-IPsec]: SELinux Authorize by Catherine Zhang · 18 years ago
  82. f86502b [IPV4] icmp: Kill local 'ip' arg in icmp_redirect(). by David S. Miller · 18 years ago
  83. 6d74165 [IPV4]: Right prototype of __raw_v4_lookup() by Alexey Dobriyan · 18 years ago
  84. 338fcf9 [IPV4] igmp: Fixup struct ip_mc_list::multiaddr type by Alexey Dobriyan · 18 years ago
  85. 70df231 [TCP]: Fix compile warning in tcp_probe.c by David S. Miller · 18 years ago
  86. 738980f [TCP]: Limited slow start for Highspeed TCP by Stephen Hemminger · 18 years ago
  87. a42e9d6 [TCP]: TCP Probe congestion window tracing by Stephen Hemminger · 18 years ago
  88. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  89. a4ed258 [TCP]: TCP Compound quad root function by Stephen Hemminger · 18 years ago
  90. f890f92 [TCP]: TCP Compound congestion control by Angelo P. Castellani · 18 years ago
  91. 76f1017 [TCP]: TCP Veno congestion control by Bin Zhou · 18 years ago
  92. 7c106d7 [TCP]: TCP Low Priority congestion control by Wong Hoi Sing Edison · 18 years ago
  93. 2f45c34 [LLC]: Fix double receive of SKB. by Andrew Morton · 18 years ago
  94. c45fb10 [NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return type by Alexey Dobriyan · 18 years ago
  95. ae5b7d8 [NETFILTER]: Add SIP connection tracking helper by Patrick McHardy · 18 years ago
  96. e44ab66 [NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-based heuristic by Patrick McHardy · 18 years ago
  97. c0d4cfd [NETFILTER]: H.323 helper: Add support for Call Forwarding by Jing Min Zhao · 18 years ago
  98. c952616 [NETFILTER]: amanda helper: convert to textsearch infrastructure by Patrick McHardy · 18 years ago
  99. 7d8c501 [NETFILTER]: FTP helper: search optimization by Patrick McHardy · 18 years ago
  100. 695ecea [NETFILTER]: SNMP helper: fix debug module param type by Patrick McHardy · 18 years ago