summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel
2024-05-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-05-07net: usb: sr9700: stop lying about skb->truesizeEric Dumazet
2024-05-07net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet
2024-05-07usb: aqc111: stop lying about skb->truesizeEric Dumazet
2024-05-07selftests/net: fix uninitialized variablesJohn Hubbard
2024-05-07lib: Allow for the DIM library to be modularFlorian Fainelli
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet
2024-05-07selftests: netfilter: conntrack_tcp_unreplied.sh: wait for initial connection...Florian Westphal
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson
2024-05-07net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer
2024-05-07net: phy: marvell: constify marvell_hw_statsMatthias Schiffer
2024-05-07Merge branch 'remove-rtnl-lock-protection-of-cvq'Paolo Abeni
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL
2024-05-07Merge branch 'rtnetlink-more-rcu-conversions-for-rtnl_fill_ifinfo'Paolo Abeni
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet
2024-05-07Merge branch 'net-qede-don-t-restrict-error-codes'Paolo Abeni
2024-05-07net: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen
2024-05-07net: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen
2024-05-07net: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-05-06octeontx2-pf: Treat truncation of IRQ name as an errorSimon Horman
2024-05-06atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert
2024-05-06gve: Implement queue apiShailend Chand
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek
2024-05-06ice: Deduplicate tc action setupMarcin Szycik
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt
2024-05-06ice: add additional E830 device idsPaul Greenwalt
2024-05-06Merge branch 'add-tcp-fraglist-gro-support'Paolo Abeni
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-06net: add code for TCP fraglist GROFelix Fietkau
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau