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