summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-13pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-13vlan: enforce underlying device typeOscar Maes1-1/+2
2025-03-13llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet1-22/+27
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-03-13wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov1-0/+5
2025-03-13wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich1-1/+2
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li1-0/+2
2025-03-13mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen1-3/+15
2025-03-07mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-03-07mptcp: always handle address removal under msk socket lockPaolo Abeni1-5/+0
2025-03-07net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-03-07net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-03-07net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-03-07net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-03-07tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-03-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault4-7/+10
2025-03-07ipv4: Convert icmp_route_lookup() to dscp_t.Guillaume Nault1-10/+9
2025-03-07ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel1-1/+2
2025-03-07ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel1-1/+1
2025-03-07net/ipv4: add tracepoint for icmp_sendPeilin He1-0/+4
2025-03-07net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-03-07rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-03-07Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington1-1/+9
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+0
2025-02-27drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-27bpf: Disable non stream socket for strparserJiayuan Chen1-1/+4
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen3-5/+67
2025-02-27strparser: Add read_sock callbackJiayuan Chen1-2/+9
2025-02-27bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida1-4/+1
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-27flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-27flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-02-27vsock/bpf: Warn on socket without transportMichal Luczaj2-1/+4
2025-02-27sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-27net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau1-1/+1
2025-02-21vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-02-21vsock: Keep the binding until socket destructionMichal Luczaj1-2/+6
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15