summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-23net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov1-69/+19
2023-07-23mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni1-1/+1
2023-07-23mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni1-0/+5
2023-07-23libceph: harden msgr2.1 frame segment length checksIlya Dryomov1-15/+26
2023-07-23net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-07-23net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-07-23net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-07-23xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba1-1/+1
2023-07-23net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-2/+2
2023-07-23ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-07-23udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-07-23icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-23net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-07-23udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2-0/+4
2023-07-23net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-07-23netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal1-13/+7
2023-07-23netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso4-71/+114
2023-07-19netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo1-7/+7
2023-07-19netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo1-4/+7
2023-07-19netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4
2023-07-19ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2-15/+16
2023-07-19wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau1-0/+2
2023-07-19wifi: cfg80211: fix regulatory disconnect for non-MLOJohannes Berg1-1/+1
2023-07-19net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean1-45/+0
2023-07-19net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean1-2/+2
2023-07-19net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-07-19xsk: Honor SO_BINDTODEVICE on bindIlya Maximets1-0/+5
2023-07-19tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-07-19net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean1-3/+6
2023-07-19net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean1-2/+3
2023-07-19Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-10/+5
2023-07-19Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen1-8/+39
2023-07-19Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold1-17/+11
2023-07-19net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean1-9/+29
2023-07-19net/sched: act_ipt: zero skb->cb before calling targetFlorian Westphal1-0/+10
2023-07-19net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal1-0/+33
2023-07-19net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal1-7/+20
2023-07-19sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye1-2/+2
2023-07-19SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2-4/+15
2023-07-19net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean4-29/+64
2023-07-19netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso1-1/+3
2023-07-19netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso1-0/+2
2023-07-19netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1
2023-07-19netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal1-3/+49
2023-07-19net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma6-24/+77
2023-07-19sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet1-34/+25
2023-07-19netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-19netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-07-19bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever1-30/+39