summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-13net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski2-4/+8
2025-03-13sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-03-13vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-03-13vsock: Keep the binding until socket destructionMichal Luczaj1-2/+6
2025-03-13bpf, vsock: Invoke proto::close on close()Michal Luczaj1-27/+40
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-13pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-03-13mptcp: always handle address removal under msk socket lockPaolo Abeni1-6/+0
2025-03-13net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-03-13net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-03-13net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-03-13net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-03-13seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer1-1/+11
2025-03-13seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer1-1/+127
2025-03-13tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-13Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2025-03-13sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-03-13arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-03-13net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-03-13flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-03-13flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy2-7/+8
2025-03-13batman-adv: Drop unmanaged ELP metric workerSven Eckelmann4-30/+48
2025-03-13batman-adv: Drop initialization of flexible ethtool_link_ksettingsSven Eckelmann1-1/+0
2025-03-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-03-13ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-03-13openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-03-13arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-03-13neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-03-13neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2025-03-13ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-03-13ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-03-13ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-03-13net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
2025-03-13Namespaceify mtu_expires sysctlxu xin1-10/+11
2025-03-13Namespaceify min_pmtu sysctlxu xin1-16/+37
2025-03-13ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-03-13ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-03-13can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl2-4/+5
2025-03-13batman-adv: Ignore neighbor throughput metrics in error caseSven Eckelmann1-16/+34
2025-03-13batman-adv: fix panic during interface removalAndy Strohman1-1/+8