summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing3-2/+7
2024-05-14tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing1-0/+18
2024-05-14tcp: rstreason: fully support in tcp_ack()Jason Xing1-0/+13
2024-05-14tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing1-0/+17
2024-05-14Merge branch 'net-stmmac-add-support-for-rzn1-gmac-devices'Jakub Kicinski10-77/+272
2024-05-14net: stmmac: add support for RZ/N1 GMACClément Léger4-0/+105
2024-05-14net: stmmac: dwmac-socfpga: use pcs_init/pcs_exitRussell King (Oracle)1-54/+53
2024-05-14net: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)2-1/+9
2024-05-14net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin3-19/+23
2024-05-14net: stmmac: Add dedicated XPCS cleanup methodSerge Semin3-4/+17
2024-05-14dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC supportClément Léger1-0/+66
2024-05-14net: qede: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-05-14Merge branch 'virtio_net-rx-enable-premapped-mode-by-default'Jakub Kicinski2-59/+38
2024-05-14virtio_net: remove the misleading commentXuan Zhuo1-1/+0
2024-05-14virtio_net: rx remove premapped failover codeXuan Zhuo1-50/+35
2024-05-14virtio_net: big mode skip the unmap checkXuan Zhuo1-2/+2
2024-05-14virtio_ring: enable premapped mode whatever use_dma_apiXuan Zhuo1-6/+1
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski134-4738/+9458
2024-05-14net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()Vladimir Oltean1-3/+2
2024-05-14Merge branch 'mlx5-misc-patches'Jakub Kicinski6-114/+48
2024-05-14net/mlx5: Remove unused msix related exported APIsParav Pandit2-59/+0
2024-05-14net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran3-51/+47
2024-05-14net/mlx5: Enable 8 ports LAGShay Drory2-4/+1
2024-05-14test: hsr: Extend the hsr_redbox.sh to have more SAN devices connectedLukasz Majewski1-22/+49
2024-05-14Merge branch 'net-dsa-microchip-dcb-fixes'Jakub Kicinski3-69/+85
2024-05-14net: dsa: microchip: dcb: set default apptrust to PCP onlyOleksij Rempel1-18/+3
2024-05-14net: dsa: microchip: dcb: add comments for DSCP related functionsOleksij Rempel1-0/+31
2024-05-14net: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel3-51/+51
2024-05-14l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
2024-05-14ynl: ensure exact-len value is resolvedAntonio Quartulli1-2/+2
2024-05-14Merge branch 'add-tx-stop-wake-counters'Jakub Kicinski6-3/+50
2024-05-14virtio_net: Add TX stopped and wake countersDaniel Jurgens1-2/+26
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens5-1/+24
2024-05-14tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)3-0/+7
2024-05-14Merge branch 'net-gro-remove-network_header-use-move-p-flush-flush_id-calcula...Jakub Kicinski8-95/+224
2024-05-14selftests/net: add flush id selftestsRichard Gobert1-0/+138
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert6-84/+73
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert5-11/+13
2024-05-14Merge branch 'ena-driver-changes-may-2024'Jakub Kicinski7-28/+73
2024-05-14net: ena: Change initial rx_usec intervalDavid Arinzon1-1/+1
2024-05-14net: ena: Changes around strscpy callsDavid Arinzon2-8/+25
2024-05-14net: ena: Add validation for completion descriptors consistencyDavid Arinzon3-10/+30
2024-05-14net: ena: Reduce holes in ena_com structuresDavid Arinzon2-3/+3
2024-05-14net: ena: Add a counter for driver's reset failuresDavid Arinzon3-6/+14
2024-05-14selftests: netfilter: nft_flowtable.sh: bump socat timeout to 1mFlorian Westphal1-2/+3
2024-05-13selftests: net: use upstream mtoolsVladimir Oltean1-2/+17
2024-05-13selftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-1/+1
2024-05-13net: phy: air_en8811h: reset netdev rules when LED is set manuallyDaniel Golle1-0/+4
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski28-175/+639
2024-05-13bpf: make list_for_each_entry portableJose E. Marchesi4-10/+38