summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-055-28/+122
* rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-052-6/+1
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-055-9/+23
* Merge branch 'nfp-fixes'David S. Miller2024-02-053-3/+6
|\
| * nfp: enable NETDEV_XDP_ACT_REDIRECT feature flagJames Hershaw2024-02-051-0/+1
| * nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers2024-02-051-1/+1
| * nfp: use correct macro for LengthSelect in BAR configDaniel Basilio2024-02-051-2/+4
|/
* inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-041-2/+4
* hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta2024-02-041-20/+62
* octeontx2-pf: Fix a memleak otx2_sq_initZhipeng Lu2024-02-031-2/+12
* atm: idt77252: fix a memleak in open_card_ubr0Zhipeng Lu2024-02-031-0/+2
* tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-031-1/+1
* tsnep: Fix mapping for zero copy XDP_TX actionGerhard Engleder2024-02-031-4/+12
* Merge branch 'selftests-net-more-fixes'Jakub Kicinski2024-02-034-13/+32
|\
| * selftests: net: avoid just another constant waitPaolo Abeni2024-02-031-5/+13
| * selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni2024-02-031-1/+4
| * selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni2024-02-031-4/+2
| * selftests: net: cut more slack for gro fwd tests.Paolo Abeni2024-02-032-3/+13
|/
* net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera2024-02-033-2/+16
* netdevsim: avoid potential loop in nsim_dev_trap_report_work()Eric Dumazet2024-02-021-4/+4
* net: Fix from address in memcpy_to_iter_csum()Michael Lass2024-02-021-1/+1
* net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu2024-02-023-1/+60
* Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-0190-403/+839
|\
| * Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Jakub Kicinski2024-02-011-0/+3
| |\
| | * batman-adv: mcast: fix memory leak on deleting a batman-adv interfaceLinus Lüssing2024-01-271-0/+1
| | * batman-adv: mcast: fix mcast packet type counter on timeouted nodesLinus Lüssing2024-01-271-0/+2
| * | doc/netlink/specs: Add missing attr in rt_link specDonald Hunter2024-02-011-0/+10
| * | Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-02-0112-31/+112
| |\ \
| | * | netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso2024-01-311-0/+24
| | * | netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso2024-01-311-3/+4
| | * | netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-315-18/+65
| | * | netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long2024-01-311-1/+1
| | * | netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-01-313-5/+12
| | * | netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer2024-01-311-4/+6
| * | | idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga2024-02-011-1/+1
| * | | Merge branch 'mptcp-fixes-for-recent-issues-reported-by-ci-s'Jakub Kicinski2024-02-016-25/+20
| |\ \ \
| | * | | selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)2024-02-011-14/+9
| | * | | selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)2024-02-011-2/+2
| | * | | selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)2024-02-011-1/+1
| | * | | selftests: mptcp: decrease BW in simult flowsMatthieu Baerts (NGI0)2024-02-011-4/+4
| | * | | selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)2024-02-011-1/+1
| | * | | selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)2024-02-011-0/+1
| | * | | selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)2024-02-011-0/+1
| | * | | selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)2024-02-011-0/+1
| | * | | mptcp: fix data re-injection from stale subflowPaolo Abeni2024-02-011-3/+0
| |/ / /
| * | | selftests: net: enable some more knobsPaolo Abeni2024-02-011-0/+3
| * | | selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski2024-02-011-0/+1
| * | | Merge branch 'selftests-net-more-small-fixes'Jakub Kicinski2024-02-016-5/+17
| |\ \ \
| | * | | selftests: forwarding: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier2024-02-011-1/+1