aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong1-0/+2
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet1-3/+19
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong1-0/+13
2015-07-24sch_plug: purge buffered packets during resetWANG Cong1-0/+1
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann1-2/+3
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann1-1/+1
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann1-1/+1
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov1-0/+3
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong1-1/+10
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong1-1/+1
2015-07-15fq_codel: fix a use-after-freeWANG Cong1-1/+1
2015-06-25net: sched: flower fix typoJamal Hadi Salim1-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-175/+834
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri1-2/+1
2015-06-18net: sched: Simplify em_ipset_matchEric W. Biederman1-2/+2
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2-2/+23
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert2-9/+16
2015-06-04net: Get skb hash over flow_keys structureTom Herbert1-0/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann1-0/+5
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner5-10/+7
2015-05-14cls_flower: Fix compile errorBrian Haley1-3/+3
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira1-0/+1
2015-05-13tc: introduce Flower classifierJiri Pirko3-0/+699
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2-12/+12
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko2-2/+2
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal2-10/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+7
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward1-4/+24
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-2/+2
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward1-2/+2
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-49/+9
2015-05-10codel: add ce_threshold attributeEric Dumazet2-3/+27
2015-05-09net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong1-4/+3
2015-05-04sch_choke: Use flow_keys_digestTom Herbert1-10/+4
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert1-25/+2
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert1-16/+8
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert1-18/+1
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert1-9/+2
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov1-2/+3
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet2-2/+2
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal2-9/+1
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal1-2/+0