]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check
[mirror_ubuntu-bionic-kernel.git] / drivers / net / ethernet / hisilicon / hns3 / hns3_enet.c
2018-06-06 Peng LiUBUNTU: SAUCE: {topost} net: hns3: add unlikely for...
2018-06-06 Peng LiUBUNTU: SAUCE: {topost} net: hns3: remove the Redundant...
2018-06-06 Peng LiUBUNTU: SAUCE: {topost} net: hns3: add l4_type check...
2018-06-06 Peng LiUBUNTU: SAUCE: {topost} net: hns3: RX BD information...
2018-06-06 Xi Wangnet: hns3: Optimize the PF's process of updating multic...
2018-06-06 Yunsheng Linnet: hns3: Fix for vxlan tx checksum bug
2018-06-06 Jian Shennet: hns3: Fix setting mac address error
2018-06-06 Jian Shennet: hns3: Add repeat address checking for setting...
2018-06-06 Peng Linet: hns3: Add support for IFF_ALLMULTI flag
2018-06-06 Fuyun Liangnet: hns3: Clear TX/RX rings when stopping port & un...
2018-06-06 Fuyun Liangnet: hns3: Removes unnecessary check when clearing...
2018-06-06 Fuyun Liangnet: hns3: Fixes the init of the VALID BD info in the...
2018-06-06 Peng Linet: hns3: Add STRP_TAGP field support for hardware...
2018-06-06 Peng Linet: hns3: Updates RX packet info fetch in case of...
2018-06-06 Xi Wangnet: hns3: Fix for hns3 module is loaded multiple times...
2018-06-06 Xi Wangnet: hns3: Fix the missing client list node initialization
2018-06-06 Peng Linet: hns3: Fixes API to fetch ethernet header length...
2018-06-06 Salil Mehtanet: hns3: Fixes error reported by Kbuild and internal...
2018-06-06 Peng Linet: hns3: Add support of .sriov_configure in HNS3...
2018-06-06 Fuyun Liangnet: hns3: Change return type of hnae3_register_ae_dev
2018-06-06 Fuyun Liangnet: hns3: Fix for deadlock problem occurring when...
2018-06-06 Yunsheng Linnet: hns3: fix for cleaning ring problem
2018-06-06 Yunsheng Linnet: hns3: remove add/del_tunnel_udp in hns3_enet module
2018-06-06 Yunsheng Linnet: hns3: Fix for setting mac address when resetting
2018-06-06 Yunsheng Linnet: hns3: Add support of hardware rx-vlan-offload...
2018-06-06 Huazhong Tannet: hns3: fix to correctly fetch l4 protocol outer...
2018-06-06 Wei Yongjunnet: hns3: remove unnecessary pci_set_drvdata() and...
2018-06-06 Fuyun Liangnet: hns3: fix for the wrong shift problem in hns3_set_...
2018-06-06 Salil Mehtanet: hns3: Changes to make enet watchdog timeout func...
2018-06-06 Fuyun Liangnet: hns3: change the time interval of int_gl calculating
2018-06-06 Fuyun Liangnet: hns3: change GL update rate
2018-06-06 Yunsheng Linnet: hns3: fix for vlan table lost problem when resetting
2018-06-06 Peng Linet: hns3: fix rx path skb->truesize reporting bug
2018-06-06 Fuyun Liangnet: hns3: fix for ipv6 address loss problem after...
2018-06-06 Fuyun Liangnet: hns3: add existence check when remove old uc mac...
2018-06-06 Yunsheng Linnet: hns3: fix for coal configuation lost when setting...
2018-06-06 Yunsheng Linnet: hns3: refactor the coalesce related struct
2018-06-06 Yunsheng Linnet: hns3: fix for coalesce configuration lost during...
2018-06-06 Yunsheng Linnet: hns3: refactor the get/put_vector function
2018-06-06 Yunsheng Linnet: hns3: fix for use-after-free when setting ring...
2018-06-06 Peng Linet: hns3: set the max ring num when alloc netdev
2018-03-16 Salil Mehtanet: hns3: converting spaces into tabs to avoid checkpa...
2018-03-16 Jian Shennet: hns3: check for NULL function pointer in hns3_nic_...
2018-03-16 Jian Shennet: hns3: add feature check when feature changed
2018-03-16 Fuyun Liangnet: hns3: add int_gl_idx setup for TX and RX queues
2018-03-16 Fuyun Liangnet: hns3: remove unused GL setup function
2018-03-16 Fuyun Liangnet: hns3: refactor GL update function
2018-03-16 Fuyun Liangnet: hns3: refactor interrupt coalescing init function
2018-03-16 Fuyun Liangnet: hns3: add ethtool_ops.set_coalesce support to PF
2018-03-16 Peng Linet: hns3: report the function type the same line with...
2018-03-16 Fuyun Liangnet: hns3: fix for changing MTU
2018-03-16 Jian Shennet: hns3: Fix an error of total drop packet statistics
2018-03-16 Jian Shennet: hns3: Mask the packet statistics query when NIC...
2018-03-16 Jian Shennet: hns3: Modify the update period of packet statistics
2018-03-16 Jian Shennet: hns3: Disable VFs change rxvlan offload status
2018-03-16 Jian Shennet: hns3: Add ethtool interface for vlan filter
2018-03-16 Peng Linet: hns3: add handling vlan tag offload in bd
2018-03-16 Peng Linet: hns3: add ethtool related offload command
2018-03-16 Peng Linet: hns3: free the ring_data structrue when change...
2018-03-16 Peng Linet: hns3: add support to modify tqps number
2018-03-16 Salil Mehtanet: hns3: Unified HNS3 {VF|PF} Ethernet Driver for...