summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-074-38/+50
|\
| * tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang2024-11-261-7/+4
| * xsk: always clear DMA mapping information when unmapping the poolLarysa Zaremba2024-11-251-3/+2
| * xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski2024-11-251-1/+1
| * bpf, vsock: Invoke proto::close on close()Michal Luczaj2024-11-251-27/+40
| * bpf, vsock: Fix poll() missing a queueMichal Luczaj2024-11-251-0/+3
* | Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-0528-94/+222
|\ \
| * | net: avoid potential UAF in default_operstate()Eric Dumazet2024-12-051-1/+6
| * | Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-056-17/+71
| |\ \
| | * | netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso2024-12-041-0/+16
| | * | netfilter: ipset: Hold module reference while requesting a modulePhil Sutter2024-12-041-0/+5
| | * | netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso2024-12-031-12/+45
| | * | netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso2024-11-281-1/+1
| | * | netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov2024-11-281-1/+3
| | * | ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia2024-11-281-3/+1
| * | | ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent2024-12-051-4/+44
| * | | ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2024-12-052-2/+2
| * | | net: sched: fix ordering of qlen adjustmentLion Ackermann2024-12-042-2/+2
| * | | net: sched: fix erspan_opt settings in cls_flowerXin Long2024-12-041-2/+3
| * | | ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman2024-12-041-1/+2
| * | | Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera2024-12-041-11/+3
| * | | net: Make napi_hash_lock irq safeJoe Damato2024-12-041-6/+12
| * | | net: hsr: must allocate more bytes for RedBox supportEric Dumazet2024-12-031-6/+13
| * | | rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang2024-12-031-21/+23
| * | | net/smc: fix LGR and link use-after-free issueWen Gu2024-12-031-0/+2
| * | | net/smc: initialize close_work early to avoid warningWen Gu2024-12-031-3/+1
| * | | tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima2024-12-031-1/+1
| * | | dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov2024-12-031-1/+5
| * | | net/ipv6: release expired exception dst cached in socketJiri Wiesner2024-12-031-3/+3
| * | | Merge tag 'linux-can-fixes-for-6.13-20241202' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-12-031-1/+1
| |\ \ \
| | * | | can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov2024-12-021-1/+1
| * | | | ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet2024-12-011-6/+7
| * | | | net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen2024-11-301-0/+3
| * | | | net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet2024-11-301-0/+2
| * | | | net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens2024-11-301-6/+12
| * | | | tcp: populate XPS related fields of timewait socketsEric Dumazet2024-11-301-0/+4
* | | | | 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