summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: qrtr: ns: Return 0 if server port is not presentSarannya S2024-01-201-1/+3
* neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2024-01-201-1/+8
* wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2024-01-201-0/+1
* wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg2024-01-201-0/+2
* mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis2024-01-201-0/+1
* ipv6: remove max_size check inline with ipv4Jon Maxwell2024-01-152-14/+7
* bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2024-01-101-0/+2
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2024-01-102-2/+15
* net/sched: act_ct: additional checks for outdated flowsVlad Buslov2024-01-101-0/+2
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2024-01-101-6/+28
* netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2024-01-102-7/+14
* net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2024-01-103-6/+20
* net/sched: act_ct: offload UDP NEW connectionsVlad Buslov2024-01-101-12/+39
* netfilter: flowtable: cache info of last offloadVlad Buslov2024-01-103-9/+11
* netfilter: flowtable: allow unidirectional rulesVlad Buslov2024-01-101-4/+8
* net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long2024-01-101-17/+18
* bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2024-01-103-2/+7
* ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2024-01-101-1/+1
* udp: annotate data-races around udp->encap_typeEric Dumazet2024-01-105-13/+15
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2024-01-103-9/+5
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2024-01-101-1/+1
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2024-01-103-6/+6
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2024-01-102-5/+5
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2024-01-102-4/+4
* udp: introduce udp->udp_flagsEric Dumazet2024-01-102-9/+9
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2024-01-107-0/+68
* splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2024-01-101-0/+10
* udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells2024-01-101-45/+6
* net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells2024-01-101-0/+2
* net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange2024-01-101-0/+1
* net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-101-2/+1
* net: Save and restore msg_namelen in sock_sendmsgMarc Dionne2024-01-101-0/+2
* netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso2024-01-101-1/+1
* net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz2024-01-101-2/+9
* net: annotate data-races around sk->sk_bind_phcEric Dumazet2024-01-102-3/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2024-01-1011-24/+29
* net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2024-01-102-2/+2
* can: raw: add support for SO_MARKMarc Kleine-Budde2024-01-101-0/+1
* net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua2024-01-101-1/+3
* nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant2024-01-101-3/+36
* netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso2024-01-101-1/+1
* netfilter: use skb_ip_totlen and iph_totlenXin Long2024-01-103-3/+3
* mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni2024-01-101-0/+13
* keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis2024-01-101-10/+9
* netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso2024-01-051-1/+1
* wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)Léo Lam2024-01-011-6/+12
* wifi: cfg80211: fix CQM for non-range useJohannes Berg2024-01-012-19/+32
* net: rfkill: gpio: set GPIO directionRouven Czerwinski2024-01-011-0/+8
* net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin2024-01-011-4/+13
* Bluetooth: Add more enc key size checkAlex Lu2024-01-011-1/+15