1. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  2. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 13 years ago
  3. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 13 years ago
  4. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  5. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  6. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  7. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  8. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  9. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  10. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  11. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  12. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  13. b678027 ipv4: Kill RTO_CONN. by David S. Miller · 13 years ago
  14. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  15. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  16. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  17. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  18. 345578d 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
  19. cfef604 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
  20. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  21. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  22. e1cdd55 sctp: implement event notification SCTP_SENDER_DRY_EVENT by Wei Yongjun · 13 years ago
  23. ee916fd sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT by Wei Yongjun · 13 years ago
  24. 209ba42 sctp: implement socket option SCTP_GET_ASSOC_ID_LIST by Wei Yongjun · 13 years ago
  25. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  26. 92c73af sctp: make heartbeat information in sctp_make_heartbeat() by Wei Yongjun · 13 years ago
  27. de6becd sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 13 years ago
  28. 0b8f9e2 sctp: remove completely unsed EMPTY state by Vlad Yasevich · 13 years ago
  29. 4866969 sctp: remove redundant check when walking through a list of TLV parameters by Shan Wei · 13 years ago
  30. 6600992 sctp: kill abandoned SCTP_CMD_TRANSMIT command by Shan Wei · 13 years ago
  31. 709d387 sctp: delete unused macro definition of sctp_chunk_is_control by Shan Wei · 13 years ago
  32. dcf55fb mac80211: add a function for setting the TIM bit for a specific station by Felix Fietkau · 13 years ago
  33. bb411b4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 13 years ago
  34. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 13 years ago
  35. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 13 years ago
  36. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  37. 21d8c49 ipv4: Call fib_select_default() only when actually necessary. by David S. Miller · 13 years ago
  38. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  39. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  40. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 13 years ago
  41. c93b5e7 nl80211: New notification to discover mesh peer candidates. by Javier Cardona · 13 years ago
  42. 15d5dda cfg80211/nl80211: Add userspace authentication flag to mesh setup by Javier Cardona · 13 years ago
  43. 581a8b0 nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE by Javier Cardona · 13 years ago
  44. e8306f9 mac80211: Check for queued frames before entering power save. by Vivek Natarajan · 13 years ago
  45. 252f4bf 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
  46. 73d6ac6 caif: code cleanup by Stephen Hemminger · 13 years ago
  47. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  48. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  49. 990078a Disable rp_filter for IPsec packets by Michael Smith · 13 years ago
  50. 5c04c81 fib_validate_source(): pass sk_buff instead of mark by Michael Smith · 13 years ago
  51. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  52. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  53. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  54. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  55. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  56. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  57. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  58. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  59. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 13 years ago
  60. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  61. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  62. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 13 years ago
  63. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 13 years ago
  64. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  65. c1e48ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  66. 1b86a58 ipv4: Fix "Set rt->rt_iif more sanely on output routes." by OGAWA Hirofumi · 13 years ago
  67. b37e3b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  68. f4263c9 nl80211: Add BSS parameters to station by Paul Stewart · 13 years ago
  69. f3b3e36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 13 years ago
  70. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  71. 912d398 net: fix skb_add_data_nocache() to calc csum correctly by Wei Yongjun · 13 years ago
  72. a25a32a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  73. 9d93059 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  74. c6e1a0d net: Allow no-cache copy from user on transmit by Tom Herbert · 13 years ago
  75. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  76. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  77. 5312c3f mac80211: fix comment regarding aggregation buf_size by Johannes Berg · 13 years ago
  78. 083dd8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  79. a09d197 IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons() by Hans Schillstrom · 13 years ago
  80. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 13 years ago
  81. 5e58e52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  82. 9b12c75 net: Order ports in same order as addresses in flow objects. by David S. Miller · 13 years ago
  83. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  84. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  85. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 13 years ago
  86. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 13 years ago
  87. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  88. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  89. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 13 years ago
  90. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 13 years ago
  91. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 13 years ago
  92. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  93. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  94. 94b92b8 ipv4: Use flowi4_init_output() in net/route.h by David S. Miller · 13 years ago
  95. 83229aa net: Add helper flowi4_init_output(). by David S. Miller · 13 years ago
  96. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 13 years ago
  97. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 13 years ago
  98. af2f464 xfrm: Assign esn pointers when cloning a state by Steffen Klassert · 13 years ago
  99. e0bccd3 rose: Add length checks to CALL_REQUEST parsing by Ben Hutchings · 13 years ago
  100. e433430 dst: Clone child entry in skb_dst_pop by Steffen Klassert · 13 years ago