summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-201-1/+26
* netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden2023-11-203-94/+71
* netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-201-1/+1
* net/smc: put sk reference if close work was canceledD. Wythe2023-11-201-1/+2
* net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-201-5/+4
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-204-4/+9
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-202-6/+7
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-201-3/+3
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter2023-11-201-3/+1
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-203-2/+14
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-11-201-13/+7
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-11-201-2/+2
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-11-201-2/+2
* tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-11-201-4/+5
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-11-201-2/+4
* can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel2023-11-081-11/+8
* can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp2023-11-081-12/+17
* can: isotp: add local echo tx processing and tx without FCOliver Hartkopp2023-11-081-144/+254
* can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-11-081-0/+4
* can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp2023-11-081-0/+3
* can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp2023-11-081-0/+5
* can: isotp: set max PDU size to 64 kByteOliver Hartkopp2023-11-081-2/+2
* can: isotp: Add error message if txqueuelen is too smallPatrick Menschel2023-11-081-2/+4
* can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel2023-11-081-1/+1
* can: isotp: change error format from decimal to symbolic error namesPatrick Menschel2023-11-081-6/+6
* netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal2023-11-081-1/+1
* net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-11-081-1/+1
* tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-11-081-4/+5
* neighbour: fix various data-racesEric Dumazet2023-11-081-32/+35
* xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-10-251-2/+2
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-251-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-251-1/+1
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-251-5/+7
* ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-252-0/+5
* wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-10-251-1/+1
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* wifi: cfg80211: Fix 6GHz scan configurationIlan Peer2023-10-251-0/+4
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-10-251-3/+5
* Bluetooth: Avoid redundant authenticationYing Hsu2023-10-251-28/+35
* net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-251-7/+7
* netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso2023-10-251-0/+2
* net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-251-4/+14
* ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-251-5/+9
* tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-251-2/+14
* tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-252-5/+6
* net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-251-2/+2