aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-23bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-23bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-23cxgb4vf: update kernel-doc line commentsRahul Lakkireddy3-11/+8
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy8-30/+38
2020-06-23cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-23cxgb4: move DCB version extern to header fileRahul Lakkireddy2-1/+3
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-23cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-06-23cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-06-23cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy1-12/+11
2020-06-23cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-06-23net: qed: fix "maybe uninitialized" warningAlexander Lobakin1-1/+1
2020-06-23net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin1-0/+19
2020-06-23net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin1-0/+1
2020-06-23net: qede: fix PTP initialization on recoveryAlexander Lobakin3-20/+15
2020-06-23net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-23net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-06-23net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin1-1/+2
2020-06-23net: qed: fix async event callbacks unregisteringAlexander Lobakin3-5/+7
2020-06-23net: qed: fix left elements count calculationAlexander Lobakin1-10/+16
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld5-46/+67
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf1-2/+2
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
2020-06-23bridge: uapi: mrp: Fix MRP_PORT_ROLEHoratiu Vultur1-1/+0
2020-06-22GUE: Fix a typoAiden Leong1-1/+1
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-22usbnet: smsc95xx: Fix use-after-free after removalTuomas Tynkkynen1-1/+1
2020-06-22mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel4-9/+7
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-06-22MAINTAINERS: update email address for Felix FietkauFelix Fietkau1-1/+1
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill10-0/+10
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-20tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu1-7/+7
2020-06-20r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit1-1/+4
2020-06-20ibmvnic: continue to init in CRQ reset returns H_CLOSEDDany Madden1-2/+7
2020-06-20ionic: tame the watchdog timer on reconfigShannon Nelson1-7/+8
2020-06-19selftests/net: report etf errors correctlyWillem de Bruijn1-7/+26
2020-06-19ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu10-18/+27
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu6-44/+44
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2-0/+34