summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-20net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-20net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-20net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-20net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
2025-11-19af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima3-21/+11
2025-11-19af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima1-3/+0
2025-11-19af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima1-13/+8
2025-11-19af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima3-8/+6
2025-11-19af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima3-14/+19
2025-11-19af_unix: Simplify GC state.Kuniyuki Iwashima1-9/+12
2025-11-19af_unix: Count cyclic SCC.Kuniyuki Iwashima1-10/+21
2025-11-19net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-19net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-19net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-19kcm: Fix typo and add hyphen in Kconfig help textThorsten Blum1-2/+2
2025-11-19tcp: Don't reinitialise tw->tw_transparent in tcp_time_wait().Kuniyuki Iwashima1-1/+0
2025-11-19Merge tag 'ipsec-next-2025-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-19/+24
2025-11-18tcp: reduce tcp_comp_sack_slack_ns default value to 10 usecEric Dumazet1-1/+1
2025-11-15tcp: gro: inline tcp_gro_pull_header()Eric Dumazet1-27/+0
2025-11-15ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski1-1/+1
2025-11-14net/sched: act_ife: convert comma to semicolonChen Ni1-3/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-109/+240
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-107/+239
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer2-8/+16
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski23-332/+488
2025-11-12Merge tag 'wireless-2025-11-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-6/+18
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-12net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-12Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-64/+134
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-14/+35
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-11devlink: Introduce switchdev_inactive eswitch modeSaeed Mahameed1-1/+1
2025-11-11wifi: mac80211: make monitor link info check more specificBenjamin Berg2-4/+7
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg4-23/+76
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu4-7/+10
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu2-33/+2
2025-11-11wifi: cfg80211: use a C99 initializer in wiphy_registerEmmanuel Grumbach1-6/+6
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing2-4/+7
2025-11-11wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-11net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-11tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-11net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan1-0/+1
2025-11-11net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-11net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski1-2/+4