summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-2814-81/+212
|\
| * ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni2024-11-282-2/+2
| * ipmr: fix tables suspicious RCU usagePaolo Abeni2024-11-281-13/+29
| * ip6mr: fix tables suspicious RCU usagePaolo Abeni2024-11-281-11/+27
| * ipmr: add debug check for mr table cleanupPaolo Abeni2024-11-282-0/+28
| * net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski2024-11-281-0/+6
| * tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima2024-11-281-1/+1
| * Merge tag 'for-net-2024-11-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2024-11-282-12/+28
| |\
| | * Bluetooth: SCO: remove the redundant sco_conn_putEdward Adam Davis2024-11-261-1/+1
| | * Bluetooth: MGMT: Fix possible deadlocksLuiz Augusto von Dentz2024-11-261-9/+18
| | * Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_syncLuiz Augusto von Dentz2024-11-261-2/+9
| * | rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-11-281-3/+4
| * | llc: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-11-281-1/+1
| |/
| * net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet2024-11-261-2/+2
| * net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu2024-11-261-12/+29
| * s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond2024-11-261-9/+17
| * net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman2024-11-261-3/+19
| * netlink: fix false positive warning in extack during dumpsJakub Kicinski2024-11-251-10/+11
| * rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet2024-11-251-4/+10
* | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-11-263-7/+24
|\ \ | |/ |/|
| * svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin2024-11-191-5/+14
| * SUNRPC: make sure cache entry active before cache_showYang Erkun2024-11-191-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 Torvalds2024-11-21280-5284/+7724
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-195-13/+13
| |\ \
| | * | bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen2024-11-191-2/+2
| | * | netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao2024-11-191-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 Dong2024-11-191-1/+1
| * | | | Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook2024-11-193-16/+12
| * | | | 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