summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45Willem de Bruijn2023-11-131-9/+5
* net: mdio: fix typo in headerMarek Behún2023-11-131-1/+1
* MAINTAINERS: add entry for TI ICSSG Ethernet driverMD Danish Anwar2023-11-131-0/+9
* Merge branch 'hns3-fixes'David S. Miller2023-11-136-15/+62
|\
| * net: hns3: fix VF wrong speed and duplex issueJijie Shao2023-11-131-0/+4
| * net: hns3: fix VF reset fail issueJijie Shao2023-11-132-1/+14
| * net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu2023-11-131-1/+1
| * net: hns3: fix out-of-bounds access may occur when coalesce info is read via ...Yonglong Liu2023-11-131-3/+6
| * net: hns3: fix incorrect capability bit display for copper portJian Shen2023-11-131-0/+1
| * net: hns3: add barrier in vf mailbox reply processYonglong Liu2023-11-131-0/+7
| * net: hns3: fix add VLAN fail issueJian Shen2023-11-132-10/+29
|/
* net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_regionJan Kiszka2023-11-111-1/+3
* net: ti: icssg-prueth: Add missing icss_iep_put to error pathJan Kiszka2023-11-111-4/+7
* tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida2023-11-101-1/+1
* ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet2023-11-101-16/+25
* MAINTAINERS: net: Update reviewers for TI's Ethernet driversRavi Gunasekaran2023-11-101-1/+3
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-101-1/+1
* ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira2023-11-101-0/+2
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-09178-432/+1240
|\
| * net: ti: icss-iep: fix setting counter valueDiogo Ivo2023-11-091-1/+1
| * ptp: fix corrupted list in ptp_openEdward Adam Davis2023-11-083-11/+19
| * ptp: ptp_read should not release queueEdward Adam Davis2023-11-081-2/+0
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-11-082-41/+91
| |\
| | * ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik2023-11-061-1/+23
| | * ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul2023-11-061-28/+62
| | * ice: lag: in RCU, use atomic allocationMichal Schmidt2023-11-061-3/+3
| | * ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman2023-11-061-9/+3
| * | net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet2023-11-081-8/+2
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-11-082-5/+6
| |\ \
| | * | i40e: Fix devlink port unregisteringIvan Vecera2023-11-061-4/+6
| | * | i40e: Do not call devlink_port_type_clear()Ivan Vecera2023-11-061-1/+0
| | |/
| * | net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski2023-11-081-0/+1
| * | Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-11-0840-7/+82
| |\ \
| | * | netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-081-1/+26
| | * | netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-081-1/+1
| | * | ipvs: add missing module descriptionsFlorian Westphal2023-11-0816-0/+16
| | * | netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso2023-11-081-5/+17
| | * | netfilter: add missing module descriptionsFlorian Westphal2023-11-0822-0/+22
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-0830-130/+341
| |\ \ \
| | * \ \ Merge branch 'Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_...Martin KaFai Lau2023-11-073-14/+6
| | |\ \ \
| | | * | | selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou2023-11-071-12/+4
| | | * | | bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
| | |/ / /
| | * | | selftests/bpf: Fix broken build where char is unsignedBjörn Töpel2023-11-021-1/+1
| | * | | Merge branch 'bpf-fix-precision-tracking-for-bpf_alu-bpf_to_be-bpf_end'Alexei Starovoitov2023-11-013-1/+101
| | |\ \ \
| | | * | | selftests/bpf: precision tracking test for BPF_NEG and BPF_ENDShung-Hsi Yu2023-11-012-0/+95
| | | * | | bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
| | |/ / /
| | * | | Merge branch 'relax-allowlist-for-open-coded-css_task-iter'Alexei Starovoitov2023-11-015-6/+111
| | |\ \ \
| | | * | | selftests/bpf: Add test for using css_task iter in sleepable progsChuyi Zhou2023-11-012-0/+20
| | | * | | selftests/bpf: Add tests for css_task iter combining with cgroup iterChuyi Zhou2023-11-012-0/+77
| | | * | | bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-012-6/+14
| | |/ / /