aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2015-06-25net: sched: flower fix typoJamal Hadi Salim
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri
2015-06-18net: sched: Simplify em_ipset_matchEric W. Biederman
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert
2015-06-04net: Get skb hash over flow_keys structureTom Herbert
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-14cls_flower: Fix compile errorBrian Haley
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira
2015-05-13tc: introduce Flower classifierJiri Pirko
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-09net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong
2015-05-04sch_choke: Use flow_keys_digestTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal
2015-04-22net: sched: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner
2015-04-17act_mirred: Fix bogus header when redirecting from VLANHerbert Xu
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2015-04-07netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph
2015-04-01pkt_sched: fq: correct spelling of locallySimon Horman
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann
2015-03-12cls_bpf: do eBPF invocation under non-bh RCU lock variant for mapsDaniel Borkmann
2015-03-09net_sched: fix struct tc_u_hnode layout in u32WANG Cong
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang
2015-03-05net_sched: move tp->root allocation into fw_init()WANG Cong