summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-07-20llc: Check netns in llc_dgram_match().Kuniyuki Iwashima
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong
2023-07-19net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-07-19net: ipv4: Use kfree_sensitive instead of kfreeWang Ming
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-07-18Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-07-17can: bcm: Fix UAF in bcm_proc_show()YueHaibing
2023-07-17can: raw: fix receiver memory leakZiyang Xuan
2023-07-17net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-17net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-17net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira
2023-07-17net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira
2023-07-17net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira
2023-07-14Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
2023-07-14bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima
2023-07-13libceph: harden msgr2.1 frame segment length checksIlya Dryomov
2023-07-13net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-07-13net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela
2023-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-12wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-11xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-07-08net: prevent skb corruption on frag list segmentationPaolo Abeni
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou
2023-07-06net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-07-06netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-05netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal
2023-07-05netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-07-05netfilter: conntrack: gre: don't set assured flag for clash entriesFlorian Westphal
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-05mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni
2023-07-05mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni
2023-07-04net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean
2023-07-04net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2023-07-04net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-07-04xsk: Honor SO_BINDTODEVICE on bindIlya Maximets
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet