summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: ipa: fix two mild warningsAlex Elder1-3/+2
2020-09-29net: ipa: share field mask values for GSI general interruptAlex Elder2-16/+7
2020-09-29net: ipa: share field mask values for GSI global interruptAlex Elder2-17/+8
2020-09-29net: ipa: share field mask values for GSI interrupt typeAlex Elder2-14/+7
2020-09-29net: ipa: remove unused status structure field masksAlex Elder1-27/+0
2020-09-29net: ipa: kill unused status exceptionsAlex Elder1-11/+3
2020-09-29net: ipa: kill unused status opcodesAlex Elder1-5/+1
2020-09-29net: ipa: kill definition of TRE_FLAGS_IEOB_FMASKAlex Elder1-1/+0
2020-09-29ibmvnic: create send_control_ip_offloadLijun Pan1-70/+80
2020-09-29ibmvnic: create send_query_ip_offloadLijun Pan1-23/+29
2020-09-29ibmvnic: rename send_map_query to send_query_mapLijun Pan1-3/+3
2020-09-29ibmvnic: rename ibmvnic_send_req_caps to send_request_capLijun Pan1-3/+3
2020-09-29ibmvnic: rename send_cap_queries to send_query_capLijun Pan1-4/+4
2020-09-29ibmvnic: set up 200GBPS speedLijun Pan2-2/+5
2020-09-29net: Use kobj_to_dev() APIWang Qing1-2/+2
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo8-40/+80
2020-09-29net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_freeLorenzo Bianconi1-4/+7
2020-09-29e1000e: Add support for Meteor LakeSasha Neftin5-0/+21
2020-09-29igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-29igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-29igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-29igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-29igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-29igc: Expose LPI countersSasha Neftin3-0/+7
2020-09-29igc: Clean RX descriptor error flagsAndre Guedes2-16/+3
2020-09-29igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-29igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-29igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2-2/+2
2020-09-29igc: Add new device ID'sSasha Neftin3-0/+15
2020-09-29igb: read PBA number from flashGal Hammer1-1/+3
2020-09-29igb: add XDP supportSven Auhagen3-36/+481
2020-09-28netdevsim: support the static IANA VXLAN port flagJakub Kicinski2-0/+5
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski5-206/+135
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski4-12/+6
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski2-219/+51
2020-09-28netdevsim: shared UDP tunnel port table supportJakub Kicinski2-2/+22
2020-09-28netdevsim: add warnings on unexpected UDP tunnel port errorsJakub Kicinski1-4/+9
2020-09-28net: phy: dp83869: Add speed optimization featureDan Murphy1-0/+116
2020-09-28net: phy: dp83869: support Wake on LANDan Murphy1-0/+176
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi1-21/+11
2020-09-28mac80211_hwsim: indicate support for S1GThomas Pedersen1-8/+78
2020-09-28mac80211_hwsim: write TSF timestamp correctly to S1G beaconThomas Pedersen1-3/+13
2020-09-28mac80211_hwsim: fix typo in kernel-docJohannes Berg1-1/+1
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng3-31/+30
2020-09-27r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit1-2/+2
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan1-2/+7
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan3-1/+107
2020-09-27bnxt_en: Report Active FEC encoding during link up.Michael Chan1-3/+26
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan3-3/+109