summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
5 daysnet_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski1-0/+6
12 daysMerge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-162/+179
14 daysMerge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2024-11-12net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux1-4/+14
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski1-14/+25
2024-11-11net: convert to nla_get_*_default()Johannes Berg12-45/+33
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean1-0/+1
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-9/+43
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean1-45/+44
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima3-24/+34
2024-10-15net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina1-1/+1
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet1-1/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-04net_sched: sch_fq: add the ability to offload pacingJeffrey Ji1-6/+27
2024-10-03netem: Include <linux/prandom.h> in sch_netem.cUros Bizjak1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-10sch_cake: constify inverse square root cacheDave Taht1-35/+18
2024-09-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+11
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-03sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-08-27net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet1-1/+3
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko1-0/+1
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+29
2024-08-20netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-12sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+1
2024-07-26sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-07-15net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen1-14/+20
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen1-1/+2
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen1-3/+0
2024-07-15net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen1-43/+13
2024-07-15net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen1-0/+30
2024-07-15net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen1-2/+8
2024-07-15net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen1-10/+30
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-11net/sched: act_skbmod: convert comma to semicolonChen Ni1-1/+1
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2024-07-11net/sched: Fix UAF when resolving a clashChengen Du1-0/+8
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann1-6/+6