1. 4b4a270 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  2. 22e76c8 inet_diag: Make sure we actually run the same bytecode we audited. by Nelson Elhage · 14 years ago
  3. 1f1b9c9 fib: fib_result_assign() should not change fib refcounts by Eric Dumazet · 14 years ago
  4. cccbe5e netfilter: ip6_tables: fix information leak to userspace by Jan Engelhardt · 14 years ago
  5. 758cb41 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  6. c00b2c9 cls_cgroup: Fix crash on module unload by Herbert Xu · 14 years ago
  7. a6331d6 memory corruption in X.25 facilities parsing by andrew hendry · 14 years ago
  8. 41bb78b net dst: fix percpu_counter list corruption and poison overwritten by Xiaotian Feng · 14 years ago
  9. 8200a59 rds: Remove kfreed tcp conn from list by Pavel Emelyanov · 14 years ago
  10. 58c490b rds: Lost locking in loop connection freeing by Pavel Emelyanov · 14 years ago
  11. 47d1ff1 caif: Remove noisy printout when disconnecting caif socket by sjur.brandeland@stericsson.com · 14 years ago
  12. f2527ec caif: Bugfix for socket priority, bindtodev and dbg channel. by André Carvalho de Matos · 14 years ago
  13. b5f15ac ipv4: netfilter: ip_tables: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  14. 1a8b7a6 ipv4: netfilter: arp_tables: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  15. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  16. 6f9b901 l2tp: kzalloc with swapped params in l2tp_dfs_seq_open by Dr. David Alan Gilbert · 14 years ago
  17. 5ec1cea text ematch: check for NULL pointer before destroying textsearch config by Thomas Graf · 14 years ago
  18. 3985c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  19. 253eacc net: Truncate recvfrom and sendto length to INT_MAX. by Linus Torvalds · 14 years ago
  20. d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
  21. fc8162e RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace by Andy Grover · 14 years ago
  22. f4a3fc0 RDS: Clean up error handling in rds_cmsg_rdma_args by Andy Grover · 14 years ago
  23. a09f69c RDS: Return -EINVAL if rds_rdma_pages returns an error by Andy Grover · 14 years ago
  24. 1b1f693 net: fix rds_iovec page count overflow by Linus Torvalds · 14 years ago
  25. 3285ee3 ip_gre: fix fallback tunnel setup by Eric Dumazet · 14 years ago
  26. 870be39 ipv6/udp: report SndbufErrors and RcvbufErrors by Eric Dumazet · 14 years ago
  27. 1840897 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  28. a4765fa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  29. 520efd1 mac80211: fix failure to check kmalloc return value in key_key_read by Jesper Juhl · 14 years ago
  30. d817d29 netfilter: fix nf_conntrack_l4proto_register() by Eric Dumazet · 14 years ago
  31. 64e4674 netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=n by Patrick McHardy · 14 years ago
  32. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  33. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  34. 089282f netfilter: xt_socket: Make tproto signed in socket_mt6_v1(). by David S. Miller · 14 years ago
  35. 448d7b5 pktgen: Limit how much data we copy onto the stack. by Nelson Elhage · 14 years ago
  36. 8acfe46 net: Limit socket I/O iovec total length to INT_MAX. by David S. Miller · 14 years ago
  37. 4aa2c46 fib: Fix fib zone and its hash leak on namespace stop by Pavel Emelyanov · 14 years ago
  38. 1c0e0a0 dccp ccid-2: Stop polling by Gerrit Renker · 14 years ago
  39. b1fcf55 dccp: Refine the wait-for-ccid mechanism by Gerrit Renker · 14 years ago
  40. dc841e3 dccp: Extend CCID packet dequeueing interface by Gerrit Renker · 14 years ago
  41. fe84f41 dccp: Return-value convention of hc_tx_send_packet() by Gerrit Renker · 14 years ago
  42. f6ac55b net/9p: Return error on read with NULL buffer by Sanchit Garg · 14 years ago
  43. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  44. 7b3bb3f net/9p: Return error if we fail to encode protocol data by Aneesh Kumar K.V · 14 years ago
  45. 52f44e0 net/9p: Add waitq to VirtIO transport. by Venkateswararao Jujjuri (JV) · 14 years ago
  46. 419b395 [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe. by Venkateswararao Jujjuri (JV) · 14 years ago
  47. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  48. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  49. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  50. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  51. 8e44a08 net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk(). by jvrao · 14 years ago
  52. 4f7ebe8 net/9p: This patch implements TLERROR/RLERROR on the 9P client. by Arun R Bharadwaj · 14 years ago
  53. 6b1686a netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages by Eric Dumazet · 14 years ago
  54. 22cdbd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  55. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  56. dc9f48c mac80211: Fix scan_ies_len to include DS Params by Jouni Malinen · 14 years ago
  57. b914c4e inetpeer: __rcu annotations by Eric Dumazet · 14 years ago
  58. 7a2b03c fib_rules: __rcu annotates ctarget by Eric Dumazet · 14 years ago
  59. b33eab0 tunnels: add __rcu annotations by Eric Dumazet · 14 years ago
  60. e0ad61e net: add __rcu annotations to protocol by Eric Dumazet · 14 years ago
  61. 1c31720 ipv4: add __rcu annotations to routes.c by Eric Dumazet · 14 years ago
  62. 853dc2e ipv6: fix refcnt problem related to POSTDAD state by Ursula Braun · 14 years ago
  63. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  64. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  65. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  66. 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  67. 7a876b0 IPv6: Temp addresses are immediately deleted. by Glenn Wurster · 14 years ago
  68. aed6550 IPv6: Create temporary address if none exists. by Glenn Wurster · 14 years ago
  69. ded85aa fib_hash: fix rcu sparse and logical errors by Eric Dumazet · 14 years ago
  70. ebb9fed fib: fix fib_nl_newrule() by Eric Dumazet · 14 years ago
  71. 78fd9c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  72. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. a4dd8dc Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  74. 7932c2e netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.c by David S. Miller · 14 years ago
  75. 411b5e0 net/sunrpc: Use static const char arrays by Joe Perches · 14 years ago
  76. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  77. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  78. 7e360c3 fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  79. 42d7ba3 svcrpc: svc_tcp_sendto XPT_DEAD check is redundant by J. Bruce Fields · 14 years ago
  80. 01dba07 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue by J. Bruce Fields · 14 years ago
  81. ac9303e svcrpc: assume svc_delete_xprt() called only once by J. Bruce Fields · 14 years ago
  82. 7e4fdd0 svcrpc: never clear XPT_BUSY on dead xprt by J. Bruce Fields · 14 years ago
  83. 43a951e ipv4: add __rcu annotations to ip_ra_chain by Eric Dumazet · 14 years ago
  84. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  85. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  86. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  87. f6318e5 netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY by KOVACS Krisztian · 14 years ago
  88. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  89. 6f0bcf1 tunnels: add _rcu annotations by Eric Dumazet · 14 years ago
  90. 3cc77ec net/802: add __rcu annotations by Eric Dumazet · 14 years ago
  91. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  92. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  93. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  94. c8716d9 mac80211: Fix ibss station got expired immediately by Rajkumar Manoharan · 14 years ago
  95. a171fba cfg80211: fix regression on processing country IEs by Luis R. Rodriguez · 14 years ago
  96. 5f4e6b2 mac80211: don't sanitize invalid rates by Christian Lamparter · 14 years ago
  97. 99b88a0 mac80211: cancel restart_work explicitly instead of depending on flush_scheduled_work() by Tejun Heo · 14 years ago
  98. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  99. e341b2d l2tp: static functions should not be exported by Stephen Rothwell · 14 years ago
  100. 5c398dc netlink: fix netlink_change_ngroups() by Eric Dumazet · 14 years ago