summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mptcp: pm: avoid code duplication to lookup endpGeliang Tang2024-11-191-14/+6
| * | | | | mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)2024-11-191-6/+7
| * | | | | net/neighbor: clear error in case strict check is not setJakub Kicinski2024-11-191-0/+1
| * | | | | ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-182-3/+101
| * | | | | ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-182-4/+195
| * | | | | net/udp: Add 4-tuple hash list basisPhilo Lu2024-11-181-2/+4
| * | | | | net/udp: Add a new struct for hash2 slotPhilo Lu2024-11-182-30/+29
| * | | | | Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-11-189-37/+267
| |\ \ \ \ \
| | * | | | | xfrm: Fix acquire state insertion.Steffen Klassert2024-11-151-0/+1
| | * | | | | xfrm: replace deprecated strncpy with strscpy_padDaniel Yang2024-11-141-1/+1
| | * | | | | xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C2024-11-141-1/+4
| | * | | | | xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault2024-11-062-2/+3
| | * | | | | xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault2024-11-061-5/+4
| | * | | | | xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault2024-11-061-3/+4
| | * | | | | xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault2024-11-061-3/+3
| | * | | | | xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert2024-10-291-0/+14
| | * | | | | xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-294-7/+64
| | * | | | | xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert2024-10-292-0/+67
| | * | | | | xfrm: Add support for per cpu xfrm state handling.Steffen Klassert2024-10-294-20/+107
| * | | | | | ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-163-11/+17
| * | | | | | ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-163-9/+14
| * | | | | | net: netpoll: flush skb pool during cleanupBreno Leitao2024-11-161-1/+13
| * | | | | | net: netpoll: Individualize the skb poolBreno Leitao2024-11-161-18/+13
| * | | | | | net/netlink: Correct the comment on netlink message max capDmitry Safonov2024-11-161-2/+2
| * | | | | | netdev-genl: Hold rcu_read_lock in napi_setJoe Damato2024-11-151-0/+2
| * | | | | | Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-11-159-137/+480
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz2024-11-141-0/+60
| | * | | | | | Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov2024-11-141-11/+4
| | * | | | | | Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz2024-11-141-2/+0
| | * | | | | | Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu2024-11-142-1/+25
| | * | | | | | Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu2024-11-141-18/+10
| | * | | | | | Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz2024-11-141-17/+71
| | * | | | | | Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz2024-11-141-28/+71
| | * | | | | | Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu2024-11-142-1/+1
| | * | | | | | Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu2024-11-143-16/+95
| | * | | | | | Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu2024-11-141-2/+17
| | * | | | | | Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2024-11-142-39/+103
| | * | | | | | Bluetooth: Support new quirks for ATS2851Danil Pylaev2024-11-142-1/+15
| | * | | | | | Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura2024-11-141-4/+6
| | * | | | | | Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz2024-11-141-4/+9
| | * | | | | | Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz2024-11-141-4/+9
| | * | | | | | Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz2024-11-141-3/+3
| | * | | | | | Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring2024-11-141-10/+3
| * | | | | | | Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-11-159-112/+456
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden2024-11-151-11/+123
| | * | | | | | | netfilter: bitwise: rename some boolean operation functionsJeremy Sowden2024-11-151-17/+17
| | * | | | | | | netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault2024-11-151-1/+1
| | * | | | | | | netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault2024-11-151-1/+2
| | * | | | | | | netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault2024-11-151-1/+1
| | * | | | | | | netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault2024-11-151-2/+2