summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean2023-07-041-45/+0
| * | net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean2023-07-041-2/+2
| * | net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma2023-07-041-0/+1
| |/
| * tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-031-3/+9
| * net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean2023-07-031-3/+6
| * net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean2023-07-031-2/+3
| * Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
| * Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-06-291-3/+1
| * Bluetooth: hci_sysfs: make bt_class a static const structureIvan Orlov2023-06-291-7/+7
| * Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-292-4/+4
| * Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-10/+5
| * Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen2023-06-291-1/+2
| * Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-06-291-8/+39
| * Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-06-291-0/+2
| * Bluetooth: fix use-bdaddr-property quirkJohan Hovold2023-06-291-5/+3
| * Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold2023-06-291-17/+11
| * Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-06-291-0/+5
| * net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean2023-06-291-9/+29
| * net/sched: act_ipt: zero skb->cb before calling targetFlorian Westphal2023-06-291-0/+10
| * net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal2023-06-291-0/+33
| * net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal2023-06-291-7/+20
| * sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-06-291-2/+2
* | Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-07-033-9/+4
|\ \