Age | Commit message (Expand) | Author |
2023-08-16 | net: hns3: fix wrong rpu tln reg issue | Jijie Shao |
2023-08-16 | net: hns3: Support tlv in regs data for HNS3 VF driver | Jijie Shao |
2023-08-16 | net: hns3: Support tlv in regs data for HNS3 PF driver | Jijie Shao |
2023-08-16 | net: hns3: move dump regs function to a separate file | Jijie Shao |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-10 | net: hns3: fix strscpy causing content truncation issue | Hao Chen |
2023-08-08 | net: hns3: fix deadlock issue when externel_lb and reset are executed together | Yonglong Liu |
2023-08-08 | net: hns3: add wait until mac link down | Jie Wang |
2023-08-08 | net: hns3: refactor hclge_mac_link_status_wait for interface reuse | Jie Wang |
2023-08-08 | net: hns3: restore user pause configure when disable autoneg | Jian Shen |
2023-08-08 | net: hns: Remove unused function declaration mac_adjust_link() | Yue Haibing |
2023-08-07 | page_pool: split types and declarations from page_pool.h | Yunsheng Lin |
2023-08-04 | net: hns3: Remove unused function declarations | Yue Haibing |
2023-08-02 | net: hisilicon: fix the return value handle and remove redundant netdev_err()... | Ruan Jinjie |
2023-07-31 | net: flow_dissector: Use 64bits for used_keys | Ratheesh Kannoth |
2023-07-27 | net: Explicitly include correct DT includes | Rob Herring |
2023-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-24 | net: hns3: fix wrong bw weight of disabled tc issue | Jijie Shao |
2023-07-24 | net: hns3: fix wrong tc bandwidth weight data issue | Jijie Shao |
2023-07-24 | net: hns3: add tm flush when setting tm | Hao Lan |
2023-07-24 | net: hns3: fix the imp capability bit cannot exceed 32 bits issue | Hao Lan |
2023-07-18 | net: hns: Remove unnecessary (void*) conversions | Wu Yunchuan |
2023-07-18 | net: hns3: remove unnecessary (void*) conversions. | Wu Yunchuan |
2023-06-23 | net: hns3: clear hns unused parameter alarm | Peiyang Wang |
2023-06-23 | net: hns3: fix strncpy() not using dest-buf length as length issue | Hao Chen |
2023-06-23 | net: hns3: refine the tcam key convert handle | Jian Shen |
2023-05-13 | net: hns3: fix reset timeout when enable full VF | Jijie Shao |
2023-05-13 | net: hns3: fix reset delay time to avoid configuration timeout | Jie Wang |
2023-05-13 | net: hns3: fix sending pfc frames after reset issue | Jijie Shao |
2023-05-13 | net: hns3: fix output information incomplete for dumping tx queue info with d... | Jie Wang |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-03-29 | net: hns3: support wake on lan configuration and query | Hao Lan |
2023-03-24 | net: hisilicon: Remove redundant pci_clear_master | Cai Huoqing |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-03-08 | net: hns3: remove unnecessary aer.h include | Bjorn Helgaas |
2023-02-06 | net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h | Vladimir Oltean |
2023-01-30 | devlink: remove devlink features | Jiri Pirko |
2023-01-27 | net: add missing includes of linux/sched/clock.h | Jakub Kicinski |
2023-01-20 | net: hns: Switch to use acpi_evaluate_dsm_typed() | Andy Shevchenko |
2023-01-17 | net: hns: Separate C22 and C45 transactions | Andrew Lunn |
2023-01-11 | net: hns3: fix wrong use of rss size during VF rss config | Jie Wang |
2022-12-30 | net: hns3: refine the handling for VF heartbeat | Jian Shen |
2022-12-23 | net: hns3: fix VF promisc mode not update when mac table full | Jian Shen |
2022-12-23 | net: hns3: fix miss L3E checking for rx packet | Jian Shen |
2022-12-23 | net: hns3: add interrupts re-initialization while doing VF FLR | Jie Wang |
2022-12-12 | net: hns3: use strscpy() to instead of strncpy() | Xu Panda |
2022-12-12 | hns: use strscpy() to instead of strncpy() | Xu Panda |