summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-027-7/+7
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds2024-11-303-7/+10
|\
| * net/9p/usbg: allow building as standalone moduleDominique Martinet2024-11-221-2/+2
| * 9p/xen: fix release of IRQAlex Zenla2024-11-221-1/+1
| * 9p/xen: fix init sequenceAlex Zenla2024-11-211-2/+5
| * net/9p/usbg: fix handling of the failed kzalloc() memory allocationMirsad Todorovac2024-11-161-2/+2
* | Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-11-305-137/+0
|\ \
| * | libceph: Remove unused ceph_crypto_key_encodeDr. David Alan Gilbert2024-11-182-13/+0
| * | libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert2024-11-181-34/+0
| * | libceph: Remove unused pagevec functionsDr. David Alan Gilbert2024-11-181-52/+0
| * | libceph: Remove unused ceph_pagelist functionsDr. David Alan Gilbert2024-11-181-38/+0
* | | Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-11-302-5/+17
|\ \ \
| * | | sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian2024-11-282-0/+11
| * | | SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington2024-11-281-5/+4
| * | | sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian2024-11-281-0/+1
| * | | SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington2024-11-081-0/+1
* | | | 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