1. 02644a1 sctp: fix bogus if statement in sctp_auth_recv_cid() by Dan Carpenter · 12 years ago
  2. 6932f11 sctp: fix compile issue with disabled CONFIG_NET_NS by Ulrich Weber · 12 years ago
  3. 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
  4. 1b3a692 net: remove wrong initialization for snd_wl1 by Razvan Ghitulete · 12 years ago
  5. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  6. 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
  7. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  8. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 12 years ago
  9. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  10. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  11. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  12. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  13. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  14. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  15. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  16. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  17. 632c928 sctp: Move the percpu sockets counter out of sctp_proc_init by Eric W. Biederman · 12 years ago
  18. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  19. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  20. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  21. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  22. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  23. eea68e2 packet: Report socket mclist info via diag module by Pavel Emelyanov · 12 years ago
  24. 8a360be packet: Report more packet sk info via diag module by Pavel Emelyanov · 12 years ago
  25. 96ec632 packet: Diag core and basic socket info dumping by Pavel Emelyanov · 12 years ago
  26. 2787b04 packet: Introduce net/packet/internal.h header by Pavel Emelyanov · 12 years ago
  27. ad5b310 net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf by Igor Maravic · 12 years ago
  28. 418a99a Replace rwlock on xfrm_policy_afinfo with rcu by Priyanka Jain · 12 years ago
  29. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  30. b7bc2a5 net: remove netdev_bonding_change() by Amerigo Wang · 12 years ago
  31. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  32. df32381 mac80211: fix unnecessary beacon update after peering status change by Marco Porsch · 12 years ago
  33. 57f784f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  34. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  35. aa79e66 net: Make ifindex generation per-net namespace by Pavel Emelyanov · 12 years ago
  36. 9c7dafb net: Allow to create links with given ifindex by Pavel Emelyanov · 12 years ago
  37. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  38. 79cda75 fib: use __fls() on non null argument by Eric Dumazet · 12 years ago
  39. aae06bf tcp: ecn: dont delay ACKS after CE by Eric Dumazet · 12 years ago
  40. a9e050f net: tcp: GRO should be ECN friendly by Eric Dumazet · 12 years ago
  41. cd17dec Bluetooth: Refactor in hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  42. b47a09b Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  43. 0c95ab7 Bluetooth: Find hci_conn by BT_CONNECT state by Andre Guedes · 12 years ago
  44. f00a06a Bluetooth: Refactor hci_cs_le_create_conn by Andre Guedes · 12 years ago
  45. 847012c Bluetooth: Remove unneeded code by Andre Guedes · 12 years ago
  46. b9b343d Bluetooth: Fix hci_le_conn_complete_evt by Andre Guedes · 12 years ago
  47. 230fd16 Bluetooth: Trivial refactoring by Andre Guedes · 12 years ago
  48. de9b921 Bluetooth: Added /proc/net/sco via bt_procfs_init() by Masatake YAMATO · 12 years ago
  49. c6f5df16 Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() by Masatake YAMATO · 12 years ago
  50. 5b28d95 Bluetooth: Added /proc/net/l2cap via bt_procfs_init() by Masatake YAMATO · 12 years ago
  51. 5c6ad8e Bluetooth: Added /proc/net/hidp via bt_procfs_init() by Masatake YAMATO · 12 years ago
  52. f7c8663 Bluetooth: Added /proc/net/hci via bt_procfs_init() by Masatake YAMATO · 12 years ago
  53. 8c8de58 Bluetooth: Added /proc/net/cmtp via bt_procfs_init() by Masatake YAMATO · 12 years ago
  54. 77cf558 Bluetooth: Added /proc/net/bnep via bt_procfs_init() by Masatake YAMATO · 12 years ago
  55. 256a06c Bluetooth: /proc/net/ entries for bluetooth protocols by Masatake YAMATO · 12 years ago
  56. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  57. 3064837 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c by Jaganath Kanakkassery · 12 years ago
  58. ee72d15 Bluetooth: Remove locking in hci_user_passkey_request_evt by Andre Guedes · 12 years ago
  59. 9e66463 Bluetooth: Make connect / disconnect cfm functions return void by Andrei Emeltchenko · 12 years ago
  60. c58e810 Bluetooth: Use lmp_no_flush_capable where applicable by Andre Guedes · 12 years ago
  61. 999dcd1 Bluetooth: Use lmp_sniffsubr_capable where applicable by Andre Guedes · 12 years ago
  62. 6eded10 Bluetooth: Use lmp_sniff_capable where applicable by Andre Guedes · 12 years ago
  63. 9f92ebf Bluetooth: Use lmp_rswitch_capable where applicable by Andre Guedes · 12 years ago
  64. 45db810f Bluetooth: Use lmp_esco_capable where applicable by Andre Guedes · 12 years ago
  65. 9a1a199 Bluetooth: Use lmp_ssp_capable where applicable by Andre Guedes · 12 years ago
  66. c383ddc Bluetooth: Use lmp_le_capable where applicable by Andre Guedes · 12 years ago
  67. ed3fa31 Bluetooth: Use lmp_bredr_capable where applicable by Andre Guedes · 12 years ago
  68. 78eb2f9 Bluetooth: Fix processing A2MP chan in security_cfm by Andrei Emeltchenko · 12 years ago
  69. d9fc1d5 Bluetooth: Do not shadow hdr variable by Andrei Emeltchenko · 12 years ago
  70. 8e8c7e3 Bluetooth: debug: Fix printing A2MP cmd code format by Andrei Emeltchenko · 12 years ago
  71. bb4b2a9 Bluetooth: mgmt: Managing only BR/EDR HCI controllers by Andrei Emeltchenko · 12 years ago
  72. 9eb43e7 ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNET by Eric Dumazet · 12 years ago
  73. 4038499 ipv4: change inet_addr_hash() by Eric Dumazet · 12 years ago
  74. 696ecdc net_sched: gact: Fix potential panic in tcf_gact(). by Hiroaki SHIMODA · 12 years ago
  75. 1a26904 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  76. 899852a cfg80211: Clear "beacon_found" on regulatory restore by Paul Stewart · 12 years ago
  77. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 12 years ago
  78. e33cdac ipv4: route.c cleanup by Eric Dumazet · 12 years ago
  79. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  80. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  81. 30b678d net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  82. dd4c926 mac80211: cancel mesh path timer by Johannes Berg · 12 years ago
  83. 2d9957c mac80211: clear timer bits when disconnecting by Johannes Berg · 12 years ago
  84. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  85. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  86. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  87. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  88. fd37ce3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  89. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  90. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  91. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  92. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  93. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  94. 99a1dec net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket by Mel Gorman · 12 years ago
  95. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  96. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  97. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  98. 08843b7 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  99. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  100. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago