summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-174/+148
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+0
2024-11-18libceph: Remove unused ceph_crypto_key_encodeDr. David Alan Gilbert-13/+0
2024-11-18libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert-34/+0
2024-11-18libceph: Remove unused pagevec functionsDr. David Alan Gilbert-52/+0
2024-11-18libceph: Remove unused ceph_pagelist functionsDr. David Alan Gilbert-38/+0
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu-3/+101
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu-4/+195
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu-30/+29
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-37/+267
2024-11-16net/9p/usbg: fix handling of the failed kzalloc() memory allocationMirsad Todorovac-2/+2
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata-11/+17
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata-9/+14
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao-1/+13
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao-18/+13
2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov-2/+2
2024-11-15xsk: Free skb when TX metadata options are invalidFelix Maurer-5/+6
2024-11-15Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-5/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato-0/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato-0/+2
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-137/+480
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-112/+456
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden-11/+123
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden-17/+17
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault-1/+1
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault-1/+2
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault-1/+1
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault-2/+2
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault-1/+1
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert-0/+1
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree-12/+30
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree-0/+5
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-37/+51
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz-0/+60
2024-11-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov-11/+4
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz-2/+0
2024-11-14Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu-1/+25
2024-11-14Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu-18/+10
2024-11-14Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz-17/+71
2024-11-14Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz-28/+71
2024-11-14Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu-1/+1
2024-11-14Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu-16/+95
2024-11-14Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu-2/+17
2024-11-14Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu-39/+103
2024-11-14Bluetooth: Support new quirks for ATS2851Danil Pylaev-1/+15
2024-11-14Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura-4/+6
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz-4/+9