1. 75b8c13 [IPSEC]: Fix potential dst leak in xfrm_lookup by Herbert Xu · 17 years ago
  2. 3f03e38 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. by Pavel Emelyanov · 17 years ago
  3. d59b54b [NET]: Fix wrong comments for unregister_net* by Wang Chen · 17 years ago
  4. 95a02cf [IPv6] ESP: Discard dummy packets introduced in rfc4303 by Thomas Graf · 17 years ago
  5. 2017a72 [IPv4] ESP: Discard dummy packets introduced in rfc4303 by Thomas Graf · 17 years ago
  6. a4e65d3 [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" call by Pavel Emelyanov · 17 years ago
  7. 1df2e44 [IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx. by YOSHIFUJI Hideaki · 17 years ago
  8. 4aa9cb3 [AF_RXRPC]: Add a missing goto by David Howells · 17 years ago
  9. e35de02 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() by Pavel Emelyanov · 17 years ago
  10. 8e71a11 [SCTP]: Fix the bind_addr info during migration. by Vlad Yasevich · 17 years ago
  11. f26f7c4 [SCTP]: Add bind hash locking to the migrate code by Vlad Yasevich · 17 years ago
  12. 56c99d0 [IPV4]: Remove prototype of ip_rt_advice by Denis V. Lunev · 17 years ago
  13. 7f53878 [IPv4]: Reply net unreachable ICMP message by Mitsuru Chinen · 17 years ago
  14. ca46f9c [IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable network by Mitsuru Chinen · 17 years ago
  15. 73afc90 [BRIDGE]: Section fix. by Andrew Morton · 17 years ago
  16. 621544e [LRO]: fix lro_gen_skb() alignment by Andrew Gallatin · 17 years ago
  17. 4e67d87 [TCP]: NAGLE_PUSH seems to be a wrong way around by Ilpo Järvinen · 17 years ago
  18. 52d3408 [TCP]: Move prior_in_flight collect to more robust place by Ilpo Järvinen · 17 years ago
  19. 3e6f049 [TCP] FRTO: Use of existing funcs make code more obvious & robust by Ilpo Järvinen · 17 years ago
  20. 92b05e1 [IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FS by Pavel Emelyanov · 17 years ago
  21. 78f150b [ROSE]: Trivial compilation CONFIG_INET=n case by Pavel Emelyanov · 17 years ago
  22. 4ac63ad [IPVS]: Fix sched registration race when checking for name collision. by Pavel Emelyanov · 17 years ago
  23. a014bc8 [IPVS]: Don't leak sysctl tables if the scheduler registration fails. by Pavel Emelyanov · 17 years ago
  24. 8002ced Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 by Linus Torvalds · 17 years ago
  25. d523a32 [INET]: Fix inet_diag dead-lock regression by Herbert Xu · 17 years ago
  26. 67b4af2 [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARK by Jan Engelhardt · 17 years ago
  27. 9dc0564 [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ON by Patrick McHardy · 17 years ago
  28. 3ccd862 [DECNET]: dn_nl_deladdr() almost always returns no error by Pavel Emelyanov · 17 years ago
  29. d31c7b8 [IPV6]: Restore IPv6 when MTU is big enough by Evgeniy Polyakov · 17 years ago
  30. d5a784b [RXRPC]: Add missing select on CRYPTO by David Howells · 17 years ago
  31. 75e7766 Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Herbert Xu · 17 years ago
  32. 53cb479 mac80211: rate limit wep decrypt failed messages by Adel Gadllah · 17 years ago
  33. 7f4c534 rfkill: fix double-mutex-locking by Michael Buesch · 17 years ago
  34. 8312512 mac80211: drop unencrypted frames if encryption is expected by Johannes Berg · 17 years ago
  35. 8b393f1 mac80211: Fix behavior of ieee80211_open and ieee80211_close by Michael Wu · 17 years ago
  36. 01e1f04 ieee80211: fix unaligned access in ieee80211_copy_snap by Daniel Drake · 17 years ago
  37. a10605e mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKED by Zhu Yi · 17 years ago
  38. b7e0fe9 SCTP: Fix build issues with SCTP AUTH. by Vlad Yasevich · 17 years ago
  39. 555d3d5 SCTP: Fix chunk acceptance when no authenticated chunks were listed. by Vlad Yasevich · 17 years ago
  40. 8ee4be3 SCTP: Fix the supported extensions paramter by Vlad Yasevich · 17 years ago
  41. 9baffaa SCTP: Fix SCTP-AUTH to correctly add HMACS paramter. by Vlad Yasevich · 17 years ago
  42. fd10279 SCTP: Fix the number of HB transmissions. by Vlad Yasevich · 17 years ago
  43. a357dde [TCP] illinois: Incorrect beta usage by Stephen Hemminger · 17 years ago
  44. 5e5234f [IPSEC]: Fix uninitialised dst warning in __xfrm_lookup by Herbert Xu · 17 years ago
  45. 0769319 [INET]: Fix inet_diag register vs rcv race by Pavel Emelyanov · 17 years ago
  46. 82de382 [BRIDGE]: Properly dereference the br_should_route_hook by Pavel Emelyanov · 17 years ago
  47. 17efdd4 [BRIDGE]: Lost call to br_fdb_fini() in br_init() error path by Pavel Emelyanov · 17 years ago
  48. 0a11225 [UNIX]: EOF on non-blocking SOCK_SEQPACKET by Florian Zumbiehl · 17 years ago
  49. 6ab3b48 [VLAN]: Fix nested VLAN transmit bug by Joonwoo Park · 17 years ago
  50. 8c27eba Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 by Linus Torvalds · 17 years ago
  51. 423eaf8 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  52. 5dba479 [XFRM]: Fix leak of expired xfrm_states by Patrick McHardy · 17 years ago
  53. 014313a SUNRPC: Add missing "space" to net/sunrpc/auth_gss.c by Joe Perches · 17 years ago
  54. 483066d SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static by Adrian Bunk · 17 years ago
  55. cfcb43f SUNRPC: remove NFS/RDMA client's binary sysctls by James Lentini · 17 years ago
  56. 3660019 [IPV4]: Remove bogus ifdef mess in arp_process by Adrian Bunk · 17 years ago
  57. 2d4baff [SKBUFF]: Free old skb properly in skb_morph by Herbert Xu · 17 years ago
  58. 8053fc3 [IPSEC]: Temporarily remove locks around copying of non-atomic fields by Herbert Xu · 17 years ago
  59. 7f9c33e [TCP] MTUprobe: Cleanup send queue check (no need to loop) by Ilpo Järvinen · 17 years ago
  60. 91cc17c [TCP]: MTUprobe: receiver window & data available checks fixed by Ilpo Järvinen · 17 years ago
  61. 5ba03e8 [SUNRPC]: Remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  62. 5fe4a33 [SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static by Adrian Bunk · 17 years ago
  63. 435000b [PFKEY]: Sending an SADB_GET responds with an SADB_GET by Charles Hardin · 17 years ago
  64. 8c92e6b [IRDA]: Compilation for CONFIG_INET=n case by Pavel Emelyanov · 17 years ago
  65. d535a91 [IPVS]: Fix compiler warning about unused register_ip_vs_protocol by Pavel Emelyanov · 17 years ago
  66. b4a9811 [ARP]: Fix arp reply when sender ip 0 by Jonas Danielsson · 17 years ago
  67. 77adefd [IPV6] TCPMD5: Fix deleting key operation. by YOSHIFUJI Hideaki · 17 years ago
  68. aacbe8c [IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool(). by YOSHIFUJI Hideaki · 17 years ago
  69. 354faf0 [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps. by YOSHIFUJI Hideaki · 17 years ago
  70. a80cc20 [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument. by YOSHIFUJI Hideaki · 17 years ago
  71. 53438e5 Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  72. 92468c5 ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollution by Guillaume Chazarain · 17 years ago
  73. 4b50e38 mac80211: add missing space in error message by Bruno Randolf · 17 years ago
  74. c1428b3 mac80211: fix allmulti/promisc behaviour by Johannes Berg · 17 years ago
  75. b52f219 mac80211: fix ieee80211_set_multicast_list by Johannes Berg · 17 years ago
  76. 1f30532 [NETFILTER]: Fix kernel panic with REDIRECT target. by Evgeniy Polyakov · 17 years ago
  77. 0a06ea8 [WIRELESS] WEXT: Fix userspace corruption on 64-bit. by David S. Miller · 17 years ago
  78. 70cf503 [S390] Explicitly code allocpercpu calls in iucv by Christoph Lameter · 17 years ago
  79. a572da4 [IRDA]: Add missing "space" by Joe Perches · 17 years ago
  80. c3c9d45 [SUNRPC]: Add missing "space" by Joe Perches · 17 years ago
  81. 9ee46f1 [SCTP]: Add missing "space" by Joe Perches · 17 years ago
  82. 3b6d821 [IPV6]: Add missing "space" by Joe Perches · 17 years ago
  83. 3a47a68 [BRIDGE]: Add missing "space" by Joe Perches · 17 years ago
  84. 464c4f1 [IPV4]: Add missing "space" by Joe Perches · 17 years ago
  85. 4756daa [DCCP]: Add missing "space" by Joe Perches · 17 years ago
  86. 5487796 [TCP]: Problem bug with sysctl_tcp_congestion_control function by Sam Jansen · 17 years ago
  87. 6e42141 [TCP] MTUprobe: fix potential sk_send_head corruption by Ilpo Järvinen · 17 years ago
  88. 1f8170b [PKTGEN]: Fix double unlock of xfrm_state->lock by Pavel Emelyanov · 17 years ago
  89. 9055fa1 [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED by Simon Horman · 17 years ago
  90. 9e103fa [IPVS]: Fix sysctl warnings about missing strategy in schedulers by Simon Horman · 17 years ago
  91. 611cd55 [IPVS]: Fix sysctl warnings about missing strategy by Christian Borntraeger · 17 years ago
  92. 483b23f [NET]: Corrects a bug in ip_rt_acct_read() by Eric Dumazet · 17 years ago
  93. eda4f9b sunrpc: rpc_pipe_poll may miss available data in some cases by J. Bruce Fields · 17 years ago
  94. ef338be sunrpc: return error if unsupported enctype or cksumtype is encountered by Kevin Coffman · 17 years ago
  95. ffc40f5 sunrpc: gss_pipe_downcall(), don't assume all errors are transient by Kevin Coffman · 17 years ago
  96. 7799652 [NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage() by Evgeniy Polyakov · 17 years ago
  97. 6452a5f [NETFILTER]: fix compat_nf_sockopt typo by Patrick McHardy · 17 years ago
  98. dab6ba3 [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue by Pavel Emelyanov · 17 years ago
  99. d06fc1d Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  100. 6f37ac7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago