1. 9336d37 rtlwifi: Remove debugging entry in sysfs by Larry Finger · 8 years ago
  2. c34df31 rtlwifi: Convert COMP_XX entries into a proper debugging mask by Larry Finger · 8 years ago
  3. 102e295 rtlwifi: Redo debugging macros RTPRINT and RT_PRINT_DATA by Larry Finger · 8 years ago
  4. e8cd475 brcmfmac: rename brcmf_bus_start function to brcmf_bus_started by Rafał Miłecki · 8 years ago
  5. bfa7295 brcmfmac: drop brcmf_bus_detach and inline its code by Rafał Miłecki · 8 years ago
  6. f5611e0 brcmfmac: move brcmf_c_set_joinpref_default declaration to common.h by Rafał Miłecki · 8 years ago
  7. c8d8707 brcmfmac: drop unneeded function declarations from headers by Rafał Miłecki · 8 years ago
  8. 8e290ce brcmfmac: fix incorrect event channel deduction by Gavin Li · 8 years ago
  9. 1ee8378 rtl8xxxu: Update author/maintainer contact info by Jes Sorensen · 8 years ago
  10. 5407fd7 rtl8xxxu: Add additional USB IDs for rtl8192eu devices by Axel Köllhofer · 8 years ago
  11. 66dfa26 rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu) by Axel Köllhofer · 8 years ago
  12. c14239f rtl8xxxu: Add another 8192eu device to the USB list by Jes Sorensen · 8 years ago
  13. d607e39 rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as tested by Jes Sorensen · 8 years ago
  14. a62a7788 brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF by Martin Blumenstingl · 8 years ago
  15. 0ed917d mwifiex: don't complain about 'unknown event id: 0x63' by Brian Norris · 8 years ago
  16. fe11678 mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE() by Brian Norris · 8 years ago
  17. 5d5ddb5 mwifiex: pcie: don't loop/retry interrupt status checks by Brian Norris · 8 years ago
  18. 062e008 mwifiex: pcie: use posted write to wake up firmware by Brian Norris · 8 years ago
  19. dab38e7 rt2x00: rt2800lib: support for for RT3352 with external PA by Daniel Golle · 8 years ago
  20. b8c2db5 rt2x00: rt2800lib: fix rf id for RT3352 by Felix Fietkau · 8 years ago
  21. e974f3a rt2x00: rt2800lib: correctly set HT20/HT40 filter by Serge Vasilugin · 8 years ago
  22. feecb0c rt2800: remove warning on bcn_num != rt2x00dev->intf_beaconing by Stanislaw Gruszka · 8 years ago
  23. 5f0a221 mwifiex: remove redundant dma padding in AMSDU by Xinming Hu · 8 years ago
  24. e457a8a brcmfmac: make brcmf_of_probe more generic by Rafał Miłecki · 8 years ago
  25. 259010c libertas: fix improper return value by Pan Bian · 8 years ago
  26. 7f2f613 rtlwifi: rtl8192de: Remove a pointless goto by Larry Finger · 8 years ago
  27. 6183468 mwifiex: debugfs: Fix (sometimes) off-by-1 SSID print by Brian Norris · 8 years ago
  28. ab99063 brcmfmac: setup wiphy bands after registering it first by Rafał Miłecki · 8 years ago
  29. 9ea0c30 brcmfmac: don't preset all channels as disabled by Rafał Miłecki · 8 years ago
  30. 66ecec0 rt2800: set max_psdu to 3 on usb devices by Stanislaw Gruszka · 8 years ago
  31. 5158324 rt2x00: do not flush empty queue by Stanislaw Gruszka · 8 years ago
  32. 1701221 rt2800usb: mark tx failure on timeout by Stanislaw Gruszka · 8 years ago
  33. e4019e7 rt2800: tune TX_RTS_CFG config by Stanislaw Gruszka · 8 years ago
  34. 01d97ef rt2800: change default retry settings by Stanislaw Gruszka · 8 years ago
  35. 15ec51b rt2x00: save conf settings before reset tuner by Stanislaw Gruszka · 8 years ago
  36. cfe82fb rt2800: increase TX timeout by Stanislaw Gruszka · 8 years ago
  37. 480b468 rt2800usb: remove watchdog by Stanislaw Gruszka · 8 years ago
  38. 77c0d0c brcmfmac: avoid writing channel out of allocated array by Rafał Miłecki · 8 years ago
  39. 0e8edb9 mwifiex: fix uninitialized variable access in pcie_remove by Arnd Bergmann · 8 years ago
  40. cc75c57 mwifiex: get rid of global save_adapter and sdio_work by Xinming Hu · 8 years ago
  41. a7513a4 mwifiex: get rid of __mwifiex_sdio_remove helper by Xinming Hu · 8 years ago
  42. c742e62 mwifiex: sdio card reset enhancement by Xinming Hu · 8 years ago
  43. ec750f1 mwifiex: cleanup in PCIe flr code path by Xinming Hu · 8 years ago
  44. 8750ab6 mwifiex: get rid of mwifiex_do_flr wrapper by Xinming Hu · 8 years ago
  45. c0e6aa4 mwifiex: use module_*_driver helper macros by Amitkumar Karwar · 8 years ago
  46. 045f0c1 mwifiex: get rid of global user_rmmod flag by Xinming Hu · 8 years ago
  47. 90ff71f mwifiex: code rearrangement in pcie.c and sdio.c by Xinming Hu · 8 years ago
  48. 3860e5e mwifiex: move pcie_work and related variables inside card by Ganapathi Bhat · 8 years ago
  49. 41efaf5 mwifiex: wait firmware dump complete during card remove process by Xinming Hu · 8 years ago
  50. d27121f mwifiex: get rid of drv_info* adapter variables by Xinming Hu · 8 years ago
  51. fb45bd0 mwifiex: do not free firmware dump memory in shutdown_drv by Xinming Hu · 8 years ago
  52. 5bf15e3 mwifiex: don't wait for main_process in shutdown_drv by Xinming Hu · 8 years ago
  53. a505e58 packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3 by Sowmini Varadhan · 8 years ago
  54. 3bf0033 bpf: Make unnecessarily global functions static by Tobias Klauser · 8 years ago
  55. a5ef01a bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive() by Tobias Klauser · 8 years ago
  56. da36e13 ipvlan: improvise dev_id generation logic in IPvlan by Mahesh Bandewar · 8 years ago
  57. de28c99 liquidio: store the L4 hash of rx packets in skb by Prasad Kanneganti · 8 years ago
  58. 5bd36a6 Merge branch 'sfc-physical-port-ids' by David S. Miller · 8 years ago
  59. 0d71a84 sfc: stop setting dev_port by Bert Kenward · 8 years ago
  60. ac019f0 sfc: implement ndo_get_phys_port_name by Bert Kenward · 8 years ago
  61. 08a7b29b sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV by Bert Kenward · 8 years ago
  62. 79f664e net: qcom/emac: add ethtool support by Timur Tabi · 8 years ago
  63. 3a89eaa net: dsa: select NET_SWITCHDEV by Vivien Didelot · 8 years ago
  64. bda65b4 Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 8 years ago
  65. b369e7f tcp: make TCP_INFO more consistent by Eric Dumazet · 8 years ago
  66. c22e5c1 Merge branch 'bpf-verifier-improvements' by David S. Miller · 8 years ago
  67. 39f19ebb bpf: rename ARG_PTR_TO_STACK by Alexei Starovoitov · 8 years ago
  68. 06c1c04 bpf: allow helpers access to variable memory by Gianluca Borello · 8 years ago
  69. f0318d0 bpf: allow adjusted map element values to spill by Gianluca Borello · 8 years ago
  70. 5722569 bpf: allow helpers access to map element values by Gianluca Borello · 8 years ago
  71. dbcfe5f bpf: split check_mem_access logic for map values by Gianluca Borello · 8 years ago
  72. f3a3e24 Merge branch 'net-smc' by David S. Miller · 8 years ago
  73. f16a7dd smc: netlink interface for SMC sockets by Ursula Braun · 8 years ago
  74. b38d732 smc: socket closing and linkgroup cleanup by Ursula Braun · 8 years ago
  75. 952310c smc: receive data from RMBE by Ursula Braun · 8 years ago
  76. e6727f3 smc: send data (through RDMA) by Ursula Braun · 8 years ago
  77. 5f08318 smc: connection data control (CDC) by Ursula Braun · 8 years ago
  78. 9bf9abe smc: link layer control (LLC) by Ursula Braun · 8 years ago
  79. bd4ad57 smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR by Ursula Braun · 8 years ago
  80. f38ba179 smc: work request (WR) base for use by LLC and CDC by Ursula Braun · 8 years ago
  81. cd6851f smc: remote memory buffers (RMBs) by Ursula Braun · 8 years ago
  82. 0cfdd8f smc: connection and link group creation by Ursula Braun · 8 years ago
  83. a046d57 smc: CLC handshake (incl. preparation steps) by Ursula Braun · 8 years ago
  84. 6812baa smc: establish pnet table management by Thomas Richter · 8 years ago
  85. a4cf044 smc: introduce SMC as an IB-client by Ursula Braun · 8 years ago
  86. ac71387 smc: establish new socket family by Ursula Braun · 8 years ago
  87. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  88. c8584b3 Merge branch 'sh_eth-wol' by David S. Miller · 8 years ago
  89. 267e1d5 sh_eth: enable wake-on-lan for sh7763 by Niklas Söderlund · 8 years ago
  90. 159c2a9 sh_eth: enable wake-on-lan for sh7734 by Niklas Söderlund · 8 years ago
  91. 33017e2 sh_eth: enable wake-on-lan for r8a7740/armadillo by Niklas Söderlund · 8 years ago
  92. e410d86 sh_eth: enable wake-on-lan for R-Car Gen2 devices by Niklas Söderlund · 8 years ago
  93. d8981d0 sh_eth: add generic wake-on-lan support via magic packet by Niklas Söderlund · 8 years ago
  94. 6dcf45e5 sh_eth: use correct name for ECMR_MPDE bit by Niklas Söderlund · 8 years ago
  95. 9f2f27a Merge branch 'icmp-reply-optimize' by David S. Miller · 8 years ago
  96. 7ba91ec net: for rate-limited ICMP replies save one atomic operation by Jesper Dangaard Brouer · 8 years ago
  97. c0303ef net: reduce cycles spend on ICMP replies that gets rate limited by Jesper Dangaard Brouer · 8 years ago
  98. 8d9ba38 Revert "icmp: avoid allocating large struct on stack" by Jesper Dangaard Brouer · 8 years ago
  99. aaa9c10 Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  100. 7351788 Merge branch 'dsa_swqitch_ops-const' by David S. Miller · 8 years ago