1. 433a195 xfrm: fix a read lock imbalance in make_blackhole by Li RongQing · 12 years ago
  2. 1d57f19 tcp: fix regression in urgent data handling by Eric Dumazet · 12 years ago
  3. 0e698bf net: fix memory leak on oom with zerocopy by Michael S. Tsirkin · 12 years ago
  4. c254637 xfrm_user: return error pointer instead of NULL #2 by Mathias Krause · 12 years ago
  5. 864745d xfrm_user: return error pointer instead of NULL by Mathias Krause · 12 years ago
  6. adccff3 net/tipc/name_table.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  7. a2bf91b net/openvswitch/vport.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  8. 4c83501 net/ieee802154/6lowpan.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  9. 2c20cbd ipv6: use DST_* macro to set obselete field by Nicolas Dichtel · 12 years ago
  10. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  11. ee8372d xfrm: invalidate dst on policy insertion/deletion by Nicolas Dichtel · 12 years ago
  12. b42664f netns: move net->ipv4.rt_genid to net->rt_genid by Nicolas Dichtel · 12 years ago
  13. 2885da7 net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  14. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  15. ed44a95 cfg80211/nl80211: Notify connection request failure in AP mode by Pandiyarajan Pitchaimuthu · 12 years ago
  16. f3baed5 wireless: remove unreachable code by Alan Cox · 12 years ago
  17. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  18. 584a8c1 9P: Fix race in p9_write_work() by Simon Derr · 12 years ago
  19. 1957b3a 9P: fix test at the end of p9_write_work() by Simon Derr · 12 years ago
  20. 0462194 9P: Fix race in p9_read_work() by Simon Derr · 12 years ago
  21. b4516a2 llc: Remove stray reference to sysctl_llc_station_ack_timeout. by David S. Miller · 12 years ago
  22. 12ebc8b llc2: Collapse remainder of state machine into simple if-else if-statement by Ben Hutchings · 12 years ago
  23. da31888 llc2: Remove explicit indexing of state action arrays by Ben Hutchings · 12 years ago
  24. 5ecf9ee llc2: Remove the station send queue by Ben Hutchings · 12 years ago
  25. 04d191c llc2: Collapse the station event receive path by Ben Hutchings · 12 years ago
  26. 025e363 llc2: Remove dead code for state machine by Ben Hutchings · 12 years ago
  27. cc6328d llc2: Remove pointless indirection through llc_stat_state_trans_end by Ben Hutchings · 12 years ago
  28. e04dae8 af_unix: old_cred is surplus by Alan Cox · 12 years ago
  29. 666f355 device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit by Joe Perches · 12 years ago
  30. c2c5a70 netdev_printk/netif_printk: Remove a superfluous logging colon by Joe Perches · 12 years ago
  31. b004ff4 netdev_printk/dynamic_netdev_dbg: Directly call printk_emit by Joe Perches · 12 years ago
  32. ba01dfe Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  33. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  34. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. a1362d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  36. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  37. 9316f0e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  38. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  39. 51e4e7f cgroup: net_prio: Do not define task_netpioidx() when not selected by Daniel Wagner · 12 years ago
  40. 8fb974c cgroup: net_cls: Do not define task_cls_classid() when not selected by Daniel Wagner · 12 years ago
  41. 9385d04 mac80211: allow re-open the blocked peer link in mesh by Chun-Yeow Yeoh · 12 years ago
  42. 5d8e423 mac80211: change locking around ieee80211_recalc_smps by Johannes Berg · 12 years ago
  43. 04b7b2f mac80211: handle power constraint/country IE better by Johannes Berg · 12 years ago
  44. c608973 userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0 by Eric W. Biederman · 12 years ago
  45. 6af773e pktgen: fix crash with vlan and packet size less than 46 by Nishank Trivedi · 12 years ago
  46. 5744dd9 ipv6: replace write lock with read lock when get route info by Li RongQing · 12 years ago
  47. fb0af4c ipv6: route templates can be const by Eric Dumazet · 12 years ago
  48. 91b4b04 ipv6: Compare addresses only bits up to the prefix length (RFC6724). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  49. 417962a ipv6: Add labels for site-local and 6bone testing addresses (RFC6724) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  50. f05ba7f netprio_cgroup: Use memcpy instead of the for-loop to copy priomap by Srivatsa S. Bhat · 12 years ago
  51. d530d6d netprio_cgroup: Remove update_netdev_tables() since it is unnecessary by Srivatsa S. Bhat · 12 years ago
  52. ba1bf47 net_sched: gred: actually perform idling in WRED mode by David Ward · 12 years ago
  53. 1fe37b1 net_sched: gred: fix qave reporting via netlink by David Ward · 12 years ago
  54. c22e464 net_sched: gred: eliminate redundant DP prio comparisons by David Ward · 12 years ago
  55. e29fe83 net_sched: gred: correct comment about qavg calculation in RIO mode by David Ward · 12 years ago
  56. b0e61d9 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  57. 9305216 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  58. d4f65b5 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  59. 22b4e63 Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  60. c7cbb91 netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_nat by Pablo Neira Ayuso · 12 years ago
  61. 16af511 netfilter: log: Fix log-level processing by Joe Perches · 12 years ago
  62. bdfc87f net-sched: sch_cbq: avoid infinite loop by Eric Dumazet · 12 years ago
  63. 3a6a0d8 mac80211: remove unneeded CONFIG_PM ifdef by Johannes Berg · 12 years ago
  64. 1c463e5 net: fix net/core/sock.c build error by Randy Dunlap · 12 years ago
  65. fdd6681 ipv6: remove some useless RCU read lock by Amerigo Wang · 12 years ago
  66. 566f26a caif: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  67. b6069a9 filter: add MOD operation by Eric Dumazet · 12 years ago
  68. c6bb813 xfrm: Report user triggered expirations against the users socket by Eric W. Biederman · 12 years ago
  69. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  70. 1bad538 mac80211: validate skb->dev in the tx status path by Felix Fietkau · 12 years ago
  71. eccf50c nfsd: remove unused listener-removal interfaces by J. Bruce Fields · 12 years ago
  72. b22cfcf mac80211: use call_rcu() on sta deletion by Eliad Peller · 12 years ago
  73. e548c49 mac80211: add key flag for management keys by Johannes Berg · 12 years ago
  74. 0edd948 ipvs: use list_del_init instead of list_del/INIT_LIST_HEAD by Wei Yongjun · 12 years ago
  75. 4a70bbf netfilter: Validate the sequence number of dataless ACK packets as well by Jozsef Kadlecsik · 12 years ago
  76. 64f509c netfilter: Mark SYN/ACK packets as invalid from original direction by Jozsef Kadlecsik · 12 years ago
  77. a672995 netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb() by Wei Yongjun · 12 years ago
  78. 5693d68 netfilter: nf_nat: fix out-of-bounds access in address selection by Florian Westphal · 12 years ago
  79. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  80. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  81. 6862234 net: small bug on rxhash calculation by Chema Gonzalez · 12 years ago
  82. e71dfab Bluetooth: AMP: Add Read Data Block Size to amp_init by Andrei Emeltchenko · 12 years ago
  83. 93f7194 Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  84. 9472007 Bluetooth: trivial: Make hci_chan_del return void by Andrei Emeltchenko · 12 years ago
  85. 6b536b5 Bluetooth: Remove unneeded zero init by Andrei Emeltchenko · 12 years ago
  86. ba8bd0e net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  87. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  88. 4a3e12f Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  89. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  90. dbe9a41 scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie. by Eric W. Biederman · 12 years ago
  91. 777bf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  92. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
  93. b4949ab ipv6: fix handling of throw routes by Nicolas Dichtel · 12 years ago
  94. 979402b udp: increment UDP_MIB_INERRORS if copy failed by Eric Dumazet · 12 years ago
  95. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  96. 2cc59e7 mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS by Antonio Quartulli · 12 years ago
  97. 6ae1677 mac80211: move ieee80211_send_deauth_disassoc outside mlme code by Antonio Quartulli · 12 years ago
  98. 316b6b5 net/mac80211/scan.c: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  99. 43def35 net/9p: Check errno validity by Simon Derr · 12 years ago
  100. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 12 years ago