summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-202-4/+5
| * | | | tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-201-2/+2
| |/ / /
| * | | Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima2023-07-201-3/+0
| * | | llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-07-201-3/+0
| * | | llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima2023-07-203-21/+32
| * | | llc: Check netns in llc_dgram_match().Kuniyuki Iwashima2023-07-201-7/+11
| |/ /
| * | Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-192-19/+6
| * | ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
| * | ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
| * | net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-191-1/+2
| * | net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-191-1/+1
| * | tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-184-6/+9
| * | tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-184-5/+6
| * | Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-07-182-39/+30
| |\ \
| | * | can: bcm: Fix UAF in bcm_proc_show()YueHaibing2023-07-171-6/+6
| | * | can: raw: fix receiver memory leakZiyang Xuan2023-07-171-33/+24
| * | | net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * | | net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * | | net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira2023-07-171-0/+7
| * | | net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira2023-07-171-11/+30
| * | | net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira2023-07-171-23/+12
| |/ /
| * | gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-142-7/+12
| * | bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima2023-07-141-0/+3
* | | Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-141-15/+26
|\ \ \ | |/ / |/| |
| * | libceph: harden msgr2.1 frame segment length checksIlya Dryomov2023-07-131-15/+26
| |/
* | net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-07-131-1/+6
* | net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela2023-07-131-2/+9
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-121-1/+1
|\ \
| * | xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba2023-07-111-1/+1
| |/
* | wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau2023-07-121-0/+2
* | net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel2023-07-121-0/+10
* | net: sched: Replace strlcpy with strscpyAzeem Shaikh2023-07-101-1/+1
* | ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-07-091-2/+1
* | udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-081-1/+1
* | icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima2023-07-081-1/+4
* | net: prevent skb corruption on frag list segmentationPaolo Abeni2023-07-081-0/+5
* | udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-072-0/+4
* | net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan2023-07-061-5/+5
* | Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-07-068-96/+148
|\ \ | |/ |/|
| * netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo2023-07-061-7/+7
| * netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo2023-07-051-4/+7
| * netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal2023-07-051-13/+7
| * netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest2023-07-051-0/+4
| * netfilter: conntrack: gre: don't set assured flag for clash entriesFlorian Westphal2023-07-051-1/+9
| * netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-07-054-71/+114
* | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-0515-135/+230
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-051-0/+5
| |\ \ | | |/ | |/|
| | * xsk: Honor SO_BINDTODEVICE on bindIlya Maximets2023-07-041-0/+5
| * | mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni2023-07-051-0/+5
| * | mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni2023-07-051-1/+1