1. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  2. 54f1aa2 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  3. 6c1c36b net/ipv4/ipconfig: Rejoin broken lines in console output by Geert Uytterhoeven · 9 years ago
  4. 85beabf net: dsa: include gpio consumer header file by Arnd Bergmann · 9 years ago
  5. 3b22dae VSOCK: constify vmci_transport_notify_ops structures by Julia Lawall · 9 years ago
  6. 4dd191b net: atm: constify in_cache_ops and eg_cache_ops structures by Julia Lawall · 9 years ago
  7. a0b4773 net: ipmr: factor out common vif init code by Nikolay Aleksandrov · 9 years ago
  8. 29e97d2 net: ipmr: rearrange and cleanup setsockopt by Nikolay Aleksandrov · 9 years ago
  9. af62323 net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it fails by Nikolay Aleksandrov · 9 years ago
  10. 29c3f19 net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES by Nikolay Aleksandrov · 9 years ago
  11. fe9ef3c net: ipmr: make ip_mroute_getsockopt more understandable by Nikolay Aleksandrov · 9 years ago
  12. 7ef8f65 net: ipmr: fix code and comment style by Nikolay Aleksandrov · 9 years ago
  13. c316c62 net: ipmr: remove some pimsm ifdefs and simplify by Nikolay Aleksandrov · 9 years ago
  14. f3d4318 net: ipmr: always define mroute_reg_vif_num by Nikolay Aleksandrov · 9 years ago
  15. 1113ebb net: ipmr: move the tbl id check in ipmr_new_table by Nikolay Aleksandrov · 9 years ago
  16. cc30c16 net: dsa: Add support for a switch reset gpio by Andrew Lunn · 9 years ago
  17. dc4270c Bluetooth: Increment management interface revision by Johan Hedberg · 9 years ago
  18. e59a554 Bluetooth: Fix powering on with privacy and advertising by Andrzej Kaczmarek · 9 years ago
  19. 568f44f Bluetooth: Fix returning proper HCI status from __hci_req_sync by Johan Hedberg · 9 years ago
  20. b811580 net: IPv6 fib lookup tracepoint by David Ahern · 9 years ago
  21. 40b25fe Bluetooth: Add support for Get Advertising Size Information command by Marcel Holtmann · 9 years ago
  22. 31a3248 Bluetooth: Simplify if statements in tlv_data_is_valid function by Marcel Holtmann · 9 years ago
  23. ceff86a Bluetooth: Add instance range check for Add Advertising command by Marcel Holtmann · 9 years ago
  24. e2f9dc3 net: avoid NULL deref in napi_get_frags() by Eric Dumazet · 9 years ago
  25. 1a90632 tipc: eliminate remnants of hungarian notation by Jon Paul Maloy · 9 years ago
  26. 38206d5 tipc: narrow down interface towards struct tipc_link by Jon Paul Maloy · 9 years ago
  27. 5be9c08 tipc: narrow down exposure of struct tipc_node by Jon Paul Maloy · 9 years ago
  28. 5405ff6 tipc: convert node lock to rwlock by Jon Paul Maloy · 9 years ago
  29. 2312bf6 tipc: introduce per-link spinlock by Jon Paul Maloy · 9 years ago
  30. 1d7e1c2 tipc: reduce code dependency between binding table and node layer by Jon Paul Maloy · 9 years ago
  31. 5c10e97 tipc: small cleanup of function tipc_node_check_state() by Jon Paul Maloy · 9 years ago
  32. c7cad0d tipc: move linearization of buffers to generic code by Jon Paul Maloy · 9 years ago
  33. 9a54421 Bluetooth: remove unneeded variable in l2cap_stream_rx by Prasanna Karthik · 9 years ago
  34. 74b93e9 Bluetooth: Clean up hci_core code by Prasanna Karthik · 9 years ago
  35. f37590b Bluetooth: clean up af_bluetooth code by Prasanna Karthik · 9 years ago
  36. 06fbb3d Bluetooth: Delete an unnecessary check before the function call "kfree_skb" by Markus Elfring · 9 years ago
  37. 56f9ebe mac802154: Delete an unnecessary check before the function call "kfree_skb" by Markus Elfring · 9 years ago
  38. 7df0f73 Bluetooth: Simplify request cleanup code by Johan Hedberg · 9 years ago
  39. e2caced Bluetooth: Remove conn_unfinished variable from hci_connect_le() by Johan Hedberg · 9 years ago
  40. 658aead Bluetooth: Move check for ongoing connect earlier in hci_connect_le() by Johan Hedberg · 9 years ago
  41. 0ad06aa Bluetooth: Fix specifying role for LE connections by Johan Hedberg · 9 years ago
  42. 3dfe590 Bluetooth: Remove unnecessary le_scan_restart_work_complete() function by Johan Hedberg · 9 years ago
  43. f4a2cb4 Bluetooth: Simplify le_scan_disable_work() by Johan Hedberg · 9 years ago
  44. 7df26b5 Bluetooth: Pass inquiry length to bredr_inquiry() by Johan Hedberg · 9 years ago
  45. 2f27498 Bluetooth: Fix BR/EDR Page Scan update with Add Device by Johan Hedberg · 9 years ago
  46. 2154d3f Bluetooth: Move Stop Discovery to req_workqueue by Johan Hedberg · 9 years ago
  47. e68f072 Bluetooth: Move Start Discovery to req_workqueue by Johan Hedberg · 9 years ago
  48. a1d01db Bluetooth: Add error return value to hci_req_sync callback by Johan Hedberg · 9 years ago
  49. 591752a Bluetooth: Add discovery type validity helper by Johan Hedberg · 9 years ago
  50. 7c1fbed Bluetooth: Move LE scan disable/restart behind req_workqueue by Johan Hedberg · 9 years ago
  51. 145a091 Bluetooth: Make __hci_update_background_scan private to hci_request.c by Johan Hedberg · 9 years ago
  52. af02dd4 Bluetooth: Use req_workqueue for background scanning when powering on by Johan Hedberg · 9 years ago
  53. 84235d2 Bluetooth: Use req_workqueue for explicit connect requests by Johan Hedberg · 9 years ago
  54. 4ebeee2 Bluetooth: Add HCI status return parameter to hci_req_sync() by Johan Hedberg · 9 years ago
  55. 51d7a94 Bluetooth: Don't wait for HCI in Add/Remove Device by Johan Hedberg · 9 years ago
  56. 2e93e53 Bluetooth: Run all background scan updates through req_workqueue by Johan Hedberg · 9 years ago
  57. 5fc16cc Bluetooth: Add stubs for synchronous HCI request functionality by Johan Hedberg · 9 years ago
  58. b504430 Bluetooth: Add 'sync' specifier to synchronous request APIs by Johan Hedberg · 9 years ago
  59. be91cd0 Bluetooth: Move synchronous request handling into hci_request.c by Johan Hedberg · 9 years ago
  60. 030e7f8 Bluetooth: Remove unnecessary call to hci_update_background_scan by Johan Hedberg · 9 years ago
  61. ac71494 Bluetooth: Add support for controller specific logging by Marcel Holtmann · 9 years ago
  62. dd31506 Bluetooth: Add support for sending system notes to monitor channel by Marcel Holtmann · 9 years ago
  63. 8528d3f Bluetooth: Fix casting coding style within HCI sockets by Marcel Holtmann · 9 years ago
  64. 0ebc181 Bluetooth: Add clarifying comment why schedule_work is used by Johan Hedberg · 9 years ago
  65. 1982162 Bluetooth: Add missing hci_skb_opcode for raw socket commands by Marcel Holtmann · 9 years ago
  66. 44d2713 Bluetooth: Compress the size of struct hci_ctrl by Johan Hedberg · 9 years ago
  67. d79f34e Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling by Marcel Holtmann · 9 years ago
  68. 5c3d3b4 Bluetooth: Make LE only events conditional on supported commands by Marcel Holtmann · 9 years ago
  69. 9fe759c Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event mask by Marcel Holtmann · 9 years ago
  70. 7d26f5c Bluetooth: Build LE event mask based on supported commands by Marcel Holtmann · 9 years ago
  71. 70f56aa Bluetooth: Move BR/EDR default events behind its features by Marcel Holtmann · 9 years ago
  72. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  73. 34cbe27 net: napi_hash_del() returns a boolean status by Eric Dumazet · 9 years ago
  74. 6180d9d net: move napi_hash[] into read mostly section by Eric Dumazet · 9 years ago
  75. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  76. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  77. ce6aea9 net: network drivers no longer need to implement ndo_busy_poll() by Eric Dumazet · 9 years ago
  78. 2a028ec net: allow BH servicing in sk_busy_loop() by Eric Dumazet · 9 years ago
  79. 02d62e8 net: un-inline sk_busy_loop() by Eric Dumazet · 9 years ago
  80. 52bd2d6 net: better skb->sender_cpu and skb->napi_id cohabitation by Eric Dumazet · 9 years ago
  81. 09605cc net ipv4: use preferred log methods by Bastian Stender · 9 years ago
  82. 7f151f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  83. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  84. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 9 years ago
  85. b22b941 rtnetlink: fix frame size warning in rtnl_fill_ifinfo by Hannes Frederic Sowa · 9 years ago
  86. 19125c1 net: use skb_clone to avoid alloc_pages failure. by Martin Zhang · 9 years ago
  87. 90836b6 packet: Use PAGE_ALIGNED macro by Tobias Klauser · 9 years ago
  88. 4194b49 packet: Don't check frames_per_block against negative values by Tobias Klauser · 9 years ago
  89. 28f9ee2 vlan: Do not put vlan headers back on bridge and macvlan ports by Vlad Yasevich · 9 years ago
  90. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  91. 41033f0 snmp: Remove duplicate OUTMCAST stat increment by Neil Horman · 9 years ago
  92. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  93. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 9 years ago
  94. 027ac58 raw: increment correct SNMP counters for ICMP messages by Ben Cartwright-Cox · 9 years ago
  95. 00ee592 net: fix __netdev_update_features return on ndo_set_features failure by Nikolay Aleksandrov · 9 years ago
  96. 5f8dc33 net: fix feature changes on devices without ndo_set_features by Nikolay Aleksandrov · 9 years ago
  97. bbe14f5 switchdev: bridge: Check return code is not EOPNOTSUPP by Ido Schimmel · 9 years ago
  98. 340c78e ipvs: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  99. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  100. ed5a377 sctp: translate host order to network order when setting a hmacid by lucien · 9 years ago