1. 8f4cccb net: Set device operstate at registration time by Ben Hutchings · 12 years ago
  2. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago
  3. e6e94e3 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  4. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  5. fa4f0af batman-adv: Start new development cycle by Sven Eckelmann · 12 years ago
  6. 3713517 batman-adv: change interface_rx to get orig node by Antonio Quartulli · 12 years ago
  7. 30cfd02 batman-adv: detect not yet announced clients by Antonio Quartulli · 12 years ago
  8. c67893d batman-adv: Reduce accumulated length of simple statements by Sven Eckelmann · 12 years ago
  9. bbb1f90 batman-adv: Don't break statements after assignment operator by Sven Eckelmann · 12 years ago
  10. 8de47de batman-adv: Use BIT(x) macro to calculate bit positions by Sven Eckelmann · 12 years ago
  11. 74ee363 batman-adv: Drop tt queries with foreign dest by Martin Hundebøll · 12 years ago
  12. ff51fd7 batman-adv: Move batadv_check_unicast_packet() by Martin Hundebøll · 12 years ago
  13. 807736f batman-adv: Split batadv_priv in sub-structures for features by Sven Eckelmann · 12 years ago
  14. 6244630 batman-adv: check batadv_orig_hash_add_if() return code by Simon Wunderlich · 12 years ago
  15. a51fb9b batman-adv: fix typos in comments by Antonio Quartulli · 12 years ago
  16. d657e62 batman-adv: add reference counting for type batadv_tt_orig_list_entry by Antonio Quartulli · 12 years ago
  17. 3a7f291 batman-adv: remove a misleading comment by Jonathan Corbet · 12 years ago
  18. 1c9b055 batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure by Marek Lindner · 12 years ago
  19. 3eb8773 batman-adv: rename bridge loop avoidance claim types by Simon Wunderlich · 12 years ago
  20. 99e966f batman-adv: correct comments in bridge loop avoidance by Simon Wunderlich · 12 years ago
  21. 536a23f batman-adv: Add the backbone gateway list to debugfs by Simon Wunderlich · 12 years ago
  22. c704372 batman-adv: move function arguments on one line by Antonio Quartulli · 12 years ago
  23. 0fa7fa9 packet: Protect packet sk list with mutex (v2) by Pavel Emelyanov · 12 years ago
  24. 9e67030 af_packet: use define instead of constant by danborkmann@iogearbox.net · 12 years ago
  25. bfdc587 rds: Don't disable BH on BH context by Ying Xue · 12 years ago
  26. b87fb39 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
  27. ef8531b xfrm: fix RCU bugs by Eric Dumazet · 12 years ago
  28. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  29. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  30. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  31. 90efbed netfilter: remove unnecessary goto statement for error recovery by Jean Sacren · 12 years ago
  32. 6705e86 netfilter: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  33. e0e3cea af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  34. a9915a1 ipv4: fix ip header ident selection in __ip_make_skb() by Eric Dumazet · 12 years ago
  35. 1a7b27c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() by Christoph Paasch · 12 years ago
  36. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  37. 2834a63 netfilter: nf_conntrack: remove unnecessary RTNL locking by Patrick McHardy · 12 years ago
  38. fe31d1a netfilter: sparse endian fixes by Patrick McHardy · 12 years ago
  39. fae6ef8 net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() by Neal Cardwell · 12 years ago
  40. 3de7a37 net/core/dev.c: fix kernel-doc warning by Randy Dunlap · 12 years ago
  41. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  42. d92c7f8 caif: Do not dereference NULL in chnl_recv_cb() by Jesper Juhl · 12 years ago
  43. 6c71bec Merge git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  44. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  45. e6a04b1 tipc: eliminate configuration for maximum number of name publications by Ying Xue · 12 years ago
  46. 34f256c tipc: eliminate configuration for maximum number of name subscriptions by Ying Xue · 12 years ago
  47. 61cdd4d tipc: add __read_mostly annotations to several global variables by Ying Xue · 12 years ago
  48. f046e7d tipc: convert tipc_nametbl_size type from variable to macro by Ying Xue · 12 years ago
  49. 379c045 tipc: change tipc_net_start routine return value type by Ying Xue · 12 years ago
  50. 3812943 tipc: manually inline single use media_name_valid routine by Ying Xue · 12 years ago
  51. fc07393 tipc: remove pointless name sanity check and tipc_alphabet array by Ying Xue · 12 years ago
  52. 4225a39 tipc: fix lockdep warning during bearer initialization by Ying Xue · 12 years ago
  53. fa7f86f tipc: optimize the initialization of network device notifier by Ying Xue · 12 years ago
  54. fff3321 packet: Report fanout status via diag engine by Pavel Emelyanov · 12 years ago
  55. 16f0136 packet: Report rings cfg via diag engine by Pavel Emelyanov · 12 years ago
  56. 5ef5d6c gre: information leak in ip6_tnl_ioctl() by Dan Carpenter · 12 years ago
  57. 5689226 xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh by Fan Du · 12 years ago
  58. 476ad15 net: netprio: fix cgrp create and write priomap race by John Fastabend · 12 years ago
  59. 48a87cc net: netprio: fd passed in SCM_RIGHTS datagram not set correctly by John Fastabend · 12 years ago
  60. f796c20 net: netprio: fix files lock and remove useless d_path bits by John Fastabend · 12 years ago
  61. 16c0b16 act_mirred: do not drop packets when fails to mirror it by Jason Wang · 12 years ago
  62. 02644a1 sctp: fix bogus if statement in sctp_auth_recv_cid() by Dan Carpenter · 12 years ago
  63. 6932f11 sctp: fix compile issue with disabled CONFIG_NET_NS by Ulrich Weber · 12 years ago
  64. 2614f86 netfilter: nf_ct_expect: fix possible access to uninitialized timer by Pablo Neira Ayuso · 12 years ago
  65. 43da5f2 net: fix info leak in compat dev_ifconf() by Mathias Krause · 12 years ago
  66. 2d8a041 ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) by Mathias Krause · 12 years ago
  67. 7b07f8eb dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) by Mathias Krause · 12 years ago
  68. 276bdb8 dccp: check ccid before dereferencing by Mathias Krause · 12 years ago
  69. 3592aae llc: fix info leak via getsockname() by Mathias Krause · 12 years ago
  70. 04d4fbc l2tp: fix info leak via getsockname() by Mathias Krause · 12 years ago
  71. 792039c Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  72. 9344a97 Bluetooth: RFCOMM - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  73. f9432c5 Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) by Mathias Krause · 12 years ago
  74. 9ad2de4 Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) by Mathias Krause · 12 years ago
  75. 3f68ba0 Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  76. e15ca9a Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 12 years ago
  77. 3c0c5cf atm: fix info leak via getsockname() by Mathias Krause · 12 years ago
  78. e862f1a atm: fix info leak in getsockopt(SO_ATMPVC) by Mathias Krause · 12 years ago
  79. 2ea2149 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  80. 1b3a692 net: remove wrong initialization for snd_wl1 by Razvan Ghitulete · 12 years ago
  81. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  82. c03307e bridge: fix rcu dereference outside of rcu_read_lock by Stephen Hemminger · 12 years ago
  83. 1669891 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
  84. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  85. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 12 years ago
  86. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  87. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  88. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  89. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  90. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  91. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  92. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  93. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  94. 632c928 sctp: Move the percpu sockets counter out of sctp_proc_init by Eric W. Biederman · 12 years ago
  95. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  96. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  97. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  98. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  99. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  100. 7bab3ae Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago