summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring
2017-12-21net: sched: fix coding style issuesAlexander Aring
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko
2017-12-15net: sched: fix clsact init error pathJiri Pirko
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger
2017-11-15netem: use 64 bit divide by rateStephen Hemminger
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton
2017-11-13netem: support delivering packets in delayed time slotsDave Taht
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup