1. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  2. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  3. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  4. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  5. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  6. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  7. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  8. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  9. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  10. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  11. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  12. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  13. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  14. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  15. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  16. a376bca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  17. a9ad99a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  18. c736eef net: dev_forward_skb should call nf_reset by Ben Greear · 14 years ago
  19. 3b87956 net sched: fix race in mirred device removal by stephen hemminger · 14 years ago
  20. 64e724f ipv6: Don't add routes to ipv6 disabled interfaces. by Brian Haley · 14 years ago
  21. be2b6e6 net: Fix skb_copy_expand() handling of ->csum_start by David S. Miller · 14 years ago
  22. 00c5a98 net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c by Andrea Shepard · 14 years ago
  23. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 14 years ago
  24. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  25. 06ee1c2 wireless: use netif_rx_ni in ieee80211_send_layer2_update by John W. Linville · 14 years ago
  26. 573201f bridge: Partially disable netpoll support by Herbert Xu · 14 years ago
  27. 45e77d3 tcp: fix crash in tcp_xmit_retransmit_queue by Ilpo Järvinen · 14 years ago
  28. d9a9dc6 IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) by Arnaud Ebalard · 14 years ago
  29. e40dbc5 ipmr: Don't leak memory if fib lookup fails. by Ben Greear · 14 years ago
  30. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  31. 91a72a7 net/core: neighbour update Oops by Doug Kehn · 14 years ago
  32. 87fd308 net: skb_tx_hash() fix relative to skb_orphan_try() by Eric Dumazet · 14 years ago
  33. 3a047bf rfs: call sock_rps_record_flow() in tcp_splice_read() by Changli Gao · 14 years ago
  34. d809ec8 xfrm: do not assume that template resolving always returns xfrms by Timo Teräs · 14 years ago
  35. 336a283 dsa: Fix Kconfig dependencies. by David S. Miller · 14 years ago
  36. 70c2efa act_nat: not all of the ICMP packets need an IP header payload by Changli Gao · 14 years ago
  37. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  38. 635f081 Phonet: fix skb leak in pipe endpoint accept() by Rémi Denis-Courmont · 14 years ago
  39. 0453098 Bluetooth: Update sec_level/auth_type for already existing connections by Ville Tervo · 14 years ago
  40. da213f4 Bluetooth: Reset the security level after an authentication failure by Johan Hedberg · 14 years ago
  41. e501d05 Bluetooth: Check L2CAP pending status before sending connect request by Andrei Emeltchenko · 14 years ago
  42. 2aa72f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  43. 1776206 bridge: Clear IPCB before possible entry into IP stack by Herbert Xu · 14 years ago
  44. 7f285fa bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference by Herbert Xu · 14 years ago
  45. 44b451f xfrm: fix xfrm by MARK logic by Peter Kosyh · 14 years ago
  46. 94e6721 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  47. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  48. 499031a netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECT by Eric Dumazet · 14 years ago
  49. bf98843 ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH by Ben Hutchings · 14 years ago
  50. db048b6 ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL by Ben Hutchings · 14 years ago
  51. 31cafd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  52. 9f88816 ipv6: fix NULL reference in proxy neighbor discovery by stephen hemminger · 14 years ago
  53. 1a61a83 Bluetooth: Bring back var 'i' increment by Gustavo F. Padovan · 14 years ago
  54. b1312c8 xfrm: check bundle policy existance before dereferencing it by Timo Teräs · 14 years ago
  55. b76ce56 SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir() by Trond Myklebust · 14 years ago
  56. 26cde9f udp: Fix bogus UFO packet generation by Herbert Xu · 14 years ago
  57. 25442e0 bridge: fdb cleanup runs too often by stephen hemminger · 14 years ago
  58. fa68a78 Clear IFF_XMIT_DST_RELEASE for teql interfaces by Tom Hughes · 14 years ago
  59. d8d326d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  60. 021570e mac80211: fix warn, enum may be used uninitialized by Christoph Fritz · 14 years ago
  61. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  62. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  63. fed396a bridge: Fix OOM crash in deliver_clone by Herbert Xu · 14 years ago
  64. 2107134 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  65. e8d15e6 net: rxhash already set in __copy_skb_header by Eric Dumazet · 14 years ago
  66. e897082 net: fix deliver_no_wcard regression on loopback device by John Fastabend · 14 years ago
  67. 07a0f0f pktgen: Fix accuracy of inter-packet delay. by Daniel Turull · 14 years ago
  68. ae638c4 pkt_sched: gen_estimator: add a new lock by Eric Dumazet · 14 years ago
  69. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  70. 00d9d6a ipv6: fix ICMP6_MIB_OUTERRORS by Eric Dumazet · 14 years ago
  71. ebedb22 Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6 by David S. Miller · 14 years ago
  72. aea34e7a caif: fix a couple range checks by Dan Carpenter · 14 years ago
  73. 08c801f net: Print num_rx_queues imbalance warning only when there are allocated queues by Tim Gardner · 14 years ago
  74. 327723e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  75. aea9d71 ipvs: Add missing locking during connection table hashing and unhashing by Sven Wegener · 14 years ago
  76. b054b74 mac80211: fix deauth before assoc by Johannes Berg · 14 years ago
  77. 35dd050 mac80211: fix function pointer check by Holger Schurig · 14 years ago
  78. 035320d ipmr: dont corrupt lists by Eric Dumazet · 14 years ago
  79. 8ffb335 ip6mr: fix a typo in ip6mr_for_each_table() by Eric Dumazet · 14 years ago
  80. 72e09ad ipv6: avoid high order allocations by Eric Dumazet · 14 years ago
  81. c446492 tcp: use correct net ns in cookie_v4_check() by Eric Dumazet · 14 years ago
  82. ca55158 rps: tcp: fix rps_sock_flow_table table updates by Eric Dumazet · 14 years ago
  83. 57f1553 syncookies: remove Kconfig text line about disabled-by-default by Florian Westphal · 14 years ago
  84. 8764ab2 net: check for refcount if pop a stacked dst_entry by Steffen Klassert · 14 years ago
  85. 8b9a4e6 mac80211: process station blockack action frames from work by Johannes Berg · 14 years ago
  86. 4f4aeb7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  87. db2c241 act_pedit: access skb->data safely by Changli Gao · 14 years ago
  88. fbc2e7d cls_u32: use skb_header_pointer() to dereference data safely by Changli Gao · 14 years ago
  89. edafe50 TCP: tcp_hybla: Fix integer overflow in slow start increment by Daniele Lacamera · 14 years ago
  90. 33c29dd act_nat: fix the wrong checksum when addr isn't in old_addr/mask by Changli Gao · 14 years ago
  91. 2df4a0f net: fix conflict between null_or_orig and null_or_bond by John Fastabend · 15 years ago
  92. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 15 years ago
  93. fafeeb6 xfrm: force a dst reference in __xfrm_route_forward() by Eric Dumazet · 14 years ago
  94. 51a0d38 mac80211: fix dialog token allocator by Johannes Berg · 14 years ago
  95. 8ae5977 mac80211: fix blockack-req processing by Johannes Berg · 14 years ago
  96. 288fcee net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1 by Joe Perches · 14 years ago
  97. 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
  98. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  99. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  100. c936e8b netfilter: don't xt_jumpstack_alloc twice in xt_register_table by Xiaotian Feng · 14 years ago