Lines Matching +full:lro +full:- +full:coalesced
9 - Terrehon Bowden <[email protected]>
10 - Bodo Bauer <[email protected]>
14 - Jorge Nerin <[email protected]>
18 - Shen Feng <[email protected]>
22 ------------------------------------------------------------------------------
47 1. /proc/sys/net/core - Network core options
51 --------------
63 - x86_64
64 - x86_32
65 - arm64
66 - arm32
67 - ppc64
68 - ppc32
69 - sparc64
70 - mips64
71 - s390x
72 - riscv64
73 - riscv32
74 - loongarch64
75 - arc
79 - mips
80 - sparc
90 - 0 - disable the JIT (default value)
91 - 1 - enable the JIT
92 - 2 - enable the JIT and ask the compiler to emit traces on kernel log.
95 --------------
103 - 0 - disable JIT hardening (default value)
104 - 1 - enable JIT hardening for unprivileged users only
105 - 2 - enable JIT hardening for all users
111 ----------------
121 - 0 - disable JIT kallsyms export (default value)
122 - 1 - enable JIT kallsyms export for privileged users only
125 -------------
133 ----------
136 it's a Per-CPU variable. For drivers that support LRO or GRO_HW, a hardware
142 ------------------
155 ------------------
166 -------------
182 ---------
196 ----------------
211 ------------
213 Per-cpu reserved forward alloc cache size in page units. Default 1MB per CPU.
216 ------------
221 --------
226 ----------------
232 -----------------
241 ------------
246 --------
251 ------------------------------
255 denial-of-service attack impossible. A higher message_cost factor, results in
261 --------
273 -------------
277 probed in a round-robin manner. Also, a polling cycle may not exceed
282 ---------------------
289 ------------------
295 --------------
300 provide ethtool -x support yet.
315 myhost:~# ethtool -x eth0
322 ----------------------
332 ------------------------------
343 -------------
345 Max size (in skbs) of the per-cpu list of skbs being freed
351 ----------
360 ----------------------------
371 "2" is pointless after boot if these modules are built-in, so there is
372 a kernel command-line option that can change this default. Please refer to
373 Documentation/admin-guide/kernel-parameters.txt for additional details.
381 ------------------------
397 --------
406 ----------------
409 exits GRO, either as a coalesced superframe or as an original packet which
410 GRO has decided not to coalesce, it is placed on a per-NAPI list. This
415 ------------------------
417 By default the allocator for page frags tries to use high order pages (order-3
420 true on older kernels (< 5.14) when high-order pages were not stored on per-cpu
421 lists. This allows to opt-in for order-0 allocation instead but is now mostly of
426 2. /proc/sys/net/unix - Parameters for Unix domain sockets
427 ----------------------------------------------------------
434 3. /proc/sys/net/ipv4 - IPV4 settings
435 -------------------------------------
436 Please see: Documentation/networking/ip-sysctl.rst and
437 Documentation/admin-guide/sysctl/net.rst for descriptions of these entries.
441 ------------
446 aarp-expiry-time
447 ----------------
452 aarp-resolve-time
453 -----------------
457 aarp-retransmit-limit
458 ---------------------
462 aarp-tick-time
463 --------------
485 -------
488 ---------
491 tcp_rmem - i.e. a vector of 3 INTEGERs: (min, default, max)
505 -------------