1. 288fcee net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1 by Joe Perches · 14 years ago
  2. 5953a30 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  3. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  4. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  5. c936e8b netfilter: don't xt_jumpstack_alloc twice in xt_register_table by Xiaotian Feng · 14 years ago
  6. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  7. 2903037 net: fix sk_forward_alloc corruptions by Eric Dumazet · 14 years ago
  8. 7dfde17 Phonet: listening socket lock protects the connected socket list by Rémi Denis-Courmont · 14 years ago
  9. 97dc875 caif: unlock on error path in cfserl_receive() by Dan Carpenter · 14 years ago
  10. 5daf47b net/rds: Add missing mutex_unlock by Julia Lawall · 14 years ago
  11. 5b0daa3 skb: make skb_recycle_check() return a bool value by Changli Gao · 14 years ago
  12. 6057fd7 IPv6: fix Mobile IPv6 regression by Brian Haley · 14 years ago
  13. e5e5cf4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  14. 368a07d mac80211: make a function static by Johannes Berg · 14 years ago
  15. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  16. 045de01 netlink: bug fix: wrong size was calculated for vfinfo list blob by Scott Feldman · 14 years ago
  17. 8ca9418 netlink: bug fix: don't overrun skbs on vf_port dump by Scott Feldman · 14 years ago
  18. 50636af xt_tee: use skb_dst_drop() by Eric Dumazet · 14 years ago
  19. 0aa6827 ipv6: Add GSO support on forwarding path by Herbert Xu · 14 years ago
  20. a473113 net: fix __neigh_event_send() by Eric Dumazet · 14 years ago
  21. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. ade6108 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  23. 92e99a9 iucv: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  24. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  25. a56635a net/iucv: Add missing spin_unlock by Julia Lawall · 14 years ago
  26. 0a68b0b sunrpc: fix leak on error on socket xprt setup by J. Bruce Fields · 14 years ago
  27. ed0f160a ipmr: off by one in __ipmr_fill_mroute() by Dan Carpenter · 14 years ago
  28. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  29. e513480 Phonet: fix potential use-after-free in pep_sock_close() by Rémi Denis-Courmont · 14 years ago
  30. a261af9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  31. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 14 years ago
  32. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  33. d9b52dc net/dccp: expansion of error code size by Yoichi Yuasa · 14 years ago
  34. a0c9101 wireless: fix sta_info.h kernel-doc warnings by Randy Dunlap · 14 years ago
  35. 3dc3fc5 Revert "ath9k: Group Key fix for VAPs" by John W. Linville · 14 years ago
  36. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  37. a69eee4 Revert "ath9k: Group Key fix for VAPs" by Linus Torvalds · 14 years ago
  38. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  39. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  40. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  41. dcda138 caif: Bugfix - use MSG_TRUNC in receive by Sjur Braendeland · 14 years ago
  42. a9a8f10 caif: Bugfix - missing spin_unlock by Sjur Braendeland · 14 years ago
  43. ca6a09f caif: Bugfix - Poll can't return POLLHUP while connecting. by Sjur Braendeland · 14 years ago
  44. 638e628 caif: Bugfix - handle mem-allocation failures by Sjur Braendeland · 14 years ago
  45. 7aecf49 caif: Bugfix - use standard Linux lists by Sjur Braendeland · 14 years ago
  46. 9e4b816 caif: Bugfix - wait_ev*_timeout returns long. by Sjur Braendeland · 14 years ago
  47. 8ce6cebc net-2.6 : V2 - fix dev_get_valid_name by Daniel Lezcano · 14 years ago
  48. 253683b rtnetlink: Fix error handling in do_setlink() by David Howells · 14 years ago
  49. eb1669a net-caif: drop redundant Kconfig entries by Mike Frysinger · 14 years ago
  50. 53b0f08 net_sched: Fix qdisc_notify() by Eric Dumazet · 14 years ago
  51. a6c0f82 ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc by Denis Kirjanov · 14 years ago
  52. 9918ff2 sunrpc: Pushdown the bkl from sunrpc cache ioctl by Frederic Weisbecker · 14 years ago
  53. 674b604 sunrpc: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  54. 1756ac3 Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  55. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  56. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  57. c56e4ac 9p: VFS switches for 9p2000.L: protocol and client changes by Sripathi Kodi · 14 years ago
  58. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  59. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  60. 579d753 cfg80211: add missing braces by Johannes Berg · 14 years ago
  61. 9fbc630 cfg80211: fix crash in cfg80211_set_freq() by Felix Fietkau · 14 years ago
  62. 22fe88d cfg80211: Fix signal_type comparison by Sujith · 14 years ago
  63. a1b3f59 net: Expose all network devices in a namespaces in sysfs by Eric W. Biederman · 14 years ago
  64. 910a7e9 netlink: Implment netlink_broadcast_filtered by Eric W. Biederman · 14 years ago
  65. d6523dd net/sysfs: Fix the bitrot in network device kobject namespace support by Eric W. Biederman · 14 years ago
  66. 608b4b9 netns: Teach network device kobjects which namespace they are in. by Eric W. Biederman · 14 years ago
  67. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  68. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  69. 76cc8b1 net: fix problem in dequeuing from input_pkt_queue by Tom Herbert · 14 years ago
  70. 41499bd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  71. 622e0ca gro: Fix bogus gso_size on the first fraglist entry by Herbert Xu · 14 years ago
  72. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  73. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  74. 46ee964 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  75. fc35077 netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse() by Joerg Marx · 14 years ago
  76. f72caf7 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  77. 6a6be47 Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  78. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  79. dc3f5e6 trans_virtio: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  80. 622ccdf ipv6: Never schedule DAD timer on dead address by Herbert Xu · 14 years ago
  81. f2344a1 ipv6: Use POSTDAD state by Herbert Xu · 14 years ago
  82. 4c5ff6a ipv6: Use state_lock to protect ifa state by Herbert Xu · 14 years ago
  83. e9d3e08 ipv6: Replace inet6_ifaddr->dead with state by Herbert Xu · 14 years ago
  84. b3bcb72 bridge: fix build for CONFIG_SYSFS disabled by Randy Dunlap · 14 years ago
  85. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  86. b60b659 net sched: cleanup and rate limit warning by stephen hemminger · 14 years ago
  87. 207024b pfkey: add severity to printk by stephen hemminger · 14 years ago
  88. 62db5cf xfrm: add severity to printk by stephen hemminger · 14 years ago
  89. 6ff9c36 net sched: printk message severity by stephen hemminger · 14 years ago
  90. 49afa55 net/caif: Use kzalloc by Julia Lawall · 14 years ago
  91. 2e3219b sctp: fix append error cause to ERROR chunk correctly by Wei Yongjun · 14 years ago
  92. 57b6108 net: Add netlink support for virtual port management (was iovnl) by Scott Feldman · 14 years ago
  93. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  94. de213e5e tcp: tcp_synack_options() fix by Eric Dumazet · 14 years ago
  95. eedf042 ipv6: fix the bug of address check by Stephen Hemminger · 14 years ago
  96. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 14 years ago
  97. 820ae8a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  98. a2f7922 net_sched: sch_hfsc: fix classification loops by Patrick McHardy · 14 years ago
  99. f0cd150 tbf: stop wanton destruction of children (v2) by stephen hemminger · 14 years ago
  100. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago