1. d698e6a net: qualcomm: rmnet: Fix rx_handler for non-linear skbs by Loic Poulain · 4 years ago
  2. b7f5eb6 net: qualcomm: rmnet: Update rmnet device MTU based on real device by Subash Abhinov Kasiviswanathan · 4 years, 1 month ago
  3. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 2 months ago
  4. fc70f5b net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup by Subash Abhinov Kasiviswanathan · 4 years, 2 months ago
  5. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 4 months ago
  6. 715d087 net: ethernet: qualcomm: constify qca_serdev_ops by Rikard Falkeborn · 4 years, 5 months ago
  7. 50caa77 net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init by Wang Hai · 4 years, 5 months ago
  8. 2fb2799 net: rmnet: do not allow to add multiple bridge interfaces by Taehee Yoo · 4 years, 7 months ago
  9. 2a762e9 net: rmnet: fix lower interface leak by Taehee Yoo · 4 years, 7 months ago
  10. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  11. 3e1853e net: emac: Fix use correct return type for ndo_start_xmit() by Yunjian Wang · 4 years, 9 months ago
  12. 2abb579 net: qualcomm: rmnet: Allow configuration updates to existing devices by Subash Abhinov Kasiviswanathan · 4 years, 10 months ago
  13. 376d530 net: rmnet: set NETIF_F_LLTX flag by Taehee Yoo · 4 years, 11 months ago
  14. 9c9cc91 net: rmnet: use GFP_KERNEL instead of GFP_ATOMIC by Taehee Yoo · 4 years, 11 months ago
  15. fcf8f4e net: rmnet: print error message when command fails by Taehee Yoo · 4 years, 11 months ago
  16. eed22a0 net: rmnet: add missing module alias by Taehee Yoo · 4 years, 11 months ago
  17. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  18. ad3cc31b net: rmnet: fix packet forwarding in rmnet bridge mode by Taehee Yoo · 5 years ago
  19. d939b6d net: rmnet: fix bridge mode bugs by Taehee Yoo · 5 years ago
  20. 037f9cd net: rmnet: use upper/lower device infrastructure by Taehee Yoo · 5 years ago
  21. 1dc49e9 net: rmnet: do not allow to change mux id if mux id is duplicated by Taehee Yoo · 5 years ago
  22. c026d97 net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device() by Taehee Yoo · 5 years ago
  23. 102210f net: rmnet: fix suspicious RCU usage by Taehee Yoo · 5 years ago
  24. 1eb1f43 net: rmnet: fix NULL pointer dereference in rmnet_changelink() by Taehee Yoo · 5 years ago
  25. 93b5cbf net: rmnet: fix NULL pointer dereference in rmnet_newlink() by Taehee Yoo · 5 years ago
  26. 8518b3b net: qcom/emac: use new helper tcp_v6_gso_csum_prep by Heiner Kallweit · 5 years ago
  27. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  28. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  29. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  30. bc19c32 net: qca_spi: Move reset_count to struct qcaspi by Stefan Wahren · 5 years ago
  31. 3e7e676 net: qca_spi: fix receive buffer size check by Michael Heimpold · 5 years ago
  32. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 5409386 net: qcom/emac: Demote MTU change print to debug by Florian Fainelli · 5 years ago
  34. e7a86c6 net: qualcomm: rmnet: Fix potential UAF when unregistering by Sean Tranchetti · 5 years ago
  35. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 5 years ago
  36. 687236b qca: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  37. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  38. c792c00 net: qcom/emac: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  39. d1a5584 net: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  40. a7cf3d2 net: qualcomm: rmnet: Fix incorrect UL checksum offload logic by Subash Abhinov Kasiviswanathan · 5 years ago
  41. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  42. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  44. 9395da4 net: qualcomm: rmnet: Move common struct definitions to include by Subash Abhinov Kasiviswanathan · 6 years ago
  45. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  46. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  47. eae15bd net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  48. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  49. 2507915 net: qca_spi: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  50. 315c9e8 net: qualcomm: rmnet: Remove set but not used variable 'cmd' by YueHaibing · 6 years ago
  51. 62e3a9317 net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id' by YueHaibing · 6 years ago
  52. 3c18aa1 net: qualcomm: rmnet: move null check on dev before dereferecing it by Colin Ian King · 6 years ago
  53. 2b9b750 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. d02854d net: qualcomm: rmnet: Fix incorrect assignment of real_dev by Subash Abhinov Kasiviswanathan · 6 years ago
  55. 026b907 net: qca_spi: Add available buffer space verification by Stefan Wahren · 6 years ago
  56. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. ec40564 net: qualcomm: rmnet: Fix incorrect allocation flag in receive path by Subash Abhinov Kasiviswanathan · 6 years ago
  58. 6392ff3 net: qualcomm: rmnet: Fix incorrect allocation flag in transmit by Subash Abhinov Kasiviswanathan · 6 years ago
  59. a07f388 net: qualcomm: rmnet: Skip processing loopback packets by Sean Tranchetti · 6 years ago
  60. 48c1699e net: qca_spi: Introduce write register verification by Stefan Wahren · 6 years ago
  61. e65a9e4 net: qca_spi: Fix race condition in spi transfers by Stefan Wahren · 6 years ago
  62. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  63. 5097399 net: qca_spi: Fix log level if probe fails by Stefan Wahren · 7 years ago
  64. 711c62d net: qca_spi: Make sure the QCA7000 reset is triggered by Stefan Wahren · 7 years ago
  65. b2bab42 net: qca_spi: Avoid packet drop during initial sync by Stefan Wahren · 7 years ago
  66. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 7 years ago
  67. bdf767c net: qcom/emac: Add missing of_node_put() by YueHaibing · 7 years ago
  68. 3602207 net: qualcomm: rmnet: Fix use after free while sending command ack by Subash Abhinov Kasiviswanathan · 7 years ago
  69. 9deb441 net: ipv6: Generate random IID for addresses on RAWIP devices by Subash Abhinov Kasiviswanathan · 7 years ago
  70. d377df78 net: qcom/emac: fix device tree initialization by Timur Tabi · 7 years ago
  71. 1bc49fd net: qcom/emac: Allocate buffers from local node by Hemanth Puranik · 7 years ago
  72. 9e6881d net: qcom/emac: Encapsulate sgmii ops under one structure by Hemanth Puranik · 7 years ago
  73. 721ce0f net: qualcomm: rmnet: Remove redundant command check by Subash Abhinov Kasiviswanathan · 7 years ago
  74. bbde32d net: qualcomm: rmnet: Add support for ethtool private stats by Subash Abhinov Kasiviswanathan · 7 years ago
  75. 1eece79 net: qualcomm: rmnet: Capture all drops in transmit path by Subash Abhinov Kasiviswanathan · 7 years ago
  76. 64e86fe net: qualcomm: rmnet: Fix warning seen with fill_info by Subash Abhinov Kasiviswanathan · 7 years ago
  77. 0c29ba1 net: qualcomm: rmnet: check for null ep to avoid null pointer dereference by Colin Ian King · 7 years ago
  78. d3757ba ethernet: Use octal not symbolic permissions by Joe Perches · 7 years ago
  79. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. be81a85 net: qualcomm: rmnet: Implement fill_info by Subash Abhinov Kasiviswanathan · 7 years ago
  81. 14452ca net: qualcomm: rmnet: Export mux_id and flags to netlink by Subash Abhinov Kasiviswanathan · 7 years ago
  82. 378e253 net: qualcomm: rmnet: Remove unnecessary device assignment by Subash Abhinov Kasiviswanathan · 7 years ago
  83. 9dcaec0 net: qualcomm: rmnet: Update copyright year to 2018 by Subash Abhinov Kasiviswanathan · 7 years ago
  84. 6e010dd net: qualcomm: rmnet: Fix casting issues by Subash Abhinov Kasiviswanathan · 7 years ago
  85. 0c3d5a9 net: drivers/net: Remove unnecessary skb_copy_expand OOM messages by Joe Perches · 7 years ago
  86. cc5db31 net: qcom/emac: Use proper free methods during TX by Hemanth Puranik · 7 years ago
  87. f57bbaa net: qualcomm: rmnet: Fix possible null dereference in command processing by Subash Abhinov Kasiviswanathan · 7 years ago
  88. 4dba8bb net: qualcomm: rmnet: Fix warning seen with 64 bit stats by Subash Abhinov Kasiviswanathan · 7 years ago
  89. b37f78f net: qualcomm: rmnet: Fix crash on real dev unregistration by Subash Abhinov Kasiviswanathan · 7 years ago
  90. df262db net: qcom/emac: extend DMA mask to 46bits by Wang Dongsheng · 7 years ago
  91. 0c9214d net: qualcomm: rmnet: Add support for GSO by Subash Abhinov Kasiviswanathan · 7 years ago
  92. 5eb5f86 net: qualcomm: rmnet: Add support for TX checksum offload by Subash Abhinov Kasiviswanathan · 7 years ago
  93. 23c76eb net: qualcomm: rmnet: Handle command packets with checksum trailer by Subash Abhinov Kasiviswanathan · 7 years ago
  94. bbd21b2 net: qualcomm: rmnet: Add support for RX checksum offload by Subash Abhinov Kasiviswanathan · 7 years ago
  95. c597897 net: qualcomm: rmnet: Define the MAPv4 packet formats by Subash Abhinov Kasiviswanathan · 7 years ago
  96. 4e8683a net: qualcomm: rmnet: Set pacing shift by Subash Abhinov Kasiviswanathan · 7 years ago
  97. b23e722 net: qualcomm: rmnet: Rename ingress data format to data format by Subash Abhinov Kasiviswanathan · 7 years ago
  98. 76e0895 net: qualcomm: rmnet: Remove unused function declaration by Subash Abhinov Kasiviswanathan · 7 years ago
  99. 0b59a23 net: qualcomm: rmnet: Remove invalid condition while stamping mux id by Subash Abhinov Kasiviswanathan · 7 years ago
  100. 4b5ba67 net: qualcomm: rmnet: Remove redundant check when stamping map header by Subash Abhinov Kasiviswanathan · 7 years ago