summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-09-19net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-09-19net: hns3: fix GRE checksum offload issueJie Wang1-0/+9
2023-09-19net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang8-110/+120
2023-09-18Merge branch 'ax25-project-links'David S. Miller3-13/+13
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere1-8/+8
2023-09-18MAINTAINERS: Update link for linux-ax25.orgPeter Lafreniere1-3/+3
2023-09-18Documentation: netdev: fix dead link in ax25.rstPeter Lafreniere1-2/+2
2023-09-18Merge branch 'mptcp-stalled-connections-fix'David S. Miller4-103/+130
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni3-44/+65
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni3-23/+23
2023-09-18mptcp: process pending subflow error on closePaolo Abeni1-29/+34
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2-36/+36
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni1-2/+3
2023-09-18Merge branch 'tsnep-napi-fixes'David S. Miller2-8/+16
2023-09-18tsnep: Fix NAPI polling with budget 0Gerhard Engleder1-0/+4
2023-09-18tsnep: Fix ethtool channelsGerhard Engleder1-4/+2
2023-09-18tsnep: Fix NAPI schedulingGerhard Engleder1-4/+10
2023-09-18Merge branch 'hsr-supervisor-frames'David S. Miller3-126/+146
2023-09-18selftests: hsr: Extend the testsuite to also cover HSRv1.Sebastian Andrzej Siewior1-6/+17
2023-09-18selftests: hsr: Reorder the testsuite.Sebastian Andrzej Siewior1-123/+132
2023-09-18selftests: hsr: Use `let' properly.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller4-14/+15
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet1-0/+4
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-16igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes1-1/+1
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-3/+3
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen2-3/+8
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller21-36/+450
2023-09-15bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers1-1/+1
2023-09-15bpf: Fix BTF_ID symbol generation collisionJiri Olsa1-1/+1
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa1-1/+3
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao1-0/+7
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich1-0/+2
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+5
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros3-8/+6
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller11-38/+338
2023-09-15octeon_ep: fix tx dma unmap len values in SGShinas Rasheed3-9/+23
2023-09-15net: thunderbolt: Fix TCPv6 GSO checksum calculationMika Westerberg1-2/+1
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin1-1/+1
2023-09-15net: ti: icssg-prueth: add PTP dependencyArnd Bergmann1-0/+1
2023-09-15selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca1-4/+4
2023-09-15Merge branch 'sparx5-leaks'David S. Miller1-5/+54