summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5 days3-7/+24
|\
| * svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin13 days1-5/+14
| * SUNRPC: make sure cache entry active before cache_showYang Erkun13 days1-1/+3
| * svcrdma: Address an integer overflowChuck Lever2024-11-111-1/+7
* | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds10 days280-5284/+7724
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni12 days5-13/+13
| |\ \
| | * | bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen13 days1-2/+2
| | * | netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao13 days1-1/+1
| | * | xsk: Free skb when TX metadata options are invalidFelix Maurer2024-11-151-5/+6
| | * | Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-11-151-5/+2
| | |\ \
| | | * | netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park2024-11-141-5/+2
| | * | | netdev-genl: Hold rcu_read_lock in napi_getJoe Damato2024-11-151-0/+2
| * | | | net: ip: fix unexpected return in fib_validate_source()Menglong Dong13 days1-1/+1
| * | | | Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook13 days3-16/+12
| * | | | mptcp: pm: avoid code duplication to lookup endpGeliang Tang13 days1-14/+6
| * | | | mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)13 days1-6/+7
| * | | | net/neighbor: clear error in case strict check is not setJakub Kicinski13 days1-0/+1
| * | | | ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu13 days2-3/+101
| * | | | ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu13 days2-4/+195
| * | | | net/udp: Add 4-tuple hash list basisPhilo Lu13 days1-2/+4
| * | | | net/udp: Add a new struct for hash2 slotPhilo Lu13 days2-30/+29
| * | | | Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller13 days9-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