1. aa1c366 net: Handle different key sizes between address families in flow cache by dpward · 13 years ago
  2. 19c1ea1 ipv4: Fix fib_info->fib_metrics leak by Yan, Zheng · 13 years ago
  3. 4fb66b8 caif: fix a potential NULL dereference by Eric Dumazet · 13 years ago
  4. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 13 years ago
  5. 52b9aca Merge branch 'master' of ../netdev/ by David S. Miller · 13 years ago
  6. 8ea9ac0 Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davem by John W. Linville · 13 years ago
  7. 31dda0a net: don't clear IFF_XMIT_DST_RELEASE in ether_setup by nhorman · 13 years ago
  8. 48c8301 net: copy userspace buffers on device forwarding by Michael S. Tsirkin · 13 years ago
  9. 0542b69 net: Make flow cache namespace-aware by dpward · 13 years ago
  10. d9e64f8 net/can/af_can.c: Change del_timer to del_timer_sync by rajan.aggarwal85@gmail.com · 13 years ago
  11. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  12. 27e95a8 pkt_sched: cls_rsvp.h was outdated by Igor Maravić · 13 years ago
  13. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  14. 29c486d net: ipv4: relax AF_INET check in bind() by Eric Dumazet · 13 years ago
  15. 7858241 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. ec0506d net: relax PKTINFO non local ipv6 udp xmit check by Maciej Żenczykowski · 13 years ago
  17. bb9fc37 netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_sack skips fastpath by Jozsef Kadlecsik · 13 years ago
  18. 4a5cc84a netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP option by Jozsef Kadlecsik · 13 years ago
  19. 4c6e420 netfilter: nf_ct_pptp: fix DNATed PPTP connection address translation by Sanket Shah · 13 years ago
  20. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  21. e9278a4 netpoll: fix incorrect access to skb data in __netpoll_rx by Eric Dumazet · 13 years ago
  22. e2e6be5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  23. bc909d9 sendmmsg/sendmsg: fix unsafe user pointer access by Mathieu Desnoyers · 13 years ago
  24. 20e6074 arp: fix rcu lockdep splat in arp_process() by Eric Dumazet · 13 years ago
  25. 22df133 bridge: fix a possible use after free by Eric Dumazet · 13 years ago
  26. 4b275d7 bridge: Pseudo-header required for the checksum of ICMPv6 by Yan, Zheng · 13 years ago
  27. e05c4ad3 mcast: Fix source address selection for multicast listener report by Yan, Zheng · 13 years ago
  28. 11f3a6b bridge: fix a possible net_device leak by Eric Dumazet · 13 years ago
  29. ecb4433 mac80211: fix suspend/resume races with unregister hw by Stanislaw Gruszka · 13 years ago
  30. fbe5e29 atm: br2684: Fix oops due to skb->dev being NULL by Daniel Schwierzeck · 13 years ago
  31. 98e7743 ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONS by Daniel Baluta · 13 years ago
  32. c5114cd vlan: reset headers on accel emulation path by Jiri Pirko · 13 years ago
  33. 8919bc1 net_sched: fix port mirror/redirect stats reporting by Jamal Hadi Salim · 13 years ago
  34. c2bceb3 sit tunnels: propagate IPv6 transport class to IPv4 Type of Service by Lionel Elie Mamane · 13 years ago
  35. 687beaa Bluetooth: cmtp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
  36. ff062ea Bluetooth: hidp: Don't release device ref if never held by Peter Hurley · 13 years ago
  37. 615aedd Bluetooth: hidp: Only free input device if failed register by Peter Hurley · 13 years ago
  38. 1c97e94 Bluetooth: hidp: Fix memory leak of cached report descriptor by Peter Hurley · 13 years ago
  39. e9d5cb5 Bluetooth: hidp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
  40. 7176522 Bluetooth: cmtp: Fix deadlock in session deletion by Peter Hurley · 13 years ago
  41. 751c10a Bluetooth: bnep: Fix deadlock in session deletion by Peter Hurley · 13 years ago
  42. 7bdb8a5 Bluetooth: Don't use cmd_timer to timeout HCI reset command by Szymon Janc · 13 years ago
  43. 6be6b11 Bluetooth: Fixed wrong L2CAP Sock timer value by Chen Ganir · 13 years ago
  44. a71a0cf Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acks by Peter Hurley · 13 years ago
  45. 3a3f5c7 Bluetooth: cmtp: Fix lost wakeup of session thread by Peter Hurley · 13 years ago
  46. 38d5755 Bluetooth: bnep: Fix lost wakeup of session thread by Peter Hurley · 13 years ago
  47. 552b0d3 Bluetooth: sco: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  48. f9a3c20 Bluetooth: l2cap: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  49. 9be4e3f Bluetooth: Fix lost wakeups waiting for sock state change by Peter Hurley · 13 years ago
  50. 950e2d5 Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket by Peter Hurley · 13 years ago
  51. e5842cd Bluetooth: rfcomm: Remove unnecessary krfcommd event by Peter Hurley · 13 years ago
  52. 8475e23 Bluetooth: unlock if allocation fails in hci_blacklist_add() by Dan Carpenter · 13 years ago
  53. 97a8041 ipv4: some rt_iif -> rt_route_iif conversions by Julian Anastasov · 13 years ago
  54. 5189054 net/bridge/netfilter/ebtables.c: use available error handling code by Julia Lawall · 13 years ago
  55. 94a80d6 net/netlabel/netlabel_kapi.c: add missing cleanup code by Julia Lawall · 13 years ago
  56. e33f7a9 scm: Capture the full credentials of the scm sender by Tim Chen · 13 years ago
  57. f0e3d068 tcp: initialize variable ecn_ok in syncookies path by Mike Waychison · 13 years ago
  58. 3557619 net_sched: prio: use qdisc_dequeue_peeked by Florian Westphal · 13 years ago
  59. 9be6dd6 Bridge: Always send NETDEV_CHANGEADDR up on br MAC change. by Andrei Warkentin · 13 years ago
  60. d52fbfc ipv4: use dst with ref during bcast/mcast loopback by Julian Anastasov · 13 years ago
  61. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  62. 797fd39 netfilter: TCP and raw fix for ip_route_me_harder by Julian Anastasov · 13 years ago
  63. dd23198e ipv4: Fix ip_getsockopt for IP_PKTOPTIONS by Daniel Baluta · 13 years ago
  64. d547f72 ipv4: fix the reusing of routing cache entries by Julian Anastasov · 13 years ago
  65. fad5444 netfilter: avoid double free in nf_reinject by Julian Anastasov · 13 years ago
  66. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  67. c15fea2 ipv6: check for IPv4 mapped addresses when connecting IPv6 sockets by Max Matveev · 13 years ago
  68. c71d8eb net: Fix security_socket_sendmsg() bypass problem. by Tetsuo Handa · 13 years ago
  69. 98382f4 net: Cap number of elements for sendmmsg by Anton Blanchard · 13 years ago
  70. 728ffb8 net: sendmmsg should only return an error if no messages were sent by Anton Blanchard · 13 years ago
  71. 5be1334 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  72. a5d5a91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  73. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  74. 22019b1 net: add kerneldoc to skb_copy_bits() by Eric Dumazet · 13 years ago
  75. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  76. a08af81 atm: br2864: sent packets truncated in VC routed mode by Chas Williams · 13 years ago
  77. 8440462 cfg80211: off by one in nl80211_trigger_scan() by Dan Carpenter · 13 years ago
  78. e1738bd sch_sfq: fix sfq_enqueue() by Eric Dumazet · 13 years ago
  79. a1889c0 net: adjust array index by Julia Lawall · 13 years ago
  80. 9823d9f netfilter: ebtables: fix ebtables build dependency by Bart De Schuymer · 13 years ago
  81. 91c66c6 netfilter: ip_queue: Fix small leak in ipq_build_packet_message() by Jesper Juhl · 13 years ago
  82. 00fe1ae netfilter: xt_rateest: fix xt_rateest_mt_checkentry() by Eric Dumazet · 13 years ago
  83. 384b90a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6 by David S. Miller · 13 years ago
  84. 177c27b net: fix new sunrpc kernel-doc warning by Randy Dunlap · 13 years ago
  85. 4203223 xfrm: Fix key lengths for rfc3686(ctr(aes)) by Tushar Gohad · 13 years ago
  86. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  87. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  88. d887331 net: add IFF_SKB_TX_SHARED flag to priv_flags by Neil Horman · 13 years ago
  89. 894dc24 net: sock_sendmsg_nosec() is static by Eric Dumazet · 13 years ago
  90. b49179c Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  91. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  92. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  93. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  94. e5036c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  95. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  96. 5bc91db wireless: fix a typo in ignore_reg_update by Mihai Moldovan · 13 years ago
  97. a203c2a cfg80211: really ignore the regulatory request by Sven Neumann · 13 years ago
  98. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  99. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  100. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago