summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet153-173/+174
2024-05-08net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson1-0/+1
2024-05-08net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2-1/+82
2024-05-08net: phy: marvell: constify marvell_hw_statsMatthias Schiffer1-1/+1
2024-05-07Merge branch 'remove-rtnl-lock-protection-of-cvq'Paolo Abeni1-115/+173
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens1-20/+4
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens1-25/+15
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens1-1/+10
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens1-39/+85
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens1-20/+20
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL1-1/+2
2024-05-07Merge branch 'rtnetlink-more-rcu-conversions-for-rtnl_fill_ifinfo'Paolo Abeni9-66/+89
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet6-8/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet4-5/+5
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-07Merge branch 'net-qede-don-t-restrict-error-codes'Paolo Abeni1-9/+18
2024-05-07net: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-4/+9
2024-05-07net: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen1-3/+4
2024-05-07net: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen1-2/+5
2024-05-07Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski18-62/+219
2024-05-07mptcp: fix typos in commentsShi-Sheng Yang1-2/+2
2024-05-07octeontx2-pf: Treat truncation of IRQ name as an errorSimon Horman1-2/+10
2024-05-07atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert2-4/+0
2024-05-07gve: Implement queue apiShailend Chand5-24/+189
2024-05-06Merge branch 'add-tcp-fraglist-gro-support'Paolo Abeni6-69/+325
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau2-0/+67
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau3-27/+50
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau2-16/+26
2024-05-06net: add code for TCP fraglist GROFelix Fietkau2-0/+30
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2-0/+125
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau3-27/+28
2024-05-06net: microchip: lan743x: Reduce PTP timeout on HW failureRengarajan S2-1/+2
2024-05-05Merge branch 'gve-queue-api'David S. Miller11-406/+489
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand7-331/+171
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand1-6/+35
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand2-30/+120
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand2-2/+32
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand1-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand1-0/+10
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand2-27/+54
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand1-10/+19
2024-05-05queue_api: define queue apiMina Almasry2-0/+34
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry6-44/+51
2024-05-04bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei2-13/+5