summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
10 daysnet/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-10sch_cake: constify inverse square root cacheDave Taht
2024-09-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen
2024-09-03sch/netem: fix use after free in netem_dequeueStephen Hemminger
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-27net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-20netem: fix return value if duplicate enqueue failsStephen Hemminger
2024-08-12sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2024-07-26sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet
2024-07-15net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen
2024-07-15net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen
2024-07-15net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen
2024-07-15net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen
2024-07-15net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-11net/sched: act_skbmod: convert comma to semicolonChen Ni
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11net/sched: Fix UAF when resolving a clashChengen Du
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann
2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-07-05net: sched: act_sample: add action cookie to sampleAdrian Moreno
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-18sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long
2024-06-18net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-10net/sched: initialize noop_qdisc ownerJohannes Berg
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-06-05net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-06-05net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-04net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-28net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-05-28net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-09net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti