summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: taprio: don't segment unnecessarilyVladimir Oltean2023-02-081-11/+20
* net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean2023-02-081-30/+36
* net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean2023-02-081-10/+60
* net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean2023-02-081-13/+40
* net/sched: taprio: warn about missing size tableVladimir Oltean2023-02-081-0/+5
* net/sched: make stab available before ops->init() callVladimir Oltean2023-02-081-18/+11
* net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean2023-02-081-6/+34
* net/sched: taprio: calculate budgets per traffic classVladimir Oltean2023-02-081-8/+46
* net/sched: taprio: rename close_time to end_timeVladimir Oltean2023-02-081-26/+26
* net/sched: taprio: calculate tc gate durationsVladimir Oltean2023-02-081-0/+55
* net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean2023-02-081-8/+117
* net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean2023-02-081-7/+3
* net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean2023-02-081-58/+63
* net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean2023-02-081-1/+1
* net/sched: taprio: delete peek() implementationVladimir Oltean2023-02-081-42/+1
* devlink: Fix memleak in health diagnose callbackMoshe Shemesh2023-02-071-5/+9
* net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
* net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
* net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
* net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-12/+6
* Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-072-0/+10
|\
| * can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp2023-02-021-0/+3
| * can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp2023-02-021-0/+7
* | ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean2023-02-071-1/+1
* | net: openvswitch: reduce cpu_used_mask memoryEddy Tao2023-02-063-7/+12
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-3/+12
* | net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean2023-02-061-3/+8
* | net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean2023-02-061-0/+1
* | net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean2023-02-064-16/+19
* | net/sched: taprio: centralize mqprio qopt validationVladimir Oltean2023-02-066-110/+143
* | net/sched: mqprio: add extack messages for queue count validationVladimir Oltean2023-02-061-9/+27
* | net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean2023-02-061-29/+52
* | net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean2023-02-061-1/+12
* | net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean2023-02-061-43/+59
* | net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean2023-02-061-51/+63
* | net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2023-02-061-1/+3
* | net: page_pool: use in_softirq() insteadQingfang DENG2023-02-061-3/+3
* | net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata2023-02-066-8/+70
* | net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata2023-02-062-1/+137
* | net: bridge: Add a tracepoint for MDB overflowsPetr Machata2023-02-061-0/+1
* | net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata2023-02-061-2/+5
* | net: bridge: Add br_multicast_del_port_group()Petr Machata2023-02-063-2/+13
* | net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata2023-02-062-7/+7
* | net: bridge: Add extack to br_multicast_new_port_group()Petr Machata2023-02-063-5/+8
* | net: bridge: Set strict_start_type at two policiesPetr Machata2023-02-062-0/+5
* | net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-043-37/+38
* | net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe2023-02-041-2/+17
* | net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe2023-02-041-4/+4
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-044-24/+24
* | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-032-8/+9