aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani1-1/+1
2019-02-25mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-25net: phy: aquantia: add hwmon supportHeiner Kallweit4-0/+273
2019-02-25net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2-0/+1
2019-02-25net: sched: don't release block->lock when dumping chainsVlad Buslov1-9/+7
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2-4/+10
2019-02-25net: dsa: mv88e6xxx: Fix phylink_validate for Topaz familyMarek BehĂșn1-2/+16
2019-02-25net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390XMarek BehĂșn1-0/+2
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao2-20/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo1-10/+6
2019-02-25ice: fix overlong string, update stats outputJesse Brandeburg1-40/+40
2019-02-25ice: Fix for FC get rx/tx pause paramsLukasz Czapnik1-11/+26
2019-02-25ice: use absolute vector ID for VFsMitch Williams1-2/+4
2019-02-25ice: check for a leaf node presenceVictor Raj2-0/+24
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj1-2/+19
2019-02-25ice: clear VF ARQLEN register on resetMitch Williams2-0/+6
2019-02-25ice: don't spam VFs with link messagesMitch Williams1-1/+2
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley1-2/+4
2019-02-25ice: fix numeric overflow warningBruce Allan2-4/+5
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley1-17/+54
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan3-67/+117
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan6-45/+38
2019-02-25ice: Fix added in VSI supported nodes calcVictor Raj1-2/+7
2019-02-25ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski1-1/+1
2019-02-25ice: Mark extack argument as __always_unusedBruce Allan1-4/+5
2019-02-24switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2-46/+0
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn16-32/+23
2019-02-24net: phy: fix reading fixed phy statusHeiner Kallweit1-0/+3
2019-02-24net: phy: improve auto-neg emulation in swphyHeiner Kallweit1-9/+1
2019-02-24net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov1-1/+1
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu1-11/+27
2019-02-24net: dsa: mv88e6xxx: Release lock while requesting IRQAndrew Lunn1-0/+2
2019-02-24net: dsa: mv88e6xxx: Add lockdep classes to fix false positive splatAndrew Lunn1-0/+8
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2-8/+26
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg2-11/+77
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang2-7/+6
2019-02-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang1-14/+11
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang1-3/+1
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu1-1/+1
2019-02-24net/sched: act_tunnel_key: Add dst_cache supportwenxu1-4/+21
2019-02-24net: hns3: fix improper error handling for hns3_client_startHuazhong Tan1-1/+3
2019-02-24net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose1-16/+20
2019-02-24net: hns3: fix get VF RSS issueJian Shen2-1/+74
2019-02-24net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2-11/+23
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li10-47/+119
2019-02-24net: hns3: remove hnae3_get_bit in data pathYunsheng Lin1-19/+14
2019-02-24net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin1-69/+51
2019-02-24net: hns3: add unlikely for error handling in data pathYunsheng Lin1-9/+9
2019-02-24net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2-9/+5