1. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  2. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  3. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  4. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 13 years ago
  5. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 13 years ago
  6. 9aa3c94 ipv4: fix multicast losses by Eric Dumazet · 13 years ago
  7. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 13 years ago
  8. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 13 years ago
  9. 82362cc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  10. 5afa913 SUNRPC: Ensure the RPC client only quits on fatal signals by Trond Myklebust · 13 years ago
  11. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 13 years ago
  12. a1b7f85 caif: Bugfix - XOFF removed channel from caif-mux by sjur.brandeland@stericsson.com · 13 years ago
  13. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  14. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  15. 3009adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  16. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  17. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 13 years ago
  18. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 13 years ago
  19. db898aa netfilter: ipt_ecn: fix inversion for IP header ECN match by Patrick McHardy · 13 years ago
  20. 58d5a02 netfilter: ipt_ecn: fix protocol check in ecn_mt_check() by Patrick McHardy · 13 years ago
  21. 63f6fe9 netfilter: ip_tables: fix compile with debug by Sebastian Andrzej Siewior · 13 years ago
  22. 122c4f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6 by Patrick McHardy · 13 years ago
  23. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 13 years ago
  24. b9cabe5 ieee802154: Don't leak memory in ieee802154_nl_fill_phy by Jesper Juhl · 13 years ago
  25. ffdb8f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  26. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  27. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  28. 83fe32d netpoll: call dev_put() on error in netpoll_setup() by Dan Carpenter · 13 years ago
  29. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  30. d6124ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  31. 7f4f057 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 13 years ago
  32. 0da67be Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  33. 96d7303 ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data by Steffen Klassert · 13 years ago
  34. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 13 years ago
  35. e23535c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  36. 0c1ad04 netpoll: prevent netpoll setup on slave devices by WANG Cong · 13 years ago
  37. fe6fe79 net: pmtu_expires fixes by Eric Dumazet · 13 years ago
  38. f3209be mac80211: fix IBSS teardown race by Johannes Berg · 13 years ago
  39. 2584547 ceph: fix sync vs canceled write by Sage Weil · 13 years ago
  40. e756682 xfrm: Fix off by one in the replay advance functions by Steffen Klassert · 13 years ago
  41. 57a27e1 nl80211: fix overflow in ssid_len by Luciano Coelho · 13 years ago
  42. bb77f63 Revert "mac80211: stop queues before rate control updation" by John W. Linville · 13 years ago
  43. 264524d net: cpu offline cause napi stall by Heiko Carstens · 13 years ago
  44. 6407d74 bridge: provide a cow_metrics method for fake_ops by Alexander Holler · 13 years ago
  45. 13fcb7b af_packet: prevent information leak by Eric Dumazet · 13 years ago
  46. 79b3891 irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlock by David S. Miller · 13 years ago
  47. 3019de1 net: Rework netdev_drivername() to avoid warning. by David S. Miller · 13 years ago
  48. 5a079c3 net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs by Marcus Meissner · 13 years ago
  49. 2b22b1b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  50. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 13 years ago
  51. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 13 years ago
  52. c111147 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  53. d232b8d netfilter: use unsigned variables for packet lengths in ip[6]_queue. by Dave Jones · 13 years ago
  54. 88ed01d netfilter: nf_conntrack: fix ct refcount leak in l4proto->error() by Pablo Neira Ayuso · 13 years ago
  55. d9be76f netfilter: nf_nat: fix crash in nf_nat_csum by Julian Anastasov · 13 years ago
  56. b48e3c5 netfilter: ipset: Use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 13 years ago
  57. fcbf128 netfilter: ipset: Fix return code for destroy when sets are in use by Jozsef Kadlecsik · 13 years ago
  58. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 13 years ago
  59. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  60. b8f07a0 fix return values of l2tp_dfs_seq_open() by Al Viro · 13 years ago
  61. c316e6a get_net_ns_by_fd() oopses if proc_ns_fget() returns an error by Al Viro · 13 years ago
  62. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  63. 7b29dc2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  64. 59e7e70 mac80211: call dev_alloc_name before copying name to sdata by Thadeu Lima de Souza Cascardo · 13 years ago
  65. ec764bf net: tracepoint of net_dev_xmit sees freed skb and causes panic by Koki Sanagi · 13 years ago
  66. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  67. 41be5a4 caif: Fix race when conditionally taking rtnl lock by sjur.brandeland@stericsson.com · 13 years ago
  68. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  69. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  70. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 13 years ago
  71. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 13 years ago
  72. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  73. 48bdf07 ip_options_compile: properly handle unaligned pointer by Chris Metcalf · 13 years ago
  74. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  75. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  76. f1d1c9f Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  77. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  78. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 13 years ago
  79. 559649e SUNRPC: Remove obsolete comment by Chuck Lever · 13 years ago
  80. 7402ab19 SUNRPC: Use AF_LOCAL for rpcbind upcalls by Chuck Lever · 13 years ago
  81. da09eb9 SUNRPC: Clean up use of curly braces in switch cases by Chuck Lever · 13 years ago
  82. 61677ee SUNRPC: Rename xs_encode_tcp_fragment_header() by Chuck Lever · 13 years ago
  83. fe19a96 SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... by Trond Myklebust · 13 years ago
  84. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  85. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  86. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 13 years ago
  87. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 13 years ago
  88. 95948c3 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  89. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 13 years ago
  90. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  91. 64c754e mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c by Jesper Juhl · 13 years ago
  92. a331400 mac80211: clear local->ps_data on disassoc by Eliad Peller · 13 years ago
  93. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  94. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  95. 1d38c16 mac80211: stop queues before rate control updation by Rajkumar Manoharan · 13 years ago
  96. 208c72f nl80211: fix check for valid SSID size in scan operations by Luciano Coelho · 13 years ago
  97. fce637e Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  98. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  99. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 13 years ago
  100. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago