开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
2023-02-08
net/sched: make stab available before ops->init() call
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate budgets per traffic class
Vladimir Oltean
2023-02-08
net/sched: taprio: rename close_time to end_time
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate tc gate durations
Vladimir Oltean
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
2023-02-08
net/sched: taprio: avoid calling child->ops->dequeue(child) twice
Vladimir Oltean
2023-02-08
net/sched: taprio: refactor one skb dequeue from TXQ to separate function
Vladimir Oltean
2023-02-08
net/sched: taprio: continue with other TXQs if one dequeue() failed
Vladimir Oltean
2023-02-08
net/sched: taprio: delete peek() implementation
Vladimir Oltean
2023-02-07
devlink: Fix memleak in health diagnose callback
Moshe Shemesh
2023-02-07
net: add dedicated kmem_cache for typical/small skb->head
Eric Dumazet
2023-02-07
net: factorize code in kmalloc_reserve()
Eric Dumazet
2023-02-07
net: remove osize variable in __alloc_skb()
Eric Dumazet
2023-02-07
net: add SKB_HEAD_ALIGN() helper
Eric Dumazet
2023-02-07
Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
2023-02-07
ethtool: mm: fix get_mm() return code not propagating to user space
Vladimir Oltean
2023-02-06
net: openvswitch: reduce cpu_used_mask memory
Eddy Tao
2023-02-06
net: add sock_init_data_uid()
Pietro Borrello
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
2023-02-06
net/sched: refactor mqprio qopt reconstruction to a library function
Vladimir Oltean
2023-02-06
net/sched: taprio: centralize mqprio qopt validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: add extack messages for queue count validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: allow reverse TC:TXQ mappings
Vladimir Oltean
2023-02-06
net/sched: mqprio: refactor offloading and unoffloading to dedicated functions
Vladimir Oltean
2023-02-06
net/sched: mqprio: refactor nlattr parsing to a separate function
Vladimir Oltean
2023-02-06
net: introduce skb_poison_list and use in kfree_skb_list
Jesper Dangaard Brouer
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
2023-02-06
net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
Petr Machata
2023-02-06
net: bridge: Add a tracepoint for MDB overflows
Petr Machata
2023-02-06
net: bridge: Change a cleanup in br_multicast_new_port_group() to goto
Petr Machata
2023-02-06
net: bridge: Add br_multicast_del_port_group()
Petr Machata
2023-02-06
net: bridge: Move extack-setting to br_multicast_new_port_group()
Petr Machata
2023-02-06
net: bridge: Add extack to br_multicast_new_port_group()
Petr Machata
2023-02-06
net: bridge: Set strict_start_type at two policies
Petr Machata
2023-02-04
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
2023-02-04
net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
D. Wythe
2023-02-04
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
2023-02-04
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
2023-02-03
raw: use net_hash_mix() in hash function
Eric Dumazet
[next]