summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar1-0/+3
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru5-113/+141
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen3-2/+6
2018-03-11net: hns3: add existence checking before adding unicast mac addressJian Shen1-1/+16
2018-03-11net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen1-5/+5
2018-03-11net: hns3: fix error type definition of return valueJian Shen1-6/+6
2018-03-11net: hns3: fix for buffer overflow smatch warningYunsheng Lin3-42/+39
2018-03-11net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin1-0/+16
2018-03-11net: hns3: add support for querying pfc puase packets statisticPeng Li3-0/+73
2018-03-11net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-11net: hns3: unify the pause params setup functionFuyun Liang3-14/+13
2018-03-11net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-11net: hns3: fix for netdev not running problem after calling net_stop and net_...Fuyun Liang2-0/+6
2018-03-11net: hns3: add existence check when remove old uc mac addressFuyun Liang5-16/+20
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni1-0/+2
2018-03-09cxgb4: increase max tx rate limit to 100 GbpsGanesh Goudar2-5/+5
2018-03-09net: hns3: fix for coal configuation lost when setting the channelYunsheng Lin1-3/+34
2018-03-09net: hns3: refactor the coalesce related structYunsheng Lin3-36/+46
2018-03-09net: hns3: fix for coalesce configuration lost during resetYunsheng Lin1-42/+114
2018-03-09net: hns3: refactor the get/put_vector functionYunsheng Lin4-10/+37
2018-03-09net: hns3: fix for use-after-free when setting ring parameterYunsheng Lin1-5/+5
2018-03-09net: hns3: fix for pause configuration lost during resetYunsheng Lin1-2/+2
2018-03-09net: hns3: fix for RSS configuration loss problem during resetYunsheng Lin3-54/+56
2018-03-09net: hns3: refactor the hclge_get/set_rss_tuple functionYunsheng Lin2-37/+67
2018-03-09net: hns3: refactor the hclge_get/set_rss functionYunsheng Lin2-32/+9
2018-03-09net: dsa: mv88e6xxx: Fix irq free'ingAndrew Lunn1-1/+1
2018-03-08net: usb: asix88179_178a: de-duplicate codeAlexander Kurz1-86/+31
2018-03-08net: usb: asix88179_178a: set permanent address once onlyAlexander Kurz1-1/+0
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree9-150/+443
2018-03-08liquidio: avoid doing useless workPrasad Kanneganti2-2/+9
2018-03-08liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha1-2/+3
2018-03-08Merge tag 'mlx5-updates-2018-02-28-2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller11-278/+1620
2018-03-08ibmvnic: Do not disable device during failover or partition migrationThomas Falcon1-4/+7
2018-03-08ibmvnic: Reorganize device closeThomas Falcon1-9/+14
2018-03-08ibmvnic: Clean up device closeThomas Falcon1-12/+2
2018-03-08net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and...Peng Li1-0/+10
2018-03-08net: hns3: set the max ring num when alloc netdevPeng Li1-14/+13
2018-03-08net: hns3: fix the queue id for tqp enable&&resetPeng Li1-26/+24
2018-03-08net: hns3: fix endian issue when PF get mbx message flagPeng Li1-3/+4
2018-03-08net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li2-0/+2
2018-03-08net: hns3: VF should get the real rss_size instead of rss_size_maxPeng Li1-1/+1
2018-03-08ipvlan: properly annotate rx_handler accessPaolo Abeni1-1/+1
2018-03-07net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky1-2/+1
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel5-12/+185
2018-03-07net/mlx5e: Added common function for to_ipsec_sa_entryAviad Yehezkel1-10/+19
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel5-0/+762
2018-03-07net/mlx5: Refactor accel IPSec codeAviad Yehezkel5-223/+528
2018-03-07net/mlx5: Added required metadata capability for ipsecAviad Yehezkel1-2/+4
2018-03-07net/mlx5: Export ipsec capabilitiesAviad Yehezkel4-24/+16
2018-03-07net/mlx5: IPSec, Add command V2 supportAviad Yehezkel5-43/+63