1. 1647011 tipc: make discovery domain a bearer attribute by Erik Hugne · 10 years ago
  2. a21a584 tipc: fix neighbor detection problem after hw address change by Erik Hugne · 10 years ago
  3. 3d5a76f Bluetooth: Keep msec in DISCOV_LE_TIMEOUT by Lukasz Rymanowski · 10 years ago
  4. b9a7a61 Bluetooth: Add new debugfs parameter by Lukasz Rymanowski · 10 years ago
  5. ae55f59 Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT by Lukasz Rymanowski · 10 years ago
  6. 4548120 net: Mark functions as static in net/sunrpc/svc_xprt.c by Rashika Kheria · 11 years ago
  7. c42a01e svcrdma: fix printk when memory allocation fails by Jeff Layton · 10 years ago
  8. 36d5fe6 core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors by Zoltan Kiss · 10 years ago
  9. 02f2d5a hsr: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  10. 8427559 atm: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  11. a0b8486 tcp: tcp_make_synack() minor changes by Eric Dumazet · 10 years ago
  12. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 10 years ago
  13. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 10 years ago
  14. 2de21e5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  15. dde2026 tipc: use node list lock to protect tipc_num_links variable by Ying Xue · 10 years ago
  16. 2220646 tipc: use node_list_lock to protect tipc_num_nodes variable by Ying Xue · 10 years ago
  17. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 10 years ago
  18. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 10 years ago
  19. 987b58b tipc: make broadcast bearer store in bearer_list array by Ying Xue · 10 years ago
  20. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 10 years ago
  21. 3874ccb tipc: convert tipc_bearers array to pointer list by Ying Xue · 10 years ago
  22. 78dfb78 tipc: acquire necessary locks in named_cluster_distribute routine by Ying Xue · 10 years ago
  23. 5902385 tipc: obsolete the remote management feature by Ying Xue · 10 years ago
  24. 76d7882 tipc: remove unnecessary checking for node object by Ying Xue · 10 years ago
  25. 8002d77 Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update by Johan Hedberg · 10 years ago
  26. fcb144b net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c by Monam Agarwal · 10 years ago
  27. cd18721 net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c by Monam Agarwal · 10 years ago
  28. de14439 net: unix: non blocking recvmsg() should not return -EINTR by Eric Dumazet · 10 years ago
  29. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 10 years ago
  30. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 10 years ago
  31. cc93fc5 tcp: delete unused parameter in tcp_nagle_check() by Peter Pan(潘卫平) · 10 years ago
  32. fbd02dd ip_tunnel: Fix dst ref-count. by Pravin B Shelar · 10 years ago
  33. ab0aa43 Bluetooth: Fix RSSI value in device found event from disabling scan by Johan Hedberg · 10 years ago
  34. ff5cd29 Bluetooth: Store also RSSI for pending advertising reports by Johan Hedberg · 10 years ago
  35. 474ee06 Bluetooth: Don't send device found events for duplicate reports by Johan Hedberg · 10 years ago
  36. 73cf71d Bluetooth: Fix line splitting of mgmt_device_found parameters by Johan Hedberg · 10 years ago
  37. 01735bb Bluetooth: Remove redundant NULL check by Johan Hedberg · 10 years ago
  38. b9a6328 Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together by Johan Hedberg · 10 years ago
  39. 3c85775 Bluetooth: Add directed advertising support through connect() by Johan Hedberg · 10 years ago
  40. 5d2e9fa Bluetooth: Add scan_rsp parameter to mgmt_device_found() by Johan Hedberg · 10 years ago
  41. ca5c4be Bluetooth: Don't send device found events during passive scanning by Johan Hedberg · 10 years ago
  42. 43bb560 Bluetooth: Add error mapping for Directed Advertising Timeout by Johan Hedberg · 10 years ago
  43. 80c24ab Bluetooth: Fix LE responder/initiator address setting by Johan Hedberg · 10 years ago
  44. 9c84d1d Bluetooth: Move local identity address setting to a central place by Johan Hedberg · 10 years ago
  45. 4408dd1 Bluetooth: Use memdup_user in le_auto_conn_write() by Andre Guedes · 10 years ago
  46. 4af605d Bluetooth: Refactor advertising report processing into its own function by Johan Hedberg · 10 years ago
  47. e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 10 years ago
  48. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 0fc3196 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  50. 8a5daf1 9pnet_rdma: check token type before int conversion by Simon Derr · 10 years ago
  51. 263c582 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. by Simon Derr · 10 years ago
  52. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 10 years ago
  53. 931700d 9pnet_rdma: add cancelled() by Simon Derr · 10 years ago
  54. 3f9d5b8 9pnet_rdma: update request status during send by Simon Derr · 10 years ago
  55. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 10 years ago
  56. 05a782d net: Mark function as static in 9p/client.c by Rashika · 11 years ago
  57. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 11 years ago
  58. a5d0e7c tipc: fix spinlock recursion bug for failed subscriptions by Erik Hugne · 10 years ago
  59. c27f087 netpoll: fix the skb check in pkt_is_ns by Li RongQing · 10 years ago
  60. 0b8c7f6 ipv4: remove ip_rt_dump from route.c by Li RongQing · 10 years ago
  61. 8396215 Bluetooth: Remove unnecessary assignment in SMP by Johan Hedberg · 10 years ago
  62. 61b3b2b Bluetooth: Fix potential NULL pointer dereference in smp_conn_security by Johan Hedberg · 10 years ago
  63. 1d98bf4 Bluetooth: Remove LTK re-encryption procedure by Johan Hedberg · 10 years ago
  64. a82505c Bluetooth: Don't try to confirm locally initiated SMP pairing by Johan Hedberg · 10 years ago
  65. edca792 Bluetooth: Add SMP flag to track which side is the initiator by Johan Hedberg · 10 years ago
  66. 4eb65e6 Bluetooth: Fix SMP confirmation callback handling by Johan Hedberg · 10 years ago
  67. 81d0c8a Bluetooth: Add missing cmd_status handler for LE_Start_Encryption by Johan Hedberg · 10 years ago
  68. 0a66cf2 Bluetooth: Fix potential NULL pointer dereference in SMP by Johan Hedberg · 10 years ago
  69. 4a4eb21 ipv4: remove ipv4_ifdown_dst from route.c by Li RongQing · 10 years ago
  70. 3f2532f batman-adv: Start new development cycle by Simon Wunderlich · 10 years ago
  71. 151dcb3 batman-adv: improve DAT documentation by Antonio Quartulli · 10 years ago
  72. 43e6f65 batman-adv: improve the TT flags documentation by Antonio Quartulli · 10 years ago
  73. 4c8755d batman-adv: Send multicast packets to nodes with a WANT_ALL flag by Linus Lüssing · 11 years ago
  74. ab49886 batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support by Linus Lüssing · 11 years ago
  75. 1d8ab8d batman-adv: Modified forwarding behaviour for multicast packets by Linus Lüssing · 11 years ago
  76. 60432d7 batman-adv: Announce new capability via multicast TVLV by Linus Lüssing · 11 years ago
  77. e17931d batman-adv: introduce capability initialization bitfield by Linus Lüssing · 11 years ago
  78. c5caf4e batman-adv: Multicast Listener Announcements via Translation Table by Linus Lüssing · 11 years ago
  79. c5d3a65 batman-adv: add kerneldoc for dst_hint argument by Antonio Quartulli · 11 years ago
  80. af63fde batman-adv: call unregister_netdev() to have it handle the locking for us by Marek Lindner · 11 years ago
  81. 1a321b0 batman-adv: fix a few kerneldoc inconsistencies by Simon Wunderlich · 11 years ago
  82. 8fdd015 batman-adv: prefer ether_addr_copy to memcpy by Antonio Quartulli · 11 years ago
  83. e88b617 batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx() by Linus Lüssing · 11 years ago
  84. 927c2ed batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path by Linus Lüssing · 11 years ago
  85. abae947 batman-adv: fix coccinelle warnings by Fengguang Wu · 11 years ago
  86. 533553f Bluetooth: Track current configured LE scan type parameter by Marcel Holtmann · 10 years ago
  87. 49c0ca1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  88. b74d3fe Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  89. 54af36e ieee802154: dgram: cleanup set of broadcast panid by Alexander Aring · 10 years ago
  90. 06324f2 af_ieee802154: fix check on broadcast address by Alexander Aring · 10 years ago
  91. f518338 ip6mr: fix mfc notification flags by Nicolas Dichtel · 10 years ago
  92. 65886f4 ipmr: fix mfc notification flags by Nicolas Dichtel · 10 years ago
  93. 1c104a6 rtnetlink: fix fdb notification flags by Nicolas Dichtel · 10 years ago
  94. e35bad5 net: remove empty lines from tcp_syn_flood_action by Daniel Baluta · 10 years ago
  95. f9b8c4c openvswitch: Correctly report flow used times for first 5 minutes after boot. by Ben Pfaff · 10 years ago
  96. 494314c SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status by Trond Myklebust · 10 years ago
  97. 6bd1441 SUNRPC: Don't let rpc_delay() clobber non-timeout errors by Trond Myklebust · 10 years ago
  98. 61b1a7f Bluetooth: Fix address value for early disconnection events by Johan Hedberg · 10 years ago
  99. 370c5ac Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  100. 7eb2450 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago