summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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
2017-11-10act_vlan: Change stats update to use per-core statsManish Kurup
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko
2017-11-03net_sched: hold netns refcnt for each actionCong Wang