aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-14net: hns3: free the pending skb when clean RX ringPeng Li1-0/+7
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen1-1/+7
2019-04-14net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2-339/+618
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin1-7/+20
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin1-25/+4
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin1-75/+123
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin1-7/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen7-9/+111
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen3-34/+203
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen3-4/+52
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen3-30/+78
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit1-0/+5
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit1-0/+18
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit1-202/+45
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown2-12/+25
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown2-6/+9
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown3-34/+49
2019-04-12rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown2-7/+8
2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-04-12nfp: split out common control message handling codeJakub Kicinski8-263/+340
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski4-23/+87
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-12ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern1-2/+0
2019-04-12netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko1-25/+38
2019-04-12netdevsim: make bpf_offload_dev_create() per-sdev instead of first nsJiri Pirko1-12/+14
2019-04-12netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko3-13/+13
2019-04-12netdevsim: move shared dev creation and destruction into separate fileJiri Pirko4-50/+104
2019-04-12Documentation: net: dsa: transition to the rst formatIoana Ciornei5-154/+169
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: loopback: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: dummy: use generic helper to report timestamping infoJulian Wiedmann1-13/+2
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul4-59/+58
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul2-46/+54
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14
2019-04-12net/smc: cleanup of get vlan idKarsten Graul3-6/+10
2019-04-12net/smc: consolidate function parametersKarsten Graul7-141/+139
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul2-3/+10
2019-04-12net/smc: fallback to TCP after connect problemsKarsten Graul1-4/+4
2019-04-12net/smc: nonblocking connect reworkUrsula Braun2-42/+47
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump analysisDongli Zhang2-16/+19
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller3-20/+13
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller2-15/+39
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller1-1/+10
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller1-6/+10
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller1-1/+1
2019-04-11net: sched: flower: fix filter net reference countingVlad Buslov1-11/+6
2019-04-11selftests: Add debugging options to pmtu.shDavid Ahern1-89/+124
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal5-42/+52