summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-04netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso
2024-12-04netfilter: ipset: Hold module reference while requesting a modulePhil Sutter
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera
2024-12-03net: Make napi_hash_lock irq safeJoe Damato
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima
2024-12-03dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-02Merge tag 'linux-can-fixes-for-6.13-20241202' of git://git.kernel.org/pub/scm...Jakub Kicinski
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen
2024-11-30net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet
2024-11-30net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-28sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian
2024-11-28SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington
2024-11-28sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso
2024-11-28netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov
2024-11-28ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni
2024-11-28net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima
2024-11-28Merge tag 'for-net-2024-11-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-11-28rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-11-28llc: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds