summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-14tcp: fix tcp_min_tso_segs sysctlEric Dumazet
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel
2023-06-14batman-adv: Broken sync while rescheduling delayed workVladislav Efanov
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima
2023-06-14netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu
2023-06-14net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-06-09atm: hide unused procfs functionsArnd Bergmann
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-06-09netrom: fix info-leak in nr_write_internal()Eric Dumazet
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li
2023-05-30ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-05-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2023-05-30net/sched: act_mirred: refactor the handle of xmitwenxu
2023-05-30can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-30can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-30bridge: always declare tunnel functionsArnd Bergmann
2023-05-30netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal
2023-05-30vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet
2023-05-30wifi: mac80211: fix min center freq offset tracingJohannes Berg
2023-05-30tipc: check the bearer min mtu properly when setting it by netlinkXin Long
2023-05-30tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long
2023-05-30tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long