1. 3759fa9 [TCP]: Fix zero port problem in IPv6 by Herbert Xu · 18 years ago
  2. 31fe4d3 [NETFILTER]: arp_tables: fix NULL pointer dereference by Patrick McHardy · 18 years ago
  3. baa829d [IPV4/6]: Fix UFO error propagation by Patrick McHardy · 18 years ago
  4. 4a1ff6e [TCP]: tcp_highspeed: fix AIMD table out-of-bounds access by Patrick McHardy · 18 years ago
  5. cc9a06c [NETLINK]: Fix use-after-free in netlink_recvmsg by Patrick McHardy · 18 years ago
  6. f8dc01f [XFRM]: Fix leak in ah6_input by Patrick McHardy · 18 years ago
  7. f6e5746 [NET_SCHED]: act_api: fix skb leak in error path by Patrick McHardy · 18 years ago
  8. 406dbfc [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference by Patrick McHardy · 18 years ago
  9. ba244fe [TCP]: Fix tcp_tso_should_defer() when limit>=65536 by David S. Miller · 18 years ago
  10. c127437 [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG by Gregor Maier · 18 years ago
  11. 0d27b42 [IPV6]: fix ipv6_saddr_score struct element by Brian Haley · 18 years ago
  12. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  13. 850a9a4 [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumption by Thomas Graf · 18 years ago
  14. c099666 [DCCP] ccid3: Divide by zero fix by Ian McDonald · 18 years ago
  15. 0f8f325 [ATM]: keep atmsvc failure messages quiet by Chas Williams · 18 years ago
  16. 125a12c [BRIDGE]: generate kobject remove event by Stephen Hemminger · 18 years ago
  17. d32439c [BRIDGE]: port timer initialization by Stephen Hemminger · 18 years ago
  18. 6e86b89 [BRIDGE]: fix crash in STP by Stephen Hemminger · 18 years ago
  19. ce7eeb6 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Jeff Garzik · 18 years ago
  20. 4832843 [PATCH] ieee80211_rx.c: is_beacon by Pete Zaitcev · 18 years ago
  21. ba13c98 [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc by Arnaldo Carvalho de Melo · 18 years ago
  22. bafac2a [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility by Patrick McHardy · 18 years ago
  23. 45fe4dc [NETFILTER]: nf_queue: fix end-of-list check by Patrick McHardy · 18 years ago
  24. e121e9e [NETFILTER]: nf_queue: remove unnecessary check for outfn by Patrick McHardy · 18 years ago
  25. 7a11b98 [NETFILTER]: nf_queue: fix rerouting after packet mangling by Patrick McHardy · 18 years ago
  26. f92f871 [NETFILTER]: nf_queue: check if rerouter is present before using it by Patrick McHardy · 18 years ago
  27. e02f7d1 [NETFILTER]: nf_queue: don't copy registered rerouter data by Patrick McHardy · 18 years ago
  28. 752c1f4 [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly by Herbert Xu · 18 years ago
  29. 4bf05ec [IPSEC] esp: Kill unnecessary block and indentation by Herbert Xu · 18 years ago
  30. d91675f [IPV6]: Do not ignore IPV6_MTU socket option. by YOSHIFUJI Hideaki · 18 years ago
  31. 0c08889 [IPV6] ip6_tunnel: release cached dst on change of tunnel params by Hugo Santos · 18 years ago
  32. 4da3089 [IPSEC]: Use TOS when doing tunnel lookups by Herbert Xu · 18 years ago
  33. f8d0e3f [NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00 by Jamal Hadi Salim · 18 years ago
  34. 21380b8 [XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put(). by Herbert Xu · 18 years ago
  35. 8525987 [IPV4]: Fix garbage collection of multipath route entries by Suresh Bhogavilli · 18 years ago
  36. 42cf93c [NETFILTER]: Fix bridge netfilter related in xfrm_lookup by Patrick McHardy · 18 years ago
  37. cf70a6f Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bird by Linus Torvalds · 18 years ago
  38. a8372f0 [NET]: NETFILTER: remove duplicated lines and fix order in skb_clone(). by YOSHIFUJI Hideaki · 18 years ago
  39. 8e249f0 [NETFILTER]: Fix outgoing redirects to loopback by Patrick McHardy · 18 years ago
  40. bc6e14b [NETFILTER]: Fix NAT PMTUD problems by Patrick McHardy · 18 years ago
  41. 9951101 [XFRM]: Fix policy double put by Patrick McHardy · 18 years ago
  42. cc6cdac [PATCH] missing ntohs() in ip6_tunnel by Al Viro · 18 years ago
  43. 7c6de05 [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packet by Yasuyuki Kozakai · 18 years ago
  44. 763ecff [NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 error by Yasuyuki Kozakai · 18 years ago
  45. 08857fa [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT by Yasuyuki Kozakai · 18 years ago
  46. 7d3cdc6 [NETFILTER]: nf_conntrack: move registration of __nf_ct_attach by Yasuyuki Kozakai · 18 years ago
  47. deac0cc [NETFILTER]: x_tables: fix dependencies of conntrack related modules by Yasuyuki Kozakai · 18 years ago
  48. 48d5cad [XFRM]: Fix SNAT-related crash in xfrm4_output_finish by Patrick McHardy · 18 years ago
  49. 78872cc [BRIDGE]: Fix deadlock in br_stp_disable_bridge by Adrian Drzewiecki · 18 years ago
  50. ee68cea [NETFILTER]: Fix xfrm lookup after SNAT by Patrick McHardy · 18 years ago
  51. b4d9eda [NET]: Revert skb_copy_datagram_iovec() recursion elimination. by David S. Miller · 18 years ago
  52. 00de651 [IPSEC]: Fix strange IPsec freeze. by Herbert Xu · 18 years ago
  53. 6d3e85e [IPV6] Don't store dst_entry for RAW socket by Nicolas DICHTEL · 18 years ago
  54. e200bd8 [NETLINK] genetlink: Fix bugs spotted by Andrew Morton. by Jamal Hadi Salim · 18 years ago
  55. 178a325 [BRIDGE]: Better fix for netfilter missing symbol has_bridge_parent by Stephen Hemminger · 18 years ago
  56. a6c1cd57 [NETFILTER] Fix Kconfig menu level for x_tables by Harald Welte · 18 years ago
  57. 15c38c6 Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 18 years ago
  58. 99e382a [P8023]: Fix tainting of kernel. by Dave Jones · 18 years ago
  59. 77decfc [IPV4] ICMP: Invert default for invalid icmp msgs sysctl by Dave Jones · 18 years ago
  60. bf3883c [ATM]: Ratelimit atmsvc failure messages by Dave Jones · 18 years ago
  61. 7b005bd [Bluetooth] Fix NULL pointer dereferences of the HCI socket by Marcel Holtmann · 18 years ago
  62. 56f3a40 [Bluetooth] Reduce L2CAP MTU for RFCOMM connections by Marcel Holtmann · 18 years ago
  63. 3c79192 [PATCH] netfilter: fix build error due to missing has_bridge_parent macro by Jesper Juhl · 18 years ago
  64. bab1dee [BRIDGE]: fix error handling for add interface to bridge by Stephen Hemminger · 18 years ago
  65. 5dce971 [BRIDGE]: netfilter handle RCU during removal by Stephen Hemminger · 18 years ago
  66. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 18 years ago
  67. 6fcf941 [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled by John Heffner · 18 years ago
  68. 80ba250 [IRDA]: out of range array access by David Binderman · 18 years ago
  69. d93077f [IRDA]: Set proper IrLAP device address length by Samuel Ortiz · 18 years ago
  70. 2863351 [NETLINK]: illegal use of pid in rtnetlink by Alexey Kuznetsov · 18 years ago
  71. a70ea99 [NETLINK]: Fix a severe bug by Alexey Kuznetsov · 18 years ago
  72. 9908104 [IPV6]: Address autoconfiguration does not work after device down/up cycle by Kristian Slavov · 18 years ago
  73. e80e28b [PATCH] net/ipv6/mcast.c NULL noise removal by Al Viro · 18 years ago
  74. 76edc60 [PATCH] ipv4 NULL noise removal by Al Viro · 18 years ago
  75. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  76. 98bd0c0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  77. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  78. 7918d21 [NETFILTER]: Fix check whether dst_entry needs to be released after NAT by Patrick McHardy · 18 years ago
  79. 0047c65 [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification by Patrick McHardy · 18 years ago
  80. 878c41c [NETFILTER]: Fix ip6t_policy address matching by Patrick McHardy · 18 years ago
  81. e55f1bc [NETFILTER]: Check policy length in policy match strict mode by Patrick McHardy · 18 years ago
  82. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 18 years ago
  83. df4e957 [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper by Samir Bellabes · 18 years ago
  84. 6f16930 [NETFILTER]: Fix missing src port initialization in tftp expectation mask by Patrick McHardy · 18 years ago
  85. a706124 [NETFILTER]: nfnetlink_queue: fix packet marking over netlink by Patrick McHardy · 18 years ago
  86. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 18 years ago
  87. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 18 years ago
  88. ddc8d02 [NETFILTER]: nf_conntrack: check address family when finding protocol module by Yasuyuki Kozakai · 18 years ago
  89. 34f9a2e [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystem by Pablo Neira Ayuso · 18 years ago
  90. b633ad5 [NETFILTER]: ctnetlink: Fix subsystem used for expectation events by Marcus Sundberg · 18 years ago
  91. fa60cf7 [ICMP]: Fix extra dst release when ip_options_echo fails by Herbert Xu · 18 years ago
  92. d6c8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  93. 0dec456 [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. by Stephen Hemminger · 18 years ago
  94. f00c401 [IPV4]: Remove suprious use of goto out: in icmp_reply by Horms · 18 years ago
  95. 6f4b6ec [IPV6]: Fix illegal dst locking in softirq context. by Herbert Xu · 18 years ago
  96. f8addb3 [IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usage by Herbert Xu · 18 years ago
  97. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 18 years ago
  98. 4641e7a [IPV6]: Don't hold extra ref count in ipv6_ifa_notify by Herbert Xu · 18 years ago
  99. 42c5e15 [NET] snap: needs hardware checksum fix by Stephen Hemminger · 18 years ago
  100. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 18 years ago