summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur2024-01-221-0/+11
* Merge branch 'dpll-fixes'David S. Miller2024-01-223-29/+100
|\
| * dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski2024-01-221-6/+0
| * dpll: fix userspace availability of pinsArkadiusz Kubalewski2024-01-221-2/+27
| * dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski2024-01-223-18/+69
| * dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski2024-01-221-3/+4
|/
* Merge branch 'tun-fixes'David S. Miller2024-01-221-2/+8
|\
| * tun: add missing rx stats accounting in tun_xdp_actYunjian Wang2024-01-221-0/+2
| * tun: fix missing dropped counter in tun_xdp_actYunjian Wang2024-01-221-2/+6
|/
* net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-222-0/+12
* idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* udp: fix busy pollingEric Dumazet2024-01-214-14/+26
* llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-192-11/+2
* llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-01-191-8/+16
* vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma2024-01-191-0/+4
* Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2024-01-195-19/+42
|\
| * bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan2024-01-195-11/+17
| * bnxt_en: Prevent kernel warning when running offline self testMichael Chan2024-01-191-0/+3
| * bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan2024-01-192-6/+14
| * bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan2024-01-191-2/+3
| * bnxt_en: Wait for FLR to complete during probeMichael Chan2024-01-191-0/+5
|/
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-194-3/+15
* selftests: bonding: Increase timeout to 1200sBenjamin Poirier2024-01-191-1/+1
* net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1890-235/+1366
|\
| * Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-1814-63/+125
| |\
| | * ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2
| | * netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso2024-01-171-1/+5
| | * netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso2024-01-171-1/+1
| | * netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso2024-01-171-1/+5
| | * netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso2024-01-171-1/+1
| | * netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-176-21/+61
| | * netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-177-15/+16
| | * netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov2024-01-171-3/+1
| | * netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov2024-01-171-4/+4
| | * netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso2024-01-171-7/+12
| | * netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso2024-01-171-8/+7
| | * netfilter: nf_tables: validate .maxattr at expression registrationPablo Neira Ayuso2024-01-171-0/+3
| | * netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso2024-01-171-1/+9
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-1812-51/+806
| |\ \
| | * \ Merge branch 'tighten-up-arg-ctx-type-enforcement'Alexei Starovoitov2024-01-175-39/+513
| | |\ \
| | | * | libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko2024-01-171-9/+66
| | | * | selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko2024-01-171-3/+161
| | | * | bpf: enforce types for __arg_ctx-tagged arguments in global subprogsAndrii Nakryiko2024-01-171-0/+160
| | | * | bpf: extract bpf_ctx_convert_map logic and make it more reusableAndrii Nakryiko2024-01-172-27/+46
| | | * | libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-172-0/+80
| | |/ /
| | * | selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun2024-01-161-0/+19
| | * | bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun2024-01-161-0/+4
| | * | Merge branch 'bpf-fix-backward-progress-bug-in-bpf_iter_udp'Alexei Starovoitov2024-01-135-12/+270
| | |\ \
| | | * | selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau2024-01-134-0/+260