summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-11netdev: add dmabuf introspectionMina Almasry2-0/+12
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+68
2024-09-11tcp: RX path for devmem TCPMina Almasry4-5/+292
2024-09-11net: add support for skbs with unreadable fragsMina Almasry7-8/+70
2024-09-11net: support non paged skb fragsMina Almasry6-4/+22
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry6-27/+240
2024-09-11page_pool: devmem supportMina Almasry5-24/+88
2024-09-11netdev: netdevice devmem allocatorMina Almasry2-0/+75
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry10-5/+574
2024-09-11net: netdev netlink api to bind dma-buf to a net deviceMina Almasry3-0/+27
2024-09-11netdev: add netdev_rx_queue_restart()Mina Almasry2-0/+75
2024-09-11net: ethtool: phy: Check the req_info.pdn field for GET commandsMaxime Chevallier1-1/+1
2024-09-11mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)6-8/+140
2024-09-11mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)4-0/+23
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)2-7/+8
2024-09-11net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-11net: hsr: Remove interlink_sequence_nr.Eric Dumazet2-2/+0
2024-09-11net: 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
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-127/+136
2024-09-10sch_cake: constify inverse square root cacheDave Taht1-35/+18
2024-09-10net: dsa: microchip: update tag_ksz masks for KSZ9477 familyPieter Van Trappen1-2/+3
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing3-4/+16
2024-09-10Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz1-1/+4
2024-09-10Bluetooth: CMTP: Mark BT_CMTP as DEPRECATEDLuiz Augusto von Dentz1-2/+2
2024-09-10Bluetooth: replace deprecated strncpy with strscpy_padJustin Stitt1-24/+8
2024-09-10Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2-8/+11
2024-09-10Bluetooth: Use led_set_brightness() in LED trigger activate() callbackHans de Goede1-1/+1
2024-09-10Bluetooth: hci_conn: Remove redundant memset after kzallocKuan-Wei Chiu1-1/+0
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner87-725/+1360
2024-09-10net/smc: add sysctl for smc_limit_hsD. Wythe2-3/+11
2024-09-10Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka1-1/+1
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt1-2/+3
2024-09-09fou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima1-2/+7
2024-09-09af_unix: Move spin_lock() in manage_oob().Kuniyuki Iwashima1-8/+7
2024-09-09af_unix: Rename unlinked_skb in manage_oob().Kuniyuki Iwashima1-6/+6
2024-09-09af_unix: Remove single nest in manage_oob().Kuniyuki Iwashima1-22/+23
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-7/+0
2024-09-09xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor1-0/+2
2024-09-09xfrm: policy: fix null dereferenceFlorian Westphal1-2/+2
2024-09-09sctp: Unmask upper DSCP bits in sctp_v4_get_dst()Ido Schimmel1-1/+2
2024-09-09ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()Ido Schimmel1-1/+2
2024-09-09netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()Ido Schimmel1-1/+2
2024-09-09netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()Ido Schimmel1-1/+2