1. 888454c [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match() by Al Viro · 18 years ago
  2. b22b900 [NETFILTER]: xt_quota: add missing module aliases by Patrick McHardy · 18 years ago
  3. fe26109 [ATM] CLIP: Do not refer freed skbuff in clip_mkip(). by YOSHIFUJI Hideaki · 18 years ago
  4. d7811e6 [NET]: Drop tx lock in dev_watchdog_up by Herbert Xu · 18 years ago
  5. cbe21d8 [PACKET]: Don't truncate non-linear skbs with mmaped IO by Patrick McHardy · 18 years ago
  6. 080f22c [NET]: Mark frame diverter for future removal. by Stephen Hemminger · 18 years ago
  7. 3795da4 [TCP] tcp-lp: bug fix for oops in 2.6.18-rc6 by Wong Hoi Sing Edison · 18 years ago
  8. 485c296 [BRIDGE]: random extra bytes on STP TCN packet by Stephen Hemminger · 18 years ago
  9. d0ee011 [IPV6]: Accept -1 for IPV6_TCLASS by Remi Denis-Courmont · 18 years ago
  10. e012d51 [IPV6]: Fix tclass setting for raw sockets. by YOSHIFUJI Hideaki · 18 years ago
  11. b552216 [IPVS]: remove the debug option go ip_vs_ftp by Simon Horman · 18 years ago
  12. 3f5af5b [IPVS]: Make sure ip_vs_ftp ports are valid by Simon Horman · 18 years ago
  13. 70e76b7 [IPVS]: auto-help for ip_vs_ftp by Simon Horman · 18 years ago
  14. b3a8a40 [TCP]: Turn ABC off. by Stephen Hemminger · 18 years ago
  15. 3fcde74 [NEIGH]: neigh_table_clear() doesn't free stats by Kirill Korotaev · 18 years ago
  16. 0668b47 [IPV4]: Fix SNMPv2 "ipFragFails" counter error by Wei Dong · 18 years ago
  17. 5991c84 [NET]: Rate limiting for socket allocation failure messages. by Akinobu Mita · 18 years ago
  18. 99c7bc0 [IPV6]: Fix kernel OOPs when setting sticky socket options. by YOSHIFUJI Hideaki · 18 years ago
  19. 57f5f54 [IPV6]: ipv6_add_addr should install dstentry earlier by Keir Fraser · 18 years ago
  20. fab2caf [NETLINK]: Call panic if nl_table allocation fails by Akinobu Mita · 18 years ago
  21. 3fdf3f0 [TCP]: Two RFC3465 Appropriate Byte Count fixes. by Daikichi Osuga · 18 years ago
  22. 76d0cc1 [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error by Lv Liangying · 18 years ago
  23. b9ac867 [SCTP]: Fix sctp_primitive_ABORT() call in sctp_close(). by Sridhar Samudrala · 18 years ago
  24. 66a377c [DCCP]: Fix CCID3 by Ian McDonald · 18 years ago
  25. 3a13813 [BRIDGE] netfilter: memory corruption fix by Stephen Hemminger · 18 years ago
  26. 80193ae [DCCP]: Introduce dccp_rx_hist_find_entry by Ian McDonald · 18 years ago
  27. 837d107 [DCCP]: Introduces follows48 function by Ian McDonald · 18 years ago
  28. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  29. f3166c0 [DCCP]: Fix typo by Ian McDonald · 18 years ago
  30. 59eed27 [IPV6]: Segmentation offload not set correctly on TCP children by Stephen Hemminger · 18 years ago
  31. 62250b3 Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 by Greg Kroah-Hartman · 18 years ago
  32. e889649 NFS: Check lengths more thoroughly in NFS4 readdir XDR decode by David Howells · 18 years ago
  33. 8f8e7a5 SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs by Trond Myklebust · 18 years ago
  34. 68adb0a SUNRPC: rpc_unlink() must check for unhashed dentries by Trond Myklebust · 18 years ago
  35. dff02cc NFS: clean up rpc_rmdir by Trond Myklebust · 18 years ago
  36. 5d67476 SUNRPC: make rpc_unlink() take a dentry argument instead of a path by Trond Myklebust · 18 years ago
  37. 316c159 [TCP]: Limit window scaling if window is clamped. by Stephen Hemminger · 18 years ago
  38. e0b7cde [NETFILTER]: arp_tables: fix table locking in arpt_do_table by Patrick McHardy · 18 years ago
  39. c164a9b Fix sctp privilege elevation (CVE-2006-3745) by Sridhar Samudrala · 18 years ago
  40. 78eb887 [BRIDGE]: Disable SG/GSO if TX checksum is off by Herbert Xu · 18 years ago
  41. 8311731 [NETFILTER]: ip_tables: fix table locking in ipt_do_table by Patrick McHardy · 18 years ago
  42. d205dc4 [NETFILTER]: ctnetlink: fix deadlock in table dumping by Patrick McHardy · 18 years ago
  43. 6e8fcbf [IPV4]: severe locking bug in fib_semantics.c by Alexey Kuznetsov · 18 years ago
  44. acd6e00 [MCAST]: Fix filter leak on device removal. by David L Stevens · 18 years ago
  45. c7fa9d1 [NET]: Disallow whitespace in network device names. by David S. Miller · 18 years ago
  46. c0956bd [PKT_SCHED] cls_u32: Fix typo. by Ralf Hildebrandt · 18 years ago
  47. b9c6e3e [ATM]: Compile error on ARM by Kevin Hilman · 18 years ago
  48. bb699cbc [IPV4]: Possible leak of multicast source filter sctructure by Michal Ruzicka · 18 years ago
  49. 640c41c [IPV6] lockdep: annotate __icmpv6_socket by Ingo Molnar · 18 years ago
  50. deb47c6 [NETFILTER]: xt_physdev build fix by Andrew Morton · 18 years ago
  51. 8557511 [NET]: Fix potential stack overflow in net/core/utils.c by Suresh Siddha · 18 years ago
  52. 7ea49ed [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path. by David S. Miller · 18 years ago
  53. e9fa4f7 [INET]: Use pskb_trim_unique when trimming paged unique skbs by Herbert Xu · 18 years ago
  54. dcb7cd9 [NETFILTER]: ulog: fix panic on SMP kernels by Mark Huang · 18 years ago
  55. 0eff66e [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init path by Patrick McHardy · 18 years ago
  56. 7ee66fc [LLC]: multicast receive device match by Stephen Hemminger · 18 years ago
  57. d49c73c [IPSEC]: Validate properly in xfrm_dst_check() by David S. Miller · 18 years ago
  58. 1c7628bd [NETFILTER]: xt_hashlimit: fix limit off-by-one by Patrick McHardy · 18 years ago
  59. 97c802a [NETFILTER]: xt_string: fix negation by Phil Oester · 18 years ago
  60. 18b6fe6 [TCP]: Fix botched memory leak fix to tcpprobe_read(). by David S. Miller · 18 years ago
  61. fff6425 [IPX]: Fix typo, ipxhdr() --> ipx_hdr() by David S. Miller · 18 years ago
  62. 06aebfb [IPV6]: The ifa lock is a BH lock by Herbert Xu · 18 years ago
  63. a465714 Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Greg Kroah-Hartman · 18 years ago
  64. 7c91767 [NET]: add_timer -> mod_timer() in dst_run_gc() by Dmitry Mishin · 18 years ago
  65. 2f96740 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 18 years ago
  66. 7b1ba8d [IPX]: Another nonlinear receive fix by Stephen Hemminger · 18 years ago
  67. 70f8e78 [RTNETLINK]: Fix IFLA_ADDRESS handling. by David S. Miller · 18 years ago
  68. bd37a08 [TCP]: SNMPv2 tcpOutSegs counter error by Wei Yongjun · 18 years ago
  69. 69d8c28 [PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too. by David S. Miller · 18 years ago
  70. aaf5806 [PKTGEN]: Fix oops when used with balance-tlb bonding by Chen-Li Tien · 18 years ago
  71. 8d1502d [IPV4]: Limit rt cache size properly. by Kirill Korotaev · 18 years ago
  72. 8b5cc5e [IPX]: Header length validation needed by Stephen Hemminger · 18 years ago
  73. 7b2e497 [NET]: Assign skb->dev in netdev_alloc_skb by Christoph Hellwig · 18 years ago
  74. cb3f1e7 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  75. 2f34931 [PATCH] knfsd: fix race related problem when adding items to and svcrpc auth cache by Neil Brown · 18 years ago
  76. 558e10a [LAPB]: Fix windowsize check by Diego Calleja · 18 years ago
  77. d254bcd [TCP]: Fixes IW > 2 cases when TCP is application limited by Ilpo Järvinen · 18 years ago
  78. 30a584d [LLX]: SOCK_DGRAM interface fixes by Stephen Hemminger · 18 years ago
  79. b9e2cc0 [PKT_SCHED]: Return ENOENT if qdisc module is unavailable by Jamal Hadi Salim · 18 years ago
  80. bea1b42 [BRIDGE]: netlink status fix by Stephen Hemminger · 18 years ago
  81. 782a667 [PATCH] Send wireless netlink events with a clean slate by Herbert Xu · 18 years ago
  82. 5c3e985 SUNRPC: Fix obvious refcounting bugs in rpc_pipefs. by Trond Myklebust · 18 years ago
  83. e0ab53d RPC: Ensure that we disconnect TCP socket when client requests error out by Trond Myklebust · 18 years ago
  84. 29bbd72 [NET]: Fix more per-cpu typos by Alexey Dobriyan · 18 years ago
  85. e6eb307 [I/OAT]: Remove CPU hotplug lock from net_dma_rebalance by Chris Leech · 18 years ago
  86. 9bbf28a1 [DECNET]: Fix for routing bug by Patrick Caulfield · 18 years ago
  87. dc49c1f [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch by Catherine Zhang · 18 years ago
  88. 2b7e24b [NET]: skb_queue_lock_key() is no longer used. by Adrian Bunk · 18 years ago
  89. dafee49 [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error by Wei Dong · 18 years ago
  90. 32c524d [IPV6]: SNMPv2 "ipv6IfStatsInHdrErrors" counter error by Wei Dong · 18 years ago
  91. b60dfc6 [NET]: Kill the WARN_ON() calls for checksum fixups. by David S. Miller · 18 years ago
  92. 3ab7208 [NETFILTER]: xt_hashlimit/xt_string: missing string validation by Patrick McHardy · 18 years ago
  93. b10866f [NETFILTER]: SIP helper: expect RTP streams in both directions by Patrick McHardy · 18 years ago
  94. 8af2745 [NET]: Add netdev_alloc_skb(). by Christoph Hellwig · 18 years ago
  95. 52499af [TCP]: Process linger2 timeout consistently. by David S. Miller · 18 years ago
  96. a280b89 [SECURITY] secmark: nul-terminate secdata by James Morris · 18 years ago
  97. 8d71740 [NET]: Core net changes to generate netevents by Tom Tucker · 18 years ago
  98. 792d193 [NET]: Network Event Notifier Mechanism. by Tom Tucker · 18 years ago
  99. 3687b1d [TCP]: SNMPv2 tcpAttemptFails counter error by Wei Yongjun · 18 years ago
  100. 118075b [TCP]: fix memory leak in net/ipv4/tcp_probe.c::tcpprobe_read() by James Morris · 18 years ago