summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-15Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz
2024-11-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz
2024-11-14Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu
2024-11-14Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu
2024-11-14Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz
2024-11-14Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz
2024-11-14Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu
2024-11-14Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu
2024-11-14Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu
2024-11-14Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu
2024-11-14Bluetooth: Support new quirks for ATS2851Danil Pylaev
2024-11-14Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz
2024-11-14Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-14netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal
2024-11-14netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal
2024-11-14netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal
2024-11-14netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal
2024-11-14netfilter: bpf: Pass string literal as format argument of request_module()Simon Horman
2024-11-14netfilter: nfnetlink: Report extack policy errors for batched opsDonald Hunter
2024-11-14xfrm: replace deprecated strncpy with strscpy_padDaniel Yang
2024-11-14xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-11-13mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)
2024-11-13mptcp: hold pm lock when deleting entryGeliang Tang