summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-2/+3
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-17/+32
2024-09-15netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter1-2/+2
2024-09-14net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier1-2/+0
2024-09-14Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski1-1/+3
2024-09-14net: fib_rules: Enable DSCP selector usageIdo Schimmel1-1/+2
2024-09-14ipv6: fib_rules: Add DSCP selector supportIdo Schimmel1-3/+40
2024-09-14ipv4: fib_rules: Add DSCP selector supportIdo Schimmel1-4/+50
2024-09-14net: fib_rules: Add DSCP selector attributeIdo Schimmel1-1/+2
2024-09-14net: ethtool: Enhance error messages sent to user spaceDanielle Ratson1-3/+11
2024-09-14ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-09-14net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-09-14net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman1-5/+7
2024-09-14Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-37/+26
2024-09-14xsk: fix batch alloc API on non-coherent systemsMaciej Fijalkowski1-7/+18
2024-09-13memory-provider: disable building dmabuf mp on !CONFIG_PAGE_POOLMina Almasry1-0/+1
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka1-1/+1
2024-09-13net: caif: remove unused nameJakub Kicinski1-2/+0
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-10/+15
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+64
2024-09-12net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi2-1/+7
2024-09-12Merge tag 'nf-24-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-6/+42
2024-09-12can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-09-12netdev: add dmabuf introspectionMina Almasry2-0/+12
2024-09-12net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+68
2024-09-12tcp: RX path for devmem TCPMina Almasry4-5/+292
2024-09-12net: add support for skbs with unreadable fragsMina Almasry7-8/+70
2024-09-12net: support non paged skb fragsMina Almasry6-4/+22
2024-09-12memory-provider: dmabuf devmem memory providerMina Almasry6-27/+240
2024-09-12page_pool: devmem supportMina Almasry5-24/+88
2024-09-12netdev: netdevice devmem allocatorMina Almasry2-0/+75
2024-09-12netdev: support binding dma-buf to netdeviceMina Almasry10-5/+574
2024-09-12net: netdev netlink api to bind dma-buf to a net deviceMina Almasry3-0/+27
2024-09-12netdev: add netdev_rx_queue_restart()Mina Almasry2-0/+75
2024-09-12net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier1-1/+1
2024-09-12mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
2024-09-12mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)6-8/+140
2024-09-12mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)4-0/+23
2024-09-12mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)2-7/+8
2024-09-12net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-12net: hsr: Remove interlink_sequence_nr.Eric Dumazet2-2/+0
2024-09-12net: hsr: Use the seqnr lock for frames received via interlink port.Sebastian Andrzej Siewior1-1/+10
2024-09-12netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal1-3/+38
2024-09-12netfilter: nft_socket: fix sk refcount leaksFlorian Westphal1-3/+4
2024-09-11Merge tag 'wireless-next-2024-09-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski20-133/+417
2024-09-11sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-09-11bpf: Allow bpf_dynptr_from_skb() for tp_btfPhilo Lu1-1/+2