summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* sch_choke: Remove classid from choke_skb_cb.David S. Miller2020-05-051-1/+0
* net: sched: choke: Remove unused inline function choke_set_classidYueHaibing2020-05-051-5/+0
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-6/+11
* net_sched: sch_fq: add horizon attributeEric Dumazet2020-05-041-5/+54
* net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer2020-05-041-3/+14
* net_sched: sch_fq: perform a prefetch() earlierEric Dumazet2020-05-041-1/+1
* net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet2020-05-041-18/+16
* net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet2020-05-041-7/+11
* net_sched: sch_fq: change fq_flow size/layoutEric Dumazet2020-05-041-2/+7
* net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet2020-05-041-8/+13
* net: schedule: add action gate offloadingPo Liu2020-05-021-0/+33
* net: qos: introduce a gate control flow actionPo Liu2020-05-023-0/+649
* netlink: remove type-unsafe validation_data pointerJohannes Berg2020-05-012-15/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-261-3/+4
|\
| * sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-231-3/+4
* | net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer2020-04-251-1/+4
* | net: sched : Remove unnecessary cast in kfreeXu Wang2020-04-241-1/+1
* | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu2020-04-221-0/+2
|/
* net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-081-0/+1
* net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-041-0/+1
* net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-011-6/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-311-0/+3
|\
| * bpf: Add socket assign supportJoe Stringer2020-03-301-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-311-1/+1
|\ \
| * | netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+1
* | | net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-303-2/+11
* | | net: introduce nla_put_bitfield32() helper and use itJiri Pirko2020-03-302-21/+10
* | | cls_flower: Add extack support for flags keyGuillaume Nault2020-03-271-4/+7
* | | cls_flower: Add extack support for src and dst port range optionsGuillaume Nault2020-03-271-8/+18
* | | cls_flower: Add extack support for mpls optionsGuillaume Nault2020-03-271-5/+18
* | | sched: act_pedit: Implement stats_update callbackPetr Machata2020-03-271-0/+11
* | | sched: act_skbedit: Implement stats_update callbackPetr Machata2020-03-271-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-265-8/+19
|\ \ \
| * | | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-4/+2
| * | | net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-251-1/+11
| * | | net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-191-1/+1
| * | | net_sched: cls_route: remove the right filter from hashtableCong Wang2020-03-161-2/+2
| * | | net_sched: keep alloc_hash updated after hash allocationCong Wang2020-03-151-0/+1
| * | | net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang2020-03-151-0/+2
* | | | net: sched: rename more stats_typesJakub Kicinski2020-03-242-25/+23
* | | | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-201-0/+3
| |/ / |/| |
* | | net: sched: Fix hw_stats_type setting in pedit loopPetr Machata2020-03-191-1/+1
* | | net_sched: sch_fq: enable use of hrtimer slackEric Dumazet2020-03-181-4/+17
* | | net_sched: do not reprogram a timer about to expireEric Dumazet2020-03-181-2/+7
* | | net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-181-5/+7
* | | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-3/+3
| |/ |/|
* | net: sched: set the hw_stats_type in pedit loopJiri Pirko2020-03-161-0/+1
* | net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-151-6/+25
* | net: sched: Allow extending set of supported RED flagsPetr Machata2020-03-151-3/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-132-3/+11
|\|