aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2018-08-30i40e: static analysis report from communityMartyna Szapar1-1/+1
2018-08-30virtchnl: use u8 type for a field in the virtchnl_filter structHarshitha Ramamurthy1-1/+1
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang1-0/+2
2018-08-30i40e: use correct length for strncpyMitch Williams1-1/+2
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr1-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2-5/+14
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller2-60/+298
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2-181/+222
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller1-59/+89
2018-08-29vxlan: reduce dirty cache line in vxlan_find_macLi RongQing1-1/+1
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas9-490/+176
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas6-110/+98
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas5-161/+129
2018-08-29liquidio: improve soft command handlingFelix Manlunas8-49/+232
2018-08-29net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes1-1/+79
2018-08-29net: nixge: Add support for 64-bit platformsMoritz Fischer2-55/+116
2018-08-29selftests/net: add ip_defrag selftestPeter Oskolkov4-2/+344
2018-08-29ip: fail fast on IP defrag errorsPeter Oskolkov1-9/+12
2018-08-29liquidio: fix race condition in instruction completion processingRick Farrington3-2/+7
2018-08-29liquidio: remove unnecessary delay when processing IQ responsesRick Farrington1-1/+1
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek4-160/+50
2018-08-298390/etherh: convert to ethtool_{get, set}_link_ksettingsMichal Kubecek1-16/+19
2018-08-29net: thunderbolt: Convert to use SPDX identifierMika Westerberg1-4/+1
2018-08-29genetlink: constify genl_err_attr() argumentMichal Kubecek1-1/+1
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring7-46/+40
2018-08-29net/ncsi: remove duplicated include from ncsi-netlink.cYueHaibing1-1/+0
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori3-13/+18
2018-08-29mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam1-1/+1
2018-08-28nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski3-32/+21
2018-08-28nfp: support access to absolute RTsymsJakub Kicinski2-9/+46
2018-08-28nfp: convert all RTsym users to use new read/write helpersJakub Kicinski3-46/+23
2018-08-28nfp: convert existing RTsym helpers to full target decodingJakub Kicinski1-14/+14
2018-08-28nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski4-16/+16
2018-08-28nfp: add RTsym access helpersJakub Kicinski2-0/+171
2018-08-28nfp: add basic errors messages to target logicJakub Kicinski1-2/+10
2018-08-28nfp: save the MU locality field offsetJakub Kicinski3-31/+38
2018-08-28nfp: refactor the per-chip PCIe configJakub Kicinski2-13/+41
2018-08-28nfp: add support for NFP5000Jakub Kicinski2-1/+7
2018-08-28nfp: abm: look up MAC addresses via management FWJakub Kicinski1-9/+25
2018-08-28nfp: add support for indirect HWinfo lookupJakub Kicinski2-0/+44
2018-08-28nfp: interpret extended FW load result codesJakub Kicinski2-3/+85
2018-08-28nfp: attempt FW load from flashJakub Kicinski3-2/+16
2018-08-28nfp: encapsulate NSP command arguments into structsJakub Kicinski1-69/+136
2018-08-28ixgbe: fix the return value for unsupported VF offloadShannon Nelson1-1/+1
2018-08-28ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson1-0/+3
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson5-21/+86
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson4-0/+748
2018-08-28ixgbevf: add defines for IPsec offload requestShannon Nelson2-0/+13
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson3-6/+35