summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add helper macros with module namesMichal Koutný2024-02-023-0/+6
* Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...David S. Miller2024-02-024-10/+10
|\
| * batman-adv: Drop usage of export.hSven Eckelmann2024-01-271-1/+0
| * batman-adv: Improve exception handling in batadv_throw_uevent()Markus Elfring2024-01-271-6/+8
| * batman-adv: Return directly after a failed batadv_dat_select_candidates() in ...Markus Elfring2024-01-271-2/+1
| * batman-adv: Start new development cycleSimon Wunderlich2024-01-271-1/+1
* | net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan2024-02-021-6/+2
* | dt-bindings: net: ti: Update maintainers listRavi Gunasekaran2024-02-023-6/+9
* | sctp: Simplify the allocation of slab cachesKunwu Chan2024-02-021-8/+2
* | Merge branch 'octeontx2-af-dynamically-allocate-BPIDs'David S. Miller2024-02-027-52/+181
|\ \
| * | octeontx2-af: Cleanup loopback device checksGeetha sowjanya2024-02-025-19/+33
| * | octeontx2-af: Create BPIDs free poolGeetha sowjanya2024-02-025-34/+149
|/ /
* | selftests: openvswitch: Test ICMP related matches work with SNATBrad Cowie2024-02-021-0/+62
* | net: phy: dp83867: Add support for active-low LEDsAlexander Stein2024-02-021-0/+22
* | Merge branch 'net-ipq4019-rate'David S. Miller2024-02-022-6/+118
|\ \
| * | net: mdio: ipq4019: add support for clock-frequency propertyChristian Marangi2024-02-021-6/+103
| * | dt-bindings: net: ipq4019-mdio: document now supported clock-frequencyChristian Marangi2024-02-021-0/+15
|/ /
* | Merge branch 'net-ipa-simplify-tx-power-handling'Jakub Kicinski2024-02-023-124/+61
|\ \
| * | net: ipa: kill ipa_power_modem_queue_wake()Alex Elder2024-02-023-20/+1
| * | net: ipa: kill ipa_power_modem_queue_active()Alex Elder2024-02-023-23/+6
| * | net: ipa: kill ipa_power_modem_queue_stop()Alex Elder2024-02-023-18/+6
| * | net: ipa: kill the IPA power STOPPED flagAlex Elder2024-02-021-35/+5
| * | net: ipa: kill the STARTED IPA power flagAlex Elder2024-02-021-33/+14
| * | net: ipa: begin simplifying TX queue stopAlex Elder2024-02-022-31/+54
| * | net: ipa: stash modem TX and RX endpointsAlex Elder2024-02-021-19/+30
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-02413-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