aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-04-07net: sched: Fix setting last executed chain on skb extensionGravatar Paul Blakey 1-0/+1
2020-04-03net_sched: fix a missing refcnt in tcindex_init()Gravatar Cong Wang 1-0/+1
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataGravatar Cong Wang 1-6/+38
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+3
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+1
2020-03-30bpf: Add socket assign supportGravatar Joe Stringer 1-0/+3
2020-03-30net: sched: expose HW stats types per action used by driversGravatar Jiri Pirko 3-2/+11
2020-03-30net: introduce nla_put_bitfield32() helper and use itGravatar Jiri Pirko 2-21/+10
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typeGravatar wenxu 1-1/+1
2020-03-26cls_flower: Add extack support for flags keyGravatar Guillaume Nault 1-4/+7
2020-03-26cls_flower: Add extack support for src and dst port range optionsGravatar Guillaume Nault 1-8/+18
2020-03-26cls_flower: Add extack support for mpls optionsGravatar Guillaume Nault 1-5/+18
2020-03-26sched: act_pedit: Implement stats_update callbackGravatar Petr Machata 1-0/+11
2020-03-26sched: act_skbedit: Implement stats_update callbackGravatar Petr Machata 1-0/+11
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 5-8/+19
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildGravatar Pablo Neira Ayuso 1-4/+2
2020-03-24net: cbs: Fix software cbs to consider packet sending timeGravatar Zh-yuan Ye 1-1/+11
2020-03-23net: sched: rename more stats_typesGravatar Jakub Kicinski 2-25/+23
2020-03-19net: tc_skbedit: Make the skbedit priority offloadableGravatar Petr Machata 1-0/+3
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopGravatar Petr Machata 1-1/+1
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replaceGravatar Paul Blakey 1-1/+1
2020-03-17net_sched: sch_fq: enable use of hrtimer slackGravatar Eric Dumazet 1-4/+17
2020-03-17net_sched: do not reprogram a timer about to expireGravatar Eric Dumazet 1-2/+7
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Gravatar Eric Dumazet 1-5/+7
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Gravatar Jakub Kicinski 1-3/+3
2020-03-16net: sched: set the hw_stats_type in pedit loopGravatar Jiri Pirko 1-0/+1
2020-03-16net_sched: cls_route: remove the right filter from hashtableGravatar Cong Wang 1-2/+2
2020-03-14net: sched: RED: Introduce an ECN nodrop modeGravatar Petr Machata 1-6/+25
2020-03-14net: sched: Allow extending set of supported RED flagsGravatar Petr Machata 1-3/+40
2020-03-14net_sched: keep alloc_hash updated after hash allocationGravatar Cong Wang 1-0/+1
2020-03-14net_sched: hold rtnl lock in tcindex_partial_destroy_work()Gravatar Cong Wang 1-0/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+11
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresGravatar Paul Blakey 2-0/+3
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesGravatar Paul Blakey 1-0/+1
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsGravatar Paul Blakey 1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsGravatar Paul Blakey 1-0/+207
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...Gravatar David S. Miller 3-18/+99
2020-03-12taprio: Fix sending packets without dequeueing themGravatar Vinicius Costa Gomes 1-3/+9
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Gravatar Julian Wiedmann 1-21/+0
2020-03-11net: sched: make newly activated qdiscs visibleGravatar Julian Wiedmann 1-0/+21
2020-03-09net: sched: pie: change tc_pie_xstats->probGravatar Leslie Monis 1-1/+1
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getGravatar Eric Dumazet 1-13/+11
2020-03-08sched: act: allow user to specify type of HW stats for a filterGravatar Jiri Pirko 2-0/+43
2020-03-05net: sched: Make FIFO Qdisc offloadableGravatar Petr Machata 1-6/+91
2020-03-04pie: remove pie_vars->accu_prob_overflowsGravatar Leslie Monis 2-16/+6
2020-03-04pie: remove unnecessary type castingGravatar Leslie Monis 1-2/+2
2020-03-04pie: use term backlog instead of qlenGravatar Leslie Monis 1-11/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Gravatar Paul Blakey 1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsGravatar Paul Blakey 1-34/+26
2020-03-03net/sched: act_ct: Software offload of established flowsGravatar Paul Blakey 1-2/+158