aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
2023-12-06net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov3-13/+19
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane2-0/+2
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-12-05Merge branch 'ionic-more-driver-fixes'Jakub Kicinski7-165/+28
2023-12-05ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley1-2/+2
2023-12-05ionic: Make the check for Tx HW timestamping more obviousBrett Creeley2-5/+10
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-05ionic: Use cached VF attributesBrett Creeley5-149/+11
2023-12-05packet: add a generic drop reason for receiveYan Zhai2-13/+13
2023-12-05Merge branch 'ionic-small-driver-fixes'Jakub Kicinski2-9/+9
2023-12-05ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-05ionic: fix snprintf format length warningShannon Nelson1-1/+1
2023-12-05Documentations: fix net_cachelines documentation build warningCoco Li7-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg7-4/+29
2023-12-05Merge branch 'reorganize-remaining-patch-of-networking-struct-cachelines'Jakub Kicinski4-167/+347
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li2-114/+227
2023-12-05net-device: reorganize net_device fast path variablesCoco Li2-53/+120
2023-12-05octeon_ep: control net API framework to support offloadsShinas Rasheed9-51/+231
2023-12-05Merge branch 'net-mvmdio-performance-related-improvements'Jakub Kicinski1-37/+60
2023-12-05net: mvmdio: Support setting the MDC frequency on XSMI controllersTobias Waldekranz1-0/+44
2023-12-05net: mvmdio: Avoid excessive sleeps in polled modeTobias Waldekranz1-37/+16
2023-12-05tools: ynl: move private definitions to a separate headerJakub Kicinski2-147/+145
2023-12-05tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-12-05tools: pynl: make flags argument optional for do()Jakub Kicinski1-2/+2
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni2-5/+26
2023-12-05Merge branch 'net-convert-to-platform-remove-callback-returning-void'Jakub Kicinski7-39/+25
2023-12-05net: wwan: qcom_bam_dmux: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: wan/ixp4xx_hss: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-05net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: sfp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: pcs: rzn1-miic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: fjes: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: ipa: Convert to platform remove callback returning voidUwe Kleine-König1-16/+13
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-05net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+2
2023-12-05net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann1-7/+14
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05tools: ynl: remove generated user space code from gitJakub Kicinski13-26838/+2
2023-12-05Merge branch 'sfc-implement-ndo_hwtstamp_-get-set'Jakub Kicinski10-56/+76
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin5-27/+38
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin5-29/+38
2023-12-05octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-05xsk: Skip polling event check for unbound socketYewon Choi1-3/+2
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao1-0/+1
2023-12-05macvlan: implement .parse_protocol hook function in macvlan_hard_header_opsZhengchao Shao1-0/+1