1. 3f3c4bb mac802154: correct max sifs size handling by Alexander Aring · 9 years ago
  2. 022d07e3 ieee802154: remove deprecated sysfs entries by Alexander Aring · 9 years ago
  3. c4dd747 ieee802154: change wpan-phy name to phy by Alexander Aring · 9 years ago
  4. 965e613 ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN by Alexander Aring · 9 years ago
  5. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  6. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 9 years ago
  7. 6576fe4 Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command by Daniel Drake · 9 years ago
  8. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 9 years ago
  9. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  10. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 9 years ago
  11. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 9 years ago
  12. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  13. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  14. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  15. cc91cb0 Bluetooth: Add support connectable advertising setting by Marcel Holtmann · 9 years ago
  16. 983f981 Bluetooth: Remove two else branches that are not needed by Marcel Holtmann · 9 years ago
  17. 4ba9faf Bluetooth: Check for matching IRK when looking for paired LE devices by Johan Hedberg · 9 years ago
  18. 87c8b28 Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() by Johan Hedberg · 9 years ago
  19. beb1c21 Bluetooth: Increment management interface revision by Marcel Holtmann · 9 years ago
  20. bf906b3 Bluetooth: btusb: Fix incorrect type in qca_device_info by Kim, Ben Young Tae · 9 years ago
  21. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 9 years ago
  22. 406ef2a Bluetooth: Make Fast Connectable available while powered off by Johan Hedberg · 9 years ago
  23. 0402d9f2 Bluetooth: fix sco_exit compile warning by Alexander Aring · 9 years ago
  24. 7a00ff4 Bluetooth: Add mgmt_send_event() helper to send to any HCI channel by Johan Hedberg · 9 years ago
  25. 3b0602c Bluetooth: Rename pending_cmd to mgmt_pending_cmd by Johan Hedberg · 9 years ago
  26. 2a1afb5 Bluetooth: Rename cmd_complete() to mgmt_cmd_complete() by Johan Hedberg · 9 years ago
  27. a69e837 Bluetooth: Rename cmd_status() to mgmt_cmd_status() by Johan Hedberg · 9 years ago
  28. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 9 years ago
  29. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 9 years ago
  30. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 9 years ago
  31. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 9 years ago
  32. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 9 years ago
  33. 2976cde Bluetooth: Refactor service discovery filter logic by Jakub Pawlowski · 9 years ago
  34. 48f86b7 Bluetooth: Move Service Discovery logic before refactoring by Jakub Pawlowski · 9 years ago
  35. 263be33 at86rf230: restore trx len when needed by Alexander Aring · 9 years ago
  36. 31fa743 at86rf230: remove multiple dereferencing for ctx by Alexander Aring · 9 years ago
  37. cca990c at86rf230: remove multiple dereferencing for irq by Alexander Aring · 9 years ago
  38. 74de4c8 at86rf230: refactor receive handling by Alexander Aring · 9 years ago
  39. ef5428a at86rf230: cleanup and squash stack variable by Alexander Aring · 9 years ago
  40. ba6d223 at86rf230: add transmit retry support by Alexander Aring · 9 years ago
  41. 3267c88 Bluetooth: btusb: Add support for QCA ROME chipset family by Kim, Ben Young Tae · 9 years ago
  42. ace3198 Bluetooth: btusb: Add setup callback for chip init on USB by Kim, Ben Young Tae · 9 years ago
  43. 49b31e5 filter: refactor common filter attach code into __sk_attach_prog by Daniel Borkmann · 9 years ago
  44. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  45. b484435 Merge branch 'sendmsg_recvmsg_iocb_removal' by David S. Miller · 9 years ago
  46. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  47. 39a0295 tipc: Don't use iocb argument in socket layer by Ying Xue · 9 years ago
  48. 6556c38 Merge branch 'dropcount' by David S. Miller · 9 years ago
  49. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 9 years ago
  50. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 9 years ago
  51. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  52. 2472d76 net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path by Eyal Birger · 9 years ago
  53. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 9 years ago
  54. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  55. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  56. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 9 years ago
  57. 26caa34 bnx2: disable toggling of rxvlan if necessary by Ivan Vecera · 9 years ago
  58. ea37304 net: macb: Properly add DMACFG bit definitions by Arun Chandran · 9 years ago
  59. 62f6924 net: macb: Add on the fly CPU endianness detection by Arun Chandran · 9 years ago
  60. 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 9 years ago
  61. 68932f7 Merge branch 'ebpf_support_for_cls_bpf' by David S. Miller · 9 years ago
  62. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 9 years ago
  63. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 9 years ago
  64. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  65. d4052c4 ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code by Daniel Borkmann · 9 years ago
  66. 0fc174d ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs by Daniel Borkmann · 9 years ago
  67. f1a66f8 ebpf: export BPF_PSEUDO_MAP_FD to uapi by Daniel Borkmann · 9 years ago
  68. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  69. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  70. b656cc6 Merge branch 's390-next' by David S. Miller · 9 years ago
  71. 8b7ac01 MAINTAINERS: update S390 NETWORK DRIVERS maintainer by Ursula Braun · 9 years ago
  72. ca5b20a qeth: Fix command sizes by Stefan Raspl · 9 years ago
  73. 83650a2 s390: remove claw driver by Ursula Braun · 9 years ago
  74. 74abc20 tcp: cleanup static functions by Eric Dumazet · 9 years ago
  75. 5999537 hyperv: Implement netvsc_get_channels() ethool op by Andrew Schwartzmeyer · 9 years ago
  76. f9c7ce1 Merge branch 'tcp-tso' by David S. Miller · 9 years ago
  77. a0ea700 tcp: tso: allow CA_CWR state in tcp_tso_should_defer() by Eric Dumazet · 9 years ago
  78. 50c8339 tcp: tso: restore IW10 after TSO autosizing by Eric Dumazet · 9 years ago
  79. 5f852eb tcp: tso: remove tp->tso_deferred by Eric Dumazet · 9 years ago
  80. 6588af6 usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers by Ben Hutchings · 9 years ago
  81. 721a57a Merge branch 'tipc-next' by David S. Miller · 9 years ago
  82. d76a436 tipc: make media address offset a common define by Erik Hugne · 9 years ago
  83. 91e2eb5 tipc: rename media/msg related definitions by Erik Hugne · 9 years ago
  84. afaa3f6 tipc: purge links when bearer is disabled by Erik Hugne · 9 years ago
  85. 7fe8097 tipc: fix nullpointer bug when subscribing to events by Erik Hugne · 9 years ago
  86. 3622c36 tipc: only create header copy for name distr messages by Erik Hugne · 9 years ago
  87. 247f6d0 team: allow TSO being set on master by Jiri Pirko · 9 years ago
  88. 7eb6034 Merge branch 'fib_trie_remove_leaf_info' by David S. Miller · 9 years ago
  89. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 9 years ago
  90. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 9 years ago
  91. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 9 years ago
  92. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 9 years ago
  93. 7705f73 Merge branch 'ip_level_multicast_join_leave' by David S. Miller · 9 years ago
  94. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 9 years ago
  95. 46a4dee igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop by Madhu Challa · 9 years ago
  96. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 9 years ago
  97. c91799c at86rf230: add warning if edge-triggered irq by Alexander Aring · 9 years ago
  98. 702d211 at86rf230: add irq low-level for polarity by Alexander Aring · 9 years ago
  99. be64f07 at86rf230: add irqmask mode setting by Alexander Aring · 9 years ago
  100. 2c2f7ec at86rf230: remove tx_timeout by Alexander Aring · 9 years ago