1. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  2. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 13 years ago
  3. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  4. 9e924cf net_sched: long word align struct qdisc_skb_cb data by Eric Dumazet · 13 years ago
  5. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 13 years ago
  6. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  7. 0730b9a net: Mark flowi arg to flow_cache_uli_match() const. by David S. Miller · 13 years ago
  8. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  9. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  10. 1744a8f xfrm: Mark token args to addr_match() const. by David S. Miller · 13 years ago
  11. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  12. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 13 years ago
  13. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  14. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  15. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 13 years ago
  16. 5db5e44 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
  17. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  18. 5ced133 ipv6: Add IPv6 multicast address flag defines by Linus Lüssing · 13 years ago
  19. 731109e ipvs: use hlist instead of list by Changli Gao · 13 years ago
  20. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 13 years ago
  21. ac56fb1 Bluetooth: Fix mgmt_pin_code_reply return parameters by Johan Hedberg · 13 years ago
  22. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 13 years ago
  23. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 13 years ago
  24. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  25. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  26. ece639c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  27. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 13 years ago
  28. b6bf3ca ipv4: Mark fib_combine_itag()'s 'res' arg as const. by David S. Miller · 13 years ago
  29. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  30. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  31. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  32. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  33. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 13 years ago
  34. d503b30 netfilter: tproxy: do not assign timewait sockets to skb->sk by Florian Westphal · 13 years ago
  35. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  36. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  37. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 13 years ago
  38. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 13 years ago
  39. aff2cae Bluetooth: Add SMP command structures by Ville Tervo · 13 years ago
  40. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 13 years ago
  41. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 13 years ago
  42. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  43. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  44. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 13 years ago
  45. 41ac51e ipvs: make "no destination available" message more informative by Patrick Schaaf · 13 years ago
  46. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 13 years ago
  47. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 13 years ago
  48. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 13 years ago
  49. ddd4aa4 inetpeer: Add redirect and PMTU discovery cached info. by David S. Miller · 13 years ago
  50. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 13 years ago
  51. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 13 years ago
  52. e7b66bd net: Remove bogus barrier() in dst_allfrag(). by David S. Miller · 13 years ago
  53. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 14 years ago
  54. c0c84ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  55. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  56. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  57. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  58. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  59. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  60. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  61. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  62. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  63. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  64. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  65. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  66. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  67. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  68. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  69. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  70. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 14 years ago
  71. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  72. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  73. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  74. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  75. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  76. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  77. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  78. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  79. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  80. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  81. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  82. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 14 years ago
  83. 72a734e Bluetooth: Unify mode related management messages to a single struct by Johan Hedberg · 14 years ago
  84. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  85. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  86. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  87. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  88. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  89. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  90. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 14 years ago
  91. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 14 years ago
  92. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 38db9e1 include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument by Julia Lawall · 14 years ago
  94. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  95. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  96. fd95240 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  97. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 14 years ago
  98. 0bc0be7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  99. 8fe7350 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  100. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 14 years ago