1. cb49a34 wireless: Reset beacon_found while updating regulatory by Rajkumar Manoharan · 13 years ago
  2. e74aa35 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  3. 8926487 net/9p: Fix kernel crash with msize 512K by Aneesh Kumar K.V · 13 years ago
  4. 8aeae69 net/9p: Fix the msize calculation. by Venkateswararao Jujjuri (JV) · 13 years ago
  5. a0be78e fs/9p: Fid is not valid after a failed clunk. by Aneesh Kumar K.V · 13 years ago
  6. 0beac58 VirtIO can transfer VIRTQUEUE_NUM of pages. by jvrao · 13 years ago
  7. 8b1aebc Fix the size of receive buffer packing onto VirtIO ring. by jvrao · 13 years ago
  8. 7b551b7 net/9p: fix client code to fail more gracefully on protocol error by Eric Van Hensbergen · 13 years ago
  9. bdfd59e atm: br2684: Fix oops due to skb->dev being NULL by Daniel Schwierzeck · 13 years ago
  10. 5772ee1 sendmmsg/sendmsg: fix unsafe user pointer access by Mathieu Desnoyers · 13 years ago
  11. 55041e0 atm: br2864: sent packets truncated in VC routed mode by Chas Williams · 13 years ago
  12. 06e6726 gre: fix improper error handling by xeb@mail.ru · 13 years ago
  13. cb737cb ipv4: use RT_TOS after some rt_tos conversions by Julian Anastasov · 13 years ago
  14. c8656c5 net: allow netif_carrier to be called safely from IRQ by stephen hemminger · 13 years ago
  15. 3b9dfc6 xfrm: Fix key lengths for rfc3686(ctr(aes)) by Tushar Gohad · 13 years ago
  16. 9cf81e7 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  17. 60f17a7 net: add IFF_SKB_TX_SHARED flag to priv_flags by Neil Horman · 13 years ago
  18. 711ae7c IPv4: Send gratuitous ARP for secondary IP addresses also by Zoltan Kiss · 13 years ago
  19. 956c354 sch_sfq: fix sfq_enqueue() by Eric Dumazet · 13 years ago
  20. d9399f3 net: adjust array index by Julia Lawall · 13 years ago
  21. 88fd1ea IPVS: Free resources on module removal by Simon Horman · 14 years ago
  22. 44a41f4 ipv4: fix the reusing of routing cache entries by Julian Anastasov · 13 years ago
  23. 4339267 ipv4: Constrain UFO fragment sizes to multiples of 8 bytes by Bill Sommerfeld · 13 years ago
  24. 0671b30 icmp: Fix regression in nexthop resolution during replies. by David S. Miller · 13 years ago
  25. ef81bb4 ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  26. e997d47 net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  27. 5b47b80 net: Fix security_socket_sendmsg() bypass problem. by Tetsuo Handa · 13 years ago
  28. 91f620f net: Cap number of elements for sendmmsg by Anton Blanchard · 13 years ago
  29. 365f1cd net: sendmmsg should only return an error if no messages were sent by Anton Blanchard · 13 years ago
  30. ea530db cfg80211: really ignore the regulatory request by Sven Neumann · 13 years ago
  31. 83d20a0 svcrpc: fix list-corrupting race on nfsd shutdown by J. Bruce Fields · 13 years ago
  32. 148a97c mac80211: Restart STA timers only on associated state by Rajkumar Manoharan · 13 years ago
  33. 3de8ae6 ethtool: Allow zero-length register dumps again by Ben Hutchings · 13 years ago
  34. bde99f6 bridge: send proper message_age in config BPDU by stephen hemminger · 13 years ago
  35. e6625fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  36. 38be7a7 ceph: fix file mode calculation by Sage Weil · 13 years ago
  37. 05e9a2f Bluetooth: Fix crash with incoming L2CAP connections by Ilia Kolomisnky · 13 years ago
  38. 9191e6a Bluetooth: Fix regression in L2CAP connection procedure by Gustavo F. Padovan · 13 years ago
  39. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  40. b73c43f net: sctp: fix checksum marking for outgoing packets by Michał Mirosław · 13 years ago
  41. 201f92e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  42. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 13 years ago
  43. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 13 years ago
  44. 3f97fae 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
  45. 8fcbc63 XFRM: Fix memory leak in xfrm_state_update by Tushar Gohad · 13 years ago
  46. 8a98d93 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
  47. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 13 years ago
  48. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 13 years ago
  49. 85746e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  50. 3445951 mac80211: fix TKIP replay vulnerability by Johannes Berg · 13 years ago
  51. 1186980 mac80211: fix ie memory allocation for scheduled scans by Luciano Coelho · 13 years ago
  52. 9491230 sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it by Wei Yongjun · 13 years ago
  53. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 13 years ago
  54. 712ae51 net: vlan: enable soft features regardless of underlying device by Shan Wei · 13 years ago
  55. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  56. 121782a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  57. c10841c cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex by Luciano Coelho · 13 years ago
  58. f2529c2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  59. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  60. b00897b xfrm4: Don't call icmp_send on local error by Steffen Klassert · 13 years ago
  61. c146066 ipv4: Don't use ufo handling on later transformed packets by Steffen Klassert · 13 years ago
  62. 12fdb4d xfrm: Remove family arg from xfrm_bundle_ok by Steffen Klassert · 13 years ago
  63. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 13 years ago
  64. 11d53b4 ipv6: Don't change dst->flags using assignments. by David S. Miller · 13 years ago
  65. 60c2ce2 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
  66. 163f4da Bluetooth: Fix memory leak under page timeouts by Tomas Targownik · 13 years ago
  67. 9fa7e4f Bluetooth: Fix regression with incoming L2CAP connections by Gustavo F. Padovan · 13 years ago
  68. 7bb59df Bluetooth: Fix hidp disconnect deadlocks and lost wakeup by Peter Hurley · 13 years ago
  69. 0e90ed0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  70. 690b0ca 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
  71. ed6e4ef netfilter: Fix ip_route_me_harder triggering ip_rt_bug by Julian Anastasov · 13 years ago
  72. 7ac2881 Bluetooth: Prevent buffer overflow in l2cap config request by Dan Rosenberg · 13 years ago
  73. 353e5c9 ipv4: Fix IPsec slowpath fragmentation problem by Steffen Klassert · 13 years ago
  74. 33f99dc ipv4: Fix packet size calculation in __ip_append_data by Steffen Klassert · 13 years ago
  75. a66b98d mac80211: fix rx->key NULL dereference during mic failure by Arik Nemtsov · 13 years ago
  76. bd4265f bridge: Only flood unregistered groups to routers by Herbert Xu · 13 years ago
  77. acc468f 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
  78. 9cfaa8d udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet by Xufeng Zhang · 13 years ago
  79. 32c9025 ipv6/udp: Use the correct variable to determine non-blocking condition by Xufeng Zhang · 13 years ago
  80. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  81. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  82. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  83. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 13 years ago
  84. 40fad6b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  85. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 13 years ago
  86. 9aa3c94 ipv4: fix multicast losses by Eric Dumazet · 13 years ago
  87. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 13 years ago
  88. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 13 years ago
  89. 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
  90. 5afa913 SUNRPC: Ensure the RPC client only quits on fatal signals by Trond Myklebust · 13 years ago
  91. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 13 years ago
  92. a1b7f85 caif: Bugfix - XOFF removed channel from caif-mux by sjur.brandeland@stericsson.com · 13 years ago
  93. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  94. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  95. 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
  96. 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
  97. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 13 years ago
  98. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 13 years ago
  99. db898aa netfilter: ipt_ecn: fix inversion for IP header ECN match by Patrick McHardy · 13 years ago
  100. 58d5a02 netfilter: ipt_ecn: fix protocol check in ecn_mt_check() by Patrick McHardy · 13 years ago