1. 7c6de05 [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packet by Yasuyuki Kozakai · 18 years ago
  2. 763ecff [NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 error by Yasuyuki Kozakai · 18 years ago
  3. 08857fa [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT by Yasuyuki Kozakai · 18 years ago
  4. 7d3cdc6 [NETFILTER]: nf_conntrack: move registration of __nf_ct_attach by Yasuyuki Kozakai · 18 years ago
  5. deac0cc [NETFILTER]: x_tables: fix dependencies of conntrack related modules by Yasuyuki Kozakai · 18 years ago
  6. 48d5cad [XFRM]: Fix SNAT-related crash in xfrm4_output_finish by Patrick McHardy · 18 years ago
  7. 78872cc [BRIDGE]: Fix deadlock in br_stp_disable_bridge by Adrian Drzewiecki · 18 years ago
  8. ee68cea [NETFILTER]: Fix xfrm lookup after SNAT by Patrick McHardy · 18 years ago
  9. b4d9eda [NET]: Revert skb_copy_datagram_iovec() recursion elimination. by David S. Miller · 18 years ago
  10. 00de651 [IPSEC]: Fix strange IPsec freeze. by Herbert Xu · 18 years ago
  11. 6d3e85e [IPV6] Don't store dst_entry for RAW socket by Nicolas DICHTEL · 18 years ago
  12. e200bd8 [NETLINK] genetlink: Fix bugs spotted by Andrew Morton. by Jamal Hadi Salim · 18 years ago
  13. 178a325 [BRIDGE]: Better fix for netfilter missing symbol has_bridge_parent by Stephen Hemminger · 18 years ago
  14. a6c1cd57 [NETFILTER] Fix Kconfig menu level for x_tables by Harald Welte · 18 years ago
  15. 15c38c6 Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 18 years ago
  16. 99e382a [P8023]: Fix tainting of kernel. by Dave Jones · 18 years ago
  17. 77decfc [IPV4] ICMP: Invert default for invalid icmp msgs sysctl by Dave Jones · 18 years ago
  18. bf3883c [ATM]: Ratelimit atmsvc failure messages by Dave Jones · 18 years ago
  19. 7b005bd [Bluetooth] Fix NULL pointer dereferences of the HCI socket by Marcel Holtmann · 18 years ago
  20. 56f3a40 [Bluetooth] Reduce L2CAP MTU for RFCOMM connections by Marcel Holtmann · 18 years ago
  21. 3c79192 [PATCH] netfilter: fix build error due to missing has_bridge_parent macro by Jesper Juhl · 18 years ago
  22. bab1dee [BRIDGE]: fix error handling for add interface to bridge by Stephen Hemminger · 18 years ago
  23. 5dce971 [BRIDGE]: netfilter handle RCU during removal by Stephen Hemminger · 18 years ago
  24. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 18 years ago
  25. 6fcf941 [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled by John Heffner · 18 years ago
  26. 80ba250 [IRDA]: out of range array access by David Binderman · 18 years ago
  27. d93077f [IRDA]: Set proper IrLAP device address length by Samuel Ortiz · 18 years ago
  28. 2863351 [NETLINK]: illegal use of pid in rtnetlink by Alexey Kuznetsov · 18 years ago
  29. a70ea99 [NETLINK]: Fix a severe bug by Alexey Kuznetsov · 18 years ago
  30. 9908104 [IPV6]: Address autoconfiguration does not work after device down/up cycle by Kristian Slavov · 18 years ago
  31. e80e28b [PATCH] net/ipv6/mcast.c NULL noise removal by Al Viro · 18 years ago
  32. 76edc60 [PATCH] ipv4 NULL noise removal by Al Viro · 18 years ago
  33. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  34. 98bd0c0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  35. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  36. 7918d21 [NETFILTER]: Fix check whether dst_entry needs to be released after NAT by Patrick McHardy · 18 years ago
  37. 0047c65 [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification by Patrick McHardy · 18 years ago
  38. 878c41c [NETFILTER]: Fix ip6t_policy address matching by Patrick McHardy · 18 years ago
  39. e55f1bc [NETFILTER]: Check policy length in policy match strict mode by Patrick McHardy · 18 years ago
  40. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 18 years ago
  41. df4e957 [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper by Samir Bellabes · 18 years ago
  42. 6f16930 [NETFILTER]: Fix missing src port initialization in tftp expectation mask by Patrick McHardy · 18 years ago
  43. a706124 [NETFILTER]: nfnetlink_queue: fix packet marking over netlink by Patrick McHardy · 18 years ago
  44. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 18 years ago
  45. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 18 years ago
  46. ddc8d02 [NETFILTER]: nf_conntrack: check address family when finding protocol module by Yasuyuki Kozakai · 18 years ago
  47. 34f9a2e [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystem by Pablo Neira Ayuso · 18 years ago
  48. b633ad5 [NETFILTER]: ctnetlink: Fix subsystem used for expectation events by Marcus Sundberg · 18 years ago
  49. fa60cf7 [ICMP]: Fix extra dst release when ip_options_echo fails by Herbert Xu · 18 years ago
  50. d6c8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  51. 0dec456 [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. by Stephen Hemminger · 18 years ago
  52. f00c401 [IPV4]: Remove suprious use of goto out: in icmp_reply by Horms · 18 years ago
  53. 6f4b6ec [IPV6]: Fix illegal dst locking in softirq context. by Herbert Xu · 18 years ago
  54. f8addb3 [IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usage by Herbert Xu · 18 years ago
  55. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 18 years ago
  56. 4641e7a [IPV6]: Don't hold extra ref count in ipv6_ifa_notify by Herbert Xu · 18 years ago
  57. 42c5e15 [NET] snap: needs hardware checksum fix by Stephen Hemminger · 18 years ago
  58. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 18 years ago
  59. adb12f6 SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code by Trond Myklebust · 18 years ago
  60. 9842ef3 SUNRPC: rpc_timeout_upcall_queue should not sleep by Trond Myklebust · 18 years ago
  61. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 18 years ago
  62. 99acf04 [PATCH] DocBook: fix some kernel-doc comments in net/sunrpc by Martin Waitz · 18 years ago
  63. 0cbd782 [DCCP] ipv6: dccp_v6_send_response() has a DST leak too. by David S. Miller · 18 years ago
  64. 78b9104 [IPV6] tcp_v6_send_synack: release the destination by Eric W. Biederman · 18 years ago
  65. f9d9516 [NET]: Do not export inet_bind_bucket_create twice. by Sam Ravnborg · 18 years ago
  66. 3f4cfc2 [BRIDGE]: Fix device delete race. by Stephen Hemminger · 18 years ago
  67. 5d39a79 [IPV4]: Always set fl.proto in ip_route_newports by Patrick McHardy · 18 years ago
  68. dd1c185 Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST by Linus Torvalds · 18 years ago
  69. 0827f2b Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  70. 2c74088 [TCP] H-TCP: Fix accounting by Baruch Even · 18 years ago
  71. c5d90e0 [IPV4] igmp: remove pointless printk by Dave Jones · 18 years ago
  72. e2c2fc2 [SCTP]: heartbeats exceed maximum retransmssion limit by Vlad Yasevich · 18 years ago
  73. 81845c21 [SCTP]: correct the number of INIT retransmissions by Vlad Yasevich · 18 years ago
  74. 1a1fedf [PATCH] Typo corrections for ieee80211 by Larry Finger · 18 years ago
  75. 55cd94a [PATCH] ieee80211: Fix iwlist scan can only show about 20 APs by Zhu Yi · 18 years ago
  76. b6daa25 [PATCH] ieee80211: Fix problem with not decrypting broadcast packets by Zhu Yi · 18 years ago
  77. 7add2a4 [IPV6] MLDv2: fix change records when transitioning to/from inactive by David L Stevens · 18 years ago
  78. 151bb0f [AF_KEY]: no message type set by Jerome Borsboom · 18 years ago
  79. cabcac0 [BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl by Thomas Graf · 18 years ago
  80. 8798b3f [NET]: Fix skb fclone error path handling. by Herbert Xu · 18 years ago
  81. 8ae55f0 [NET]: Fix some whitespace issues in af_packet.c by Kris Katterjohn · 18 years ago
  82. 2966b66 [NET]: more whitespace issues in net/core/filter.c by Kris Katterjohn · 18 years ago
  83. cf9e50a Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6 by David S. Miller · 18 years ago
  84. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 18 years ago
  85. 5fb8b49 [PATCH] svcrpc: gss: svc context creation error handling by J. Bruce Fields · 18 years ago
  86. 91a4762 [PATCH] svcrpc: gss: server context init failure handling by Kevin Coffman · 18 years ago
  87. 822f100 [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE by Andy Adamson · 18 years ago
  88. 1918e34 [PATCH] svcrpc: save and restore the daddr field when request deferred by J. Bruce Fields · 18 years ago
  89. 27a7b04 Merge git://tipc.cslab.ericsson.net/pub/git/tipc by David S. Miller · 18 years ago
  90. ad12583 [IPV4]: Fix multiple bugs in IGMPv3 by David L Stevens · 18 years ago
  91. 7ac5459 [PKTGEN]: Respect hard_header_len of device. by David S. Miller · 18 years ago
  92. dbd2915 [IPV4]: RT_CACHE_STAT_INC() warning fix by Andrew Morton · 18 years ago
  93. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 18 years ago
  94. 1e63e68 [TIPC] Group protocols with sub-options in Kconfig by Per Liden · 18 years ago
  95. c11ac3f [TIPC] Add help text for TIPC configuration option by Per Liden · 18 years ago
  96. 50f9bcd [TIPC] Remove unused #includes by Per Liden · 18 years ago
  97. 33a9c4d [TIPC] Move ethernet protocol id to linux/if_ether.h by Per Liden · 18 years ago
  98. 16cb4b3 [TIPC] Updated link priority macros by Per Liden · 18 years ago
  99. 5f7c3ff [TIPC] Minor changes to #includes by Jon Maloy · 18 years ago
  100. 3860288 [NET]: Use is_zero_ether_addr() in net/core/netpoll.c by Kris Katterjohn · 18 years ago