aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring15-17/+31
2017-12-21net: sched: sch: add extack to change classAlexander Aring10-10/+16
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring18-39/+50
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring30-36/+72
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring1-43/+105
2017-12-21net: sched: fix coding style issuesAlexander Aring6-13/+14
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang1-1/+7
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-31/+25
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-15net: sched: fix clsact init error pathJiri Pirko2-7/+3
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz1-16/+15
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz1-0/+2
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang16-85/+51
2017-12-13net: remove duplicate includesPravin Shedge4-4/+0
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-0/+14
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend2-53/+92
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2-35/+69
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend1-7/+18
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-1/+2
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend1-4/+7
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend1-20/+86
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend1-9/+19
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend1-13/+72
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend1-0/+16
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend1-15/+13
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend1-10/+20
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend1-2/+0
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion1-0/+3
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang1-9/+1
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-4/+3
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang11-15/+15
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring1-41/+47
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-5/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-21/+9
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman1-0/+1
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang1-11/+3
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-10/+13
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+3
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+6
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl1-3/+4
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-5/+3
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger1-3/+3
2017-11-15netem: use 64 bit divide by rateStephen Hemminger1-7/+4
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton1-5/+9
2017-11-13netem: support delivering packets in delayed time slotsDave Taht1-3/+71