summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean
2023-02-07devlink: Fix memleak in health diagnose callbackMoshe Shemesh
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao
2023-02-06net: add sock_init_data_uid()Pietro Borrello
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean
2023-02-06net/sched: mqprio: add extack messages for queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean
2023-02-06net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean
2023-02-06net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer
2023-02-06net: page_pool: use in_softirq() insteadQingfang DENG
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata
2023-02-06net: bridge: Add a tracepoint for MDB overflowsPetr Machata
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet