1. 483479e [IPV4] devinet: inetdev_init out label moved after RCU assignment by Jarek Poplawski · 18 years ago
  2. 469de9b [INET]: style updates for the inet_sock->is_icsk assignment fix by Paul Moore · 18 years ago
  3. 4a1c010 [SCTP]: Fix err_hdr assignment in sctp_init_cause. by Vlad Yasevich · 18 years ago
  4. ffed53d [NETFILTER]: nf_nat: fix hanging connections when loading the NAT module by Patrick McHardy · 18 years ago
  5. f9f02cc [NETFILTER]: nf_conntrack_ipv6: fix crash when handling fragments by Patrick McHardy · 18 years ago
  6. cb48cfe [TCP]: Fix iov_len calculation in tcp_v4_send_ack(). by Craig Schlenter · 18 years ago
  7. 88044c8 [NETFILTER]: nf_conntrack_netbios_ns: fix uninitialized member in expectation by Patrick McHardy · 18 years ago
  8. 2a2f11c NetLabel: correct CIPSO tag handling when adding new DOI definitions by Paul Moore · 18 years ago
  9. c893779 [Bluetooth] Handle device registration failures by Marcel Holtmann · 18 years ago
  10. 4d6a218 [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg() by Marcel Holtmann · 18 years ago
  11. b6e557f [Bluetooth] More checks if DLC is still attached to the TTY by Marcel Holtmann · 18 years ago
  12. f477756 [Bluetooth] Add packet size checks for CAPI messages by Marcel Holtmann · 18 years ago
  13. d2e7543 [X25]: Trivial, SOCK_DEBUG's in x25_facilities missing newlines by Andrew Hendry · 18 years ago
  14. cbbd7d4 [INET]: Fix incorrect "inet_sock->is_icsk" assignment. by Paul Moore · 18 years ago
  15. 30c4cf5 [IPV4/IPV6]: Fix inet{,6} device initialization order. by David L Stevens · 18 years ago
  16. 44f9a2f [NETFILTER]: ebtables: don't compute gap before checking struct type by Chuck Ebbert · 18 years ago
  17. bbdc176 [NETFILTER]: nf_nat: fix MASQUERADE crash on device down by Martin Josefsson · 18 years ago
  18. c9386cf [NETFILTER]: New connection tracking is not EXPERIMENTAL anymore by Patrick McHardy · 18 years ago
  19. c68b8b6 [NETFILTER]: Fix routing of REJECT target generated packets in output chain by Patrick McHardy · 18 years ago
  20. e5b5ef7 [NETFILTER]: compat offsets size change by Dmitry Mishin · 18 years ago
  21. 7f18ba6 [X25]: proper prototype for x25_init_timers() by Adrian Bunk · 18 years ago
  22. 5e7c001 [AF_NETLINK]: module_put cleanup by Mariusz Kozlowski · 18 years ago
  23. 22e7005 [XFRM_USER]: avoid pointless void ** casts by Christoph Hellwig · 18 years ago
  24. 9c2440b [NETFILTER] xt_hashlimit.c: fix typo by Alexey Dobriyan · 18 years ago
  25. ee74baa [PKTGEN]: Convert to kthread API. by David S. Miller · 18 years ago
  26. b836267 [XFRM]: Algorithm lookup using .compat name by Martin Willi · 18 years ago
  27. 3a960f7 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
  28. 5c66870 [UDP]: Fix reversed logic in udp_get_port(). by David S. Miller · 18 years ago
  29. 2412318 [SCTP]: make 2 functions static by Adrian Bunk · 18 years ago
  30. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 18 years ago
  31. caff5b6a NetLabel: correctly fill in unused CIPSOv4 level and category mappings by Paul Moore · 18 years ago
  32. 1fd2a25 NetLabel: perform input validation earlier on CIPSOv4 DOI add ops by Paul Moore · 18 years ago
  33. fadfc8e [PATCH] gss_spkm3: fix error handling in module init by Akinobu Mita · 18 years ago
  34. 0c234ae [PATCH] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie by Ulrich Kunitz · 18 years ago
  35. 6f07a8a [PATCH] ieee80211softmac: Fix errors related to the work_struct changes by Ulrich Kunitz · 18 years ago
  36. 14fb8a7 [IPV4]: Fix BUG of ip_rt_send_redirect() by Li Yewang · 18 years ago
  37. a9fc00c [TCP]: Trivial fix to message in tcp_v4_inbound_md5_hash by Leigh Brown · 18 years ago
  38. 8228a18d [TCP]: Fix oops caused by tcp_v4_md5_do_del by Leigh Brown · 18 years ago
  39. 9b54d5c [NETFILTER] IPV6: Fix dependencies. by David S. Miller · 18 years ago
  40. a3d3840 [AX.25]: Fix unchecked rose_add_loopback_neigh uses by Ralf Baechle · 18 years ago
  41. a159aaa [AX.25]: Fix unchecked rose_add_loopback_node uses by Ralf Baechle · 18 years ago
  42. a428271 [AX.25]: Fix unchecked ax25_linkfail_register uses by Ralf Baechle · 18 years ago
  43. 58bc574 [AX.25]: Fix unchecked nr_add_node uses. by Ralf Baechle · 18 years ago
  44. 81dcd16 [AX.25]: Fix unchecked ax25_listen_register uses by Ralf Baechle · 18 years ago
  45. 8d5cf59 [AX.25]: Fix unchecked ax25_protocol_register uses. by Ralf Baechle · 18 years ago
  46. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 18 years ago
  47. 2bf540b [NETFILTER]: bridge-netfilter: remove deferred hooks by Patrick McHardy · 18 years ago
  48. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  49. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  50. 882a382 [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. by Sridhar Samudrala · 18 years ago
  51. 29c7cf9 [SCTP]: Handle address add/delete events in a more efficient way. by Sridhar Samudrala · 18 years ago
  52. 6931ba7 [TCP]: Fix oops caused by __tcp_put_md5sig_pool() by David S. Miller · 18 years ago
  53. befffe9 [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt(). by Brian Haley · 18 years ago
  54. 832e3ca [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li by Ian McDonald · 18 years ago
  55. e1b4b9f [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops by Al Viro · 18 years ago
  56. a96be24 [NETFILTER]: ip_tables: ipt and ipt_compat checks unification by Dmitry Mishin · 18 years ago
  57. 11078c3 [NETFILTER]: x_tables: add missing try to load conntrack from match/targets by Yasuyuki Kozakai · 18 years ago
  58. fe0b929 [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packets by Yasuyuki Kozakai · 18 years ago
  59. 083e69e [NETFILTER]: nf_nat: fix NF_NAT dependency by Yasuyuki Kozakai · 18 years ago
  60. 3a41135 [NETFILTER]: Fix INET=n linking error by Patrick McHardy · 18 years ago
  61. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  62. dd08d6e [PATCH] knfsd: Don't ignore kstrdup failure in rpc caches by NeilBrown · 18 years ago
  63. 01f3bd1 [PATCH] knfsd: svcrpc: remove another silent drop from deferral code by J.Bruce Fields · 18 years ago
  64. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  65. b797b5b [PATCH] knfsd: svcrpc: fix gss krb5i memory leak by J.Bruce Fields · 18 years ago
  66. 905f3ed [PATCH] hci endianness annotations by Al Viro · 18 years ago
  67. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  68. 775ba7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  69. 47c6bf77 fix typo in net/ipv4/ip_fragment.c by Peter Zijlstra · 18 years ago
  70. 3640543 [PATCH] netpoll: fix netpoll lockup by Ingo Molnar · 18 years ago
  71. a49f99f [NETPOLL]: Fix local_bh_enable() warning. by Andrew Morton · 18 years ago
  72. 37004af [IPVS]: Make ip_vs_sync.c <= 80col wide. by Simon Horman · 18 years ago
  73. 89eaeb0 [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() by Simon Horman · 18 years ago
  74. f654c85 [HAMRADIO]: Fix baycom_epp.c compile failure. by Ralf Baechle · 18 years ago
  75. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  76. 1fba78b [DCCP] ccid3: Fixup some type conversions related to rtts by Arnaldo Carvalho de Melo · 18 years ago
  77. 9e8efc8 [DCCP] ccid3: BUG-FIX - conversion errors by Gerrit Renker · 18 years ago
  78. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 18 years ago
  79. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 18 years ago
  80. a967241 [DCCP] ccid3: Make debug output consistent by Gerrit Renker · 18 years ago
  81. c5a1ae9 [DCCP] ccid3: Perform history operations only after packet has been sent by Gerrit Renker · 18 years ago
  82. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 18 years ago
  83. 9f8681d [DCCP] ccid3: Shift window counter computation by Gerrit Renker · 18 years ago
  84. de553c1 [DCCP] ccid3: Sanity-check RTT samples by Gerrit Renker · 18 years ago
  85. fe0499a [DCCP] ccid3: Initialise RTT values by Gerrit Renker · 18 years ago
  86. 65d6c2b [DCCP] ccid: Deprecate ccid_hc_tx_insert_options by Gerrit Renker · 18 years ago
  87. f6282f4 [DCCP]: Warn when discarding packet due to internal errors by Gerrit Renker · 18 years ago
  88. bf58a38 [DCCP]: Only deliver to the CCID rx side in charge by Gerrit Renker · 18 years ago
  89. d63d836 [DCCP]: Simplify TFRC calculation by Gerrit Renker · 18 years ago
  90. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 18 years ago
  91. bfe24a6 [DCCP] ccid3: Simplify calculation for reverse lookup of p by Gerrit Renker · 18 years ago
  92. b9039a2 [DCCP] ccid3: Replace scaled division operations by Gerrit Renker · 18 years ago
  93. 1a21e49 [DCCP] ccid3: Finer-grained resolution of sending rates by Gerrit Renker · 18 years ago
  94. 179ebc9 [DCCP] ccid3: Fix two bugs in sending rate computation by Gerrit Renker · 18 years ago
  95. ff58629 [DCCP] ccid3: Two optimisations for sending rate recomputation by Gerrit Renker · 18 years ago
  96. 45393a6 [DCCP] ccid3: Check against too large p by Gerrit Renker · 18 years ago
  97. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 18 years ago
  98. e37b8d9 [NETPOLL]: Make sure TX lock is taken with BH disabled. by Andrew Morton · 18 years ago
  99. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  100. db9a758 [PATCH] workstruct: fix ieee80211-softmac compile problem by David Howells · 18 years ago