1. 240b64a Bluetooth: btrtl: Add firmware version print by Alex Lu · 5 years ago
  2. 65251e2 Bluetooth: btrtl: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY by Alex Lu · 5 years ago
  3. 010376a Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the Power off pulse by Harish Bandi · 5 years ago
  4. 16946de bluetooth: hci_bcm: Give more time to come out of reset by Ondrej Jirman · 5 years ago
  5. 52c8c7a bluetooth: bcm: Add support for loading firmware for BCM4345C5 by Ondrej Jirman · 5 years ago
  6. dd65629 dt-bindings: net: Add compatible for BCM4345C5 bluetooth device by Ondrej Jirman · 5 years ago
  7. e14c167 Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART Radio by Rocky Liao · 5 years ago
  8. 2edc9c5 Bluetooth: hci_qca: Make structure qca_proto constant by Nishka Dasgupta · 5 years ago
  9. 569428d Bluetooth: 6lowpan: Make variable header_ops constant by Nishka Dasgupta · 5 years ago
  10. 9e45524 Bluetooth: btusb: Fix suspend issue for Realtek devices by Alex Lu · 5 years ago
  11. ff7c838 Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings by YueHaibing · 5 years ago
  12. 9c81f2b7 Bluetooth: hci_qca: Remove redundant initializations to zero by Matthias Kaehlcke · 5 years ago
  13. ad4a679 Bluetooth: Add support for utilizing Fast Advertising Interval by Spoorthi Ravishankar Koppad · 6 years ago
  14. 0e5b36b r8152: adjust the settings of ups flags by Hayes Wang · 5 years ago
  15. 5e5d8bc4 net: hns: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  16. ee4c3de net: qed: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  17. a8a213c pppoatm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  18. 1e60688 Merge branch 'Fix-GMII2RGMII-private-field' by David S. Miller · 5 years ago
  19. 168f7a1 net: phy: gmii2rgmii: Dont use priv field in phy device by Harini Katakam · 5 years ago
  20. 36b1a2f include: mdio: Add driver data helpers by Harini Katakam · 5 years ago
  21. 1ddee6d Merge branch 'gianfar-some-assorted-cleanup' by David S. Miller · 5 years ago
  22. 8e578e7 gianfar: use DT more consistently when selecting PHY connection type by Arseny Solokha · 5 years ago
  23. 887b819 gianfar: cleanup gianfar.h by Arseny Solokha · 5 years ago
  24. 7ad3878 gianfar: make five functions static by Arseny Solokha · 5 years ago
  25. 7d993c5f gianfar: remove forward declarations by Arseny Solokha · 5 years ago
  26. d1e8496 Merge branch 'stmmac-next' by David S. Miller · 5 years ago
  27. 427849e net: stmmac: selftests: Add Jumbo Frame tests by Jose Abreu · 5 years ago
  28. 8a488c3 net: stmmac: xgmac: Enable RX Jumbo frame support by Jose Abreu · 5 years ago
  29. 56bcd591 net: stmmac: Correctly assing MAX MTU in XGMAC cores case by Jose Abreu · 5 years ago
  30. c2b6947 net: stmmac: xgmac: Correct RAVSEL field interpretation by Jose Abreu · 5 years ago
  31. 8f9e5b5 net: stmmac: ethtool: Let user configure TX coalesce without RIWT by Jose Abreu · 5 years ago
  32. 0b273ca net: stmmac: Only consider RX error when HW Timestamping is not enabled by Jose Abreu · 5 years ago
  33. 5e3fb0a net: stmmac: selftests: Implement the ARP Offload test by Jose Abreu · 5 years ago
  34. 5904a980 net: stmmac: xgmac: Implement ARP Offload by Jose Abreu · 5 years ago
  35. 4647e02 net: stmmac: selftests: Add selftest for L3/L4 Filters by Jose Abreu · 5 years ago
  36. 425eabd net: stmmac: Implement L3/L4 Filters using TC Flower by Jose Abreu · 5 years ago
  37. c104891 net: stmmac: Do not return error code in TC Initialization by Jose Abreu · 5 years ago
  38. 6338488 net: stmmac: xgmac: Add RBU handling in DMA interrupt by Jose Abreu · 5 years ago
  39. 9513321 net: stmmac: selftests: Return proper error code to userspace by Jose Abreu · 5 years ago
  40. 44c4091 Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
  41. 8330f73 rocker: add missing init_net check in FIB notifier by Jiri Pirko · 5 years ago
  42. 09ea989 Merge branch 'net-kzfree' by David S. Miller · 5 years ago
  43. da3a3b6 net: mpoa: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
  44. 60b3990 sunrpc: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
  45. 10ae8f4 ixgbe: Use kzfree() rather than its implementation. by zhong jiang · 5 years ago
  46. b06b399 Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
  47. f4d7c8e vsock/virtio: a better comment on credit update by Michael S. Tsirkin · 5 years ago
  48. 9c895c1 Merge branch 'net-tls-minor-cleanups' by David S. Miller · 5 years ago
  49. 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
  50. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  51. 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
  52. 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
  53. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  54. 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
  55. 9367fa0 net/sched: cbs: remove redundant assignment to variable port_rate by Colin Ian King · 5 years ago
  56. e7ac4ea Merge branch 'ionic-Add-ionic-driver' by David S. Miller · 5 years ago
  57. 8c15440 ionic: Add coalesce and other features by Shannon Nelson · 5 years ago
  58. aa31988 ionic: Add RSS support by Shannon Nelson · 5 years ago
  59. e470355 ionic: Add driver stats by Shannon Nelson · 5 years ago
  60. 1a371ea ionic: Add netdev-event handling by Shannon Nelson · 5 years ago
  61. 0f3154e ionic: Add Tx and Rx handling by Shannon Nelson · 5 years ago
  62. 4d03e00 ionic: Add initial ethtool support by Shannon Nelson · 5 years ago
  63. 8d61aad ionic: Add async link status check and basic stats by Shannon Nelson · 5 years ago
  64. 2a65454 ionic: Add Rx filter and rx_mode ndo support by Shannon Nelson · 5 years ago
  65. c1e329e ionic: Add management of rx filters by Shannon Nelson · 5 years ago
  66. beead69 ionic: Add the basic NDO callbacks for netdev support by Shannon Nelson · 5 years ago
  67. 77ceb68 ionic: Add notifyq support by Shannon Nelson · 5 years ago
  68. 938962d ionic: Add adminq action by Shannon Nelson · 5 years ago
  69. 1d062b7 ionic: Add basic adminq support by Shannon Nelson · 5 years ago
  70. 6461b44 ionic: Add interrupts and doorbells by Shannon Nelson · 5 years ago
  71. 1a58e19 ionic: Add basic lif support by Shannon Nelson · 5 years ago
  72. 0443659 ionic: Add port management commands by Shannon Nelson · 5 years ago
  73. fbfb803 ionic: Add hardware init and device commands by Shannon Nelson · 5 years ago
  74. df69ba4 ionic: Add basic framework for IONIC Network device driver by Shannon Nelson · 5 years ago
  75. 7d5aa9a devlink: Add new info version tags for ASIC and FW by Shannon Nelson · 5 years ago
  76. 0d62214 Merge branch 'net-dsa-mt7530-PHYLINK-and-port-5' by David S. Miller · 5 years ago
  77. 38f790a net: dsa: mt7530: Add support for port 5 by René van Dorst · 5 years ago
  78. 4f358cb dt-bindings: net: dsa: mt7530: Add support for port 5 by René van Dorst · 5 years ago
  79. ca366d6 net: dsa: mt7530: Convert to PHYLINK API by René van Dorst · 5 years ago
  80. 771efed r8152: modify rtl8152_set_speed function by Hayes Wang · 5 years ago
  81. 472e12e Merge branch 'dpaa2-eth-Add-new-statistics-counters' by David S. Miller · 5 years ago
  82. 52b6a4f dpaa2-eth: Poll Tx pending frames counter on if down by Ioana Radulescu · 5 years ago
  83. d84c3a4 dpaa2-eth: Add new DPNI statistics counters by Ioana Radulescu · 5 years ago
  84. ae90a6f dpaa2-eth: Minor refactoring in ethtool stats by Ioana Radulescu · 5 years ago
  85. 9d71dd0 can: add support of SAE J1939 protocol by The j1939 authors · 6 years ago
  86. f5223e9 can: extend sockaddr_can to include j1939 members by Kurt Van Dijck · 6 years ago
  87. 2a0c9aa can: add socket type for CAN_J1939 by Kurt Van Dijck · 6 years ago
  88. 9868b5d can: introduce CAN_REQUIRED_SIZE macro by Kurt Van Dijck · 6 years ago
  89. 4f746fb mailmap: update email address by Kurt Van Dijck · 6 years ago
  90. 24efc6d can: af_can: use spin_lock_bh() for &net->can.rcvlists_lock by Oleksij Rempel · 6 years ago
  91. bdfb576 can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  92. 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
  93. ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
  94. 3f15035 can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devices by Marc Kleine-Budde · 6 years ago
  95. e2586a5 can: af_can: can_rx_register(): use max() instead of open coding it by Marc Kleine-Budde · 6 years ago
  96. 6625a18 can: af_can: give variable holding the CAN receiver and the receiver list a sensible name by Marc Kleine-Budde · 6 years ago
  97. fac7850 can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  98. 3ee6d2b can: af_can: rename find_rcv_list() to can_rcv_list_find() by Marc Kleine-Budde · 6 years ago
  99. ff7fbea can: proc: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago
  100. 56be1d5 can: af_can: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago