summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-01413-2285/+4264
|\
| * 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
| | | * | | selftests: net: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier2024-02-011-3/+2
| | | * | | selftests: net: Remove executable bits from library scriptsBenjamin Poirier2024-02-012-0/+0
| | | * | | selftests: bonding: Check initial stateBenjamin Poirier2024-02-011-0/+11
| | | * | | selftests: team: Add missing config optionsBenjamin Poirier2024-02-011-1/+3
| | |/ / /
| | * | | hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti2024-02-011-1/+4
| | * | | xen-netback: properly sync TX responsesJan Beulich2024-02-011-44/+40
| | * | | net: sysfs: Fix /sys/class/net/<iface> pathBreno Leitao2024-02-011-11/+11
| | * | | octeontx2-pf: Remove xdp queues on program detachGeetha sowjanya2024-02-013-7/+4
| | * | | Merge branch 'selftests-net-a-few-pmtu-sh-fixes'Jakub Kicinski2024-01-312-9/+12
| | |\ \ \
| | | * | | selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni2024-01-311-1/+1
| | | * | | selftests: net: fix available tunnels detectionPaolo Abeni2024-01-311-8/+8
| | | * | | selftests: net: add missing config for pmtu.sh testsPaolo Abeni2024-01-311-0/+3
| | |/ / /
| | * | | Merge branch 'pds_core-various-fixes'Jakub Kicinski2024-01-318-40/+124
| | |\ \ \
| | | * | | pds_core: Rework teardown/setup flow to be more commonBrett Creeley2024-01-315-18/+9
| | | * | | pds_core: Clear BARs on resetBrett Creeley2024-01-316-11/+45
| | | * | | pds_core: Prevent race issues involving the adminqBrett Creeley2024-01-313-6/+47
| | | * | | pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2024-01-312-3/+4
| | | * | | pds_core: Cancel AQ work on teardownBrett Creeley2024-01-311-0/+2
| | | * | | pds_core: Prevent health thread from running during reset/removeBrett Creeley2024-01-311-2/+17
| | |/ / /
| | * | | af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-01-313-15/+21
| | * | | Merge branch 'selftests-net-a-couple-of-typos-fixes-in-key-management-rst-tests'Jakub Kicinski2024-01-313-72/+124
| | |\ \ \
| | | * | | selftests/net: Repair RST passive reset selftestDmitry Safonov2024-01-312-52/+98