summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-1/+1
|\
| * file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-156-17/+32
|\ \
| * | netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter2024-09-151-2/+2
| * | Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-09-141-1/+3
| |\ \
| | * | can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima2024-09-121-1/+3
| * | | ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet2024-09-141-1/+1
| * | | net: tipc: avoid possible garbage valueSu Hui2024-09-141-1/+1
| * | | net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman2024-09-141-5/+7
| * | | xsk: fix batch alloc API on non-coherent systemsMaciej Fijalkowski2024-09-141-7/+18
* | | | net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier2024-09-141-2/+0
* | | | net: fib_rules: Enable DSCP selector usageIdo Schimmel2024-09-141-1/+2
* | | | ipv6: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-141-3/+40
* | | | ipv4: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-141-4/+50
* | | | net: fib_rules: Add DSCP selector attributeIdo Schimmel2024-09-141-1/+2
* | | | net: ethtool: Enhance error messages sent to user spaceDanielle Ratson2024-09-141-3/+11
* | | | Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-09-146-37/+26
|\ \ \ \
| * | | | Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz2024-09-101-1/+4
| * | | | Bluetooth: CMTP: Mark BT_CMTP as DEPRECATEDLuiz Augusto von Dentz2024-09-101-2/+2
| * | | | Bluetooth: replace deprecated strncpy with strscpy_padJustin Stitt2024-09-101-24/+8
| * | | | Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2024-09-102-8/+11
| * | | | Bluetooth: Use led_set_brightness() in LED trigger activate() callbackHans de Goede2024-09-101-1/+1
| * | | | Bluetooth: hci_conn: Remove redundant memset after kzallocKuan-Wei Chiu2024-09-101-1/+0
* | | | | memory-provider: disable building dmabuf mp on !CONFIG_PAGE_POOLMina Almasry2024-09-131-0/+1
* | | | | net: caif: remove unused nameJakub Kicinski2024-09-131-2/+0
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-09-136-10/+15
|\ \ \ \ \
| * | | | | sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet2024-09-111-0/+1
| * | | | | bpf: Allow bpf_dynptr_from_skb() for tp_btfPhilo Lu2024-09-111-1/+2
| * | | | | xsk: Bump xsk_queue::queue_empty_descs in xp_can_alloc()Maciej Fijalkowski2024-09-052-6/+9
| * | | | | tcp_bpf: Remove an unused parameter for bpf_tcp_ingress()Yaxin Chen2024-09-021-2/+2
| * | | | | bpf, sockmap: Correct spelling skmsg.cSimon Horman2024-09-021-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-136-13/+64
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi2024-09-122-1/+7
| * | | | | Merge tag 'nf-24-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-09-121-6/+42
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal2024-09-121-3/+38
| | * | | | netfilter: nft_socket: fix sk refcount leaksFlorian Westphal2024-09-121-3/+4
| * | | | | mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis2024-09-121-4/+9
| * | | | | net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park2024-09-121-0/+4
| * | | | | fou: fix initialization of grcMuhammad Usama Anjum2024-09-101-2/+2
| * | | | | net: hsr: remove seqnr_lockEric Dumazet2024-09-094-33/+14
| |/ / / /
* | | | | netdev: add dmabuf introspectionMina Almasry2024-09-122-0/+12
* | | | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-121-0/+68
* | | | | tcp: RX path for devmem TCPMina Almasry2024-09-124-5/+292
* | | | | net: add support for skbs with unreadable fragsMina Almasry2024-09-127-8/+70
* | | | | net: support non paged skb fragsMina Almasry2024-09-126-4/+22
* | | | | memory-provider: dmabuf devmem memory providerMina Almasry2024-09-126-27/+240
* | | | | page_pool: devmem supportMina Almasry2024-09-125-24/+88
* | | | | netdev: netdevice devmem allocatorMina Almasry2024-09-122-0/+75
* | | | | netdev: support binding dma-buf to netdeviceMina Almasry2024-09-1210-5/+574
* | | | | net: netdev netlink api to bind dma-buf to a net deviceMina Almasry2024-09-123-0/+27