summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: l2tp_eth: use generic dev->stats fieldsEric Dumazet2023-10-011-22/+12
* net_sched: sch_fq: always garbage collectEric Dumazet2023-10-011-3/+1
* net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet2023-10-011-37/+91
* net_sched: sch_fq: change how @inactive is trackedEric Dumazet2023-10-011-5/+7
* net_sched: sch_fq: struct sched_data reorgEric Dumazet2023-10-011-4/+12
* tcp: derive delack_max from rto_minEric Dumazet2023-10-012-2/+17
* pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen2023-09-281-10/+54
* pktgen: Automate flag enumeration for unknown flag handlingLiang Chen2023-09-281-16/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-2125-192/+266
|\
| * Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-2124-187/+257
| |\
| | * Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni2023-09-212-4/+22
| | |\
| | | * netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik2023-09-201-2/+10
| | | * netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal2023-09-201-2/+8
| | | * netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal2023-09-201-0/+4
| | * | net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan2023-09-201-7/+7
| | |/
| | * net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev2023-09-201-5/+7
| | * net: bridge: use DEV_STATS_INC()Eric Dumazet2023-09-192-4/+4
| | * ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere2023-09-181-8/+8
| | * mptcp: fix dangling connection hang-upPaolo Abeni2023-09-183-44/+65
| | * mptcp: rename timer related helper to less confusing namesPaolo Abeni2023-09-183-23/+23
| | * mptcp: process pending subflow error on closePaolo Abeni2023-09-181-29/+34
| | * mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2023-09-182-36/+36
| | * mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni2023-09-181-2/+3
| | * net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior2023-09-181-1/+1
| | * net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski2023-09-181-2/+2
| | * dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2023-09-182-14/+4
| | * ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-09-181-0/+5
| | * ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-09-171-1/+3
| | * net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-161-3/+3
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-161-0/+2
| | |\
| | | * netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich2023-09-151-0/+2
| | * | Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-09-155-34/+58
| | |\ \
| | | * | netfilter: nf_tables: Fix entries val in rule reset audit logPhil Sutter2023-09-131-6/+10
| | | * | netfilter: conntrack: fix extension size tableFlorian Westphal2023-09-131-2/+2
| | | * | netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso2023-09-111-4/+5
| | | * | netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso2023-09-081-6/+3
| | | * | netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso2023-09-081-1/+1
| | | * | netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso2023-09-084-6/+22
| | | * | netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso2023-09-081-4/+2
| | | * | netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso2023-09-081-5/+13
| | * | | net/core: Fix ETH_P_1588 flow dissectorSasha Neftin2023-09-151-1/+1
| * | | | Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-09-181-5/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-4/+7
| | * | | Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust2023-09-131-1/+1
| | * | | SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust2023-09-131-0/+1
* | | | | vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov2023-09-212-58/+224
* | | | | vsock/virtio: non-linear skb handling for tapArseniy Krasnov2023-09-211-3/+28
* | | | | vsock/virtio: support to send non-linear skbArseniy Krasnov2023-09-211-7/+53
* | | | | vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov2023-09-211-13/+19
* | | | | wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King2023-09-201-1/+1