summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2024-01-10net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2024-01-10net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov
2024-01-10netfilter: flowtable: allow unidirectional rulesVlad Buslov
2024-01-10net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2024-01-10ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2024-01-10udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2024-01-10udp: introduce udp->udp_flagsEric Dumazet
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2024-01-10udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells
2024-01-10net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-10net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu
2024-01-10net: Save and restore msg_namelen in sock_sendmsgMarc Dionne
2024-01-10netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso
2024-01-10net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-10net: annotate data-races around sk->sk_bind_phcEric Dumazet
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2024-01-10net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2024-01-10can: raw: add support for SO_MARKMarc Kleine-Budde
2024-01-10net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2024-01-10nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant
2024-01-10netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2024-01-10netfilter: use skb_ip_totlen and iph_totlenXin Long
2024-01-10mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni
2024-01-10keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis
2024-01-05netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso
2024-01-01wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)Léo Lam
2024-01-01wifi: cfg80211: fix CQM for non-range useJohannes Berg
2024-01-01net: rfkill: gpio: set GPIO directionRouven Czerwinski
2024-01-01net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin
2024-01-01Bluetooth: Add more enc key size checkAlex Lu
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2024-01-01Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis
2024-01-01Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim
2024-01-01Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz
2024-01-01wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg
2024-01-01wifi: cfg80211: Add my certificateChen-Yu Tsai