1. dbd50a8 mac80211: only allocate one queue when using iTXQs by Johannes Berg · 6 years ago
  2. 391d132 nl80211: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  3. 9f8c713 cfg80211: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  4. 276d9e8 mac80211: debugfs option to force TX status frames by Julius Niedworok · 6 years ago
  5. 5e28042 cfg80211: remove redundant zero check on variable 'changed' by Colin Ian King · 6 years ago
  6. 5dc8cdc mac80211/cfg80211: update bss channel on channel switch by Sergey Matyukevich · 6 years ago
  7. c2b1794 mac80211: minstrel_ht: automatically calculate rate duration shift by Felix Fietkau · 6 years ago
  8. 7f2e12e mac80211: minstrel_ht: add support for rates with 4 spatial streams by Felix Fietkau · 6 years ago
  9. 1974da8 mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit by Felix Fietkau · 6 years ago
  10. 96fc6ef mac80211: IEEE 802.11 Extended Key ID support by Alexander Wetzel · 6 years ago
  11. 6cdd397 nl80211/cfg80211: Extended Key ID support by Alexander Wetzel · 6 years ago
  12. 092c409 mac80211: Optimize tailroom_needed update checks by Alexander Wetzel · 6 years ago
  13. 8dbb000 mac80211: set NETIF_F_LLTX when using intermediate tx queues by Felix Fietkau · 6 years ago
  14. ded4698 mac80211: run late dequeue late tx handlers without holding fq->lock by Felix Fietkau · 6 years ago
  15. f2af2df mac80211: calculate hash for fq without holding fq->lock in itxq enqueue by Felix Fietkau · 6 years ago
  16. ef618b1 mac80211: mesh: drop redundant rcu_read_lock/unlock calls by Felix Fietkau · 6 years ago
  17. abaea61 ieee80211: update HE IEs to D4.0 spec by Liad Kaufman · 6 years ago
  18. 5023b14 mac80211: support profile split between elements by Sara Sharon · 6 years ago
  19. fe806e4 cfg80211: support profile split between elements by Sara Sharon · 6 years ago
  20. 671042a mac80211: support non-inheritance element by Sara Sharon · 6 years ago
  21. f7dacfb cfg80211: support non-inheritance element by Sara Sharon · 6 years ago
  22. 5bd9d10 cfg80211: don't skip multi-bssid index element by Sara Sharon · 6 years ago
  23. 0538395 mac80211_hwsim: set p2p device interface support indication by Avraham Stern · 6 years ago
  24. 1d93733 nl80211: increase NL80211_MAX_SUPP_REG_RULES by Shaul Triebitz · 6 years ago
  25. cb74e97 cfg80211/nl80211: Offload OWE processing to user space in AP mode by Sunil Dutt · 6 years ago
  26. ab60633 mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC by Narayanraddi Masti · 6 years ago
  27. 1e1b11b nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan by vamsi krishna · 6 years ago
  28. d39f3b4 nl80211: reindent some sched scan code by Johannes Berg · 6 years ago
  29. 1f17f77 net: sched: flower: insert filter to ht before offloading it to hw by Vlad Buslov · 6 years ago
  30. 9186c90 Merge branch 'rhashtable-bitlocks' by David S. Miller · 6 years ago
  31. 149212f rhashtable: add lockdep tracking to bucket bit-spin-locks. by NeilBrown · 6 years ago
  32. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  33. ff302db rhashtable: allow rht_bucket_var to return NULL. by NeilBrown · 6 years ago
  34. 7a41c29 rhashtable: use cmpxchg() in nested_table_alloc() by NeilBrown · 6 years ago
  35. 1e045a6 Merge branch 'net-hsr-improvements-and-bug-fixes' by David S. Miller · 6 years ago
  36. 5150b45 net: hsr: Fix node prune function for forget time expiry by Aaron Kramer · 6 years ago
  37. fc4ecae net: hsr: add debugfs support for display node list by Murali Karicheri · 6 years ago
  38. 0e7623b net: hsr: convert to SPDX identifier by Murali Karicheri · 6 years ago
  39. 9f73c2b net: hsr: add blank line after function declaration by Murali Karicheri · 6 years ago
  40. b1b4aa9 net: hsr: remove camel case usage in the code by Murali Karicheri · 6 years ago
  41. d131fcc net: hsr: add missing space around operator in code by Murali Karicheri · 6 years ago
  42. 0594778 net: hsr: fix placement of logical operator in a multi-line statement by Murali Karicheri · 6 years ago
  43. 5fa9677 net: hsr: remove unnecessary space after a cast by Murali Karicheri · 6 years ago
  44. 05ca6e6 net: hsr: fix NULL checks in the code by Murali Karicheri · 6 years ago
  45. 0525fc0 net: hsr: fix lines that ends with a '(' by Murali Karicheri · 6 years ago
  46. 4fe25bd net: hsr: fix alignment issues in the code for functions by Murali Karicheri · 6 years ago
  47. 5670342 net: hsr: remove unnecessary paranthesis from the code by Murali Karicheri · 6 years ago
  48. d473077 net: hsr: fix multiple blank lines in the code by Murali Karicheri · 6 years ago
  49. d595b85 net: hsr: fix lines exceeding 80 characters by Murali Karicheri · 6 years ago
  50. f1054c6 selftests: forwarding: test for bridge mcast traffic after report and leave by Nikolay Aleksandrov · 6 years ago
  51. ea40168 net: hns: fix unsigned comparison to less than zero by Colin Ian King · 6 years ago
  52. afdb3df Merge branch 'r8152-runtime-mac-changes' by David S. Miller · 6 years ago
  53. 2576627 r8152: Refresh MAC address during USBDEVFS_RESET by Mario Limonciello · 6 years ago
  54. 78fdde3 r8152: remove extra action copying ethernet address by Mario Limonciello · 6 years ago
  55. d1edc08 tcp: remove redundant check on tskb by Colin Ian King · 6 years ago
  56. cdf369c Merge branch 'net-phy-add-Amlogic-g12a-support' by David S. Miller · 6 years ago
  57. fad137c net: phy: meson-gxl: clean-up gxl variant driver by Jerome Brunet · 6 years ago
  58. 5c3407a net: phy: meson-gxl: add g12a support by Jerome Brunet · 6 years ago
  59. 7090425 net: phy: add amlogic g12a mdio mux support by Jerome Brunet · 6 years ago
  60. 867934e dt-bindings: net: phy: add g12a mdio mux documentation by Jerome Brunet · 6 years ago
  61. 7934b48 virtio-net: Fix some minor formatting errors by Yuval Shaia · 6 years ago
  62. 6221333a virtio-net: Remove inclusion of pci.h by Yuval Shaia · 6 years ago
  63. eb94dc9 r8169: disable tx interrupt coalescing on RTL8168 by Heiner Kallweit · 6 years ago
  64. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. 7f46774 Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux by Linus Torvalds · 6 years ago
  66. c7084ed tty: mark Siemens R3964 line discipline as BROKEN by Greg Kroah-Hartman · 6 years ago
  67. ea2cec2 Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  68. 0548740 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. bbd669a ibmvnic: Fix completion structure initialization by Thomas Falcon · 6 years ago
  70. bb9bd81 ipv6: sit: reset ip header pointer in ipip6_rcv by Lorenzo Bianconi · 6 years ago
  71. 8f4043f Merge branch 'tipc-improve-TIPC-unicast-link-throughput' by David S. Miller · 6 years ago
  72. 58ee86b tipc: adapt link failover for new Gap-ACK algorithm by Tuong Lien · 6 years ago
  73. 382f598 tipc: reduce duplicate packets for unicast traffic by Tuong Lien · 6 years ago
  74. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  75. 8e22ba9 Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  76. 29502bb Merge branch 'genphy-ability' by David S. Miller · 6 years ago
  77. 32a069d net: phy: realtek: remove setting callback get_features and use phylib fallback by Heiner Kallweit · 6 years ago
  78. a1deab1 net: phy: allow a PHY driver to define neither features nor get_features by Heiner Kallweit · 6 years ago
  79. e177163 net: bridge: mcast: remove unused br_ip_equal function by Nikolay Aleksandrov · 6 years ago
  80. 1515a63f net: bridge: always clear mcast matching struct on reports and leaves by Nikolay Aleksandrov · 6 years ago
  81. 20ad549 Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  82. b512f71 Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  83. 448a241 Revert "r8169: use netif_receive_skb_list batching" by Heiner Kallweit · 6 years ago
  84. 23b5f42 Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  85. f6fee16 tcp: Accept ECT on SYN in the presence of RFC8311 by Tilmans, Olivier (Nokia - BE/Antwerp) · 6 years ago
  86. 9db6ce4 Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  87. 6124d06 Merge branch 'net-extend-devlink-port-attrs-with-switch-ID' by David S. Miller · 6 years ago
  88. 119c0b5 net: devlink: add warning for ndo_get_port_parent_id set when not needed by Jiri Pirko · 6 years ago
  89. 15b04ac dsa: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  90. df535f4 mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init() by Jiri Pirko · 6 years ago
  91. c25f08a nfp: remove ndo_get_port_parent_id implementation by Jiri Pirko · 6 years ago
  92. 1b15c90 nfp: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  93. 56d9f4e bnxt: remove ndo_get_port_parent_id implementation for physical ports by Jiri Pirko · 6 years ago
  94. 6605a22 bnxt: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  95. 03213a9 bnxt: move bp->switch_id initialization to PF probe by Jiri Pirko · 6 years ago
  96. aef36b8 mlxsw: Remove ndo_get_port_parent_id implementation by Jiri Pirko · 6 years ago
  97. cdf29f4 mlxsw: Pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  98. 7e1146e net: devlink: introduce devlink_compat_switch_id_get() helper by Jiri Pirko · 6 years ago
  99. bec5267 net: devlink: extend port attrs for switch ID by Jiri Pirko · 6 years ago
  100. 407dd70 net: devlink: convert devlink_port_attrs bools to bits by Jiri Pirko · 6 years ago