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