Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-30net: introduce nla_put_bitfield32() helper and use itJiri Pirko
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu
2020-03-27cls_flower: Add extack support for flags keyGuillaume Nault
2020-03-27cls_flower: Add extack support for src and dst port range optionsGuillaume Nault
2020-03-27cls_flower: Add extack support for mpls optionsGuillaume Nault
2020-03-27sched: act_pedit: Implement stats_update callbackPetr Machata
2020-03-27sched: act_skbedit: Implement stats_update callbackPetr Machata
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-25net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-24net: sched: rename more stats_typesJakub Kicinski
2020-03-20net: tc_skbedit: Make the skbedit priority offloadablePetr Machata
2020-03-19net: sched: Fix hw_stats_type setting in pedit loopPetr Machata
2020-03-19net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey
2020-03-18net_sched: sch_fq: enable use of hrtimer slackEric Dumazet
2020-03-18net_sched: do not reprogram a timer about to expireEric Dumazet
2020-03-18net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko
2020-03-16net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-03-15net: sched: RED: Introduce an ECN nodrop modePetr Machata
2020-03-15net: sched: Allow extending set of supported RED flagsPetr Machata
2020-03-15net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-03-15net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-13net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey
2020-03-13net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-03-13net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey
2020-03-13net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann
2020-03-12net: sched: make newly activated qdiscs visibleJulian Wiedmann
2020-03-10net: sched: pie: change tc_pie_xstats->probLeslie Monis
2020-03-09net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet
2020-03-09sched: act: allow user to specify type of HW stats for a filterJiri Pirko
2020-03-06net: sched: Make FIFO Qdisc offloadablePetr Machata
2020-03-05pie: remove pie_vars->accu_prob_overflowsLeslie Monis
2020-03-05pie: remove unnecessary type castingLeslie Monis
2020-03-05pie: use term backlog instead of qlenLeslie Monis
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey
2020-03-04net/sched: act_ct: Software offload of established flowsPaul Blakey
2020-03-04net/sched: act_ct: Offload established connections to flow tablePaul Blakey
2020-03-04net/sched: act_ct: Create nf flow table per zonePaul Blakey
2020-03-04net: taprio: add missing attribute validation for txtime delayJakub Kicinski