summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* tc: introduce Flower classifierJiri Pirko2015-05-133-0/+699
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-132-12/+12
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-132-2/+2
* net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-132-10/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-8/+7Star
|\
| * net_sched: gred: use correct backlog value in WRED modeDavid Ward2015-05-111-2/+2
| * net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong2015-05-091-4/+3Star
| * codel: fix maxpacket/mtu confusionEric Dumazet2015-05-042-2/+2
* | net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2015-05-131-4/+24
* | net: sched: deprecate enqueue_root()Eric Dumazet2015-05-111-2/+2
* | net: sched: further simplify handle_ingDaniel Borkmann2015-05-111-49/+9Star
* | codel: add ce_threshold attributeEric Dumazet2015-05-112-3/+27
* | sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4Star
* | sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-041-25/+2Star
* | sched: Call skb_get_hash_perturb in sch_sfbTom Herbert2015-05-041-16/+8Star
* | sched: Call skb_get_hash_perturb in sch_hhfTom Herbert2015-05-041-18/+1Star
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2Star
* | net: sched: run ingress qdisc without locksAlexei Starovoitov2015-05-041-2/+3
* | net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-032-9/+1Star
|/
* net: sched: act_connmark: don't zap skb->nfctFlorian Westphal2015-04-291-2/+0Star
* act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-162-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-1/+2
|\
| * netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph2015-04-081-1/+2
* | net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-131-0/+9
* | pkt_sched: fq: correct spelling of locallySimon Horman2015-04-021-2/+2
* | act_bpf: add initial eBPF support for actionsDaniel Borkmann2015-03-211-82/+213
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-202-9/+32
|\|
| * act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann2015-03-181-8/+28
| * net_sched: fix struct tc_u_hnode layout in u32WANG Cong2015-03-101-1/+4
* | cls_bpf: do eBPF invocation under non-bh RCU lock variant for mapsDaniel Borkmann2015-03-121-3/+6
* | net_sched: destroy proto tp when all filters are goneCong Wang2015-03-0911-21/+97
* | net_sched: move tp->root allocation into fw_init()WANG Cong2015-03-061-10/+13
* | net_sched: move tp->root allocation into route4_init()WANG Cong2015-03-061-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-042-1/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-041-0/+1
| |\
| | * ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-02-201-0/+1
| * | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
| |\ \ | | |/ | |/|
| | * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | | cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-52/+154
* | | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-221-2/+1Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-052-5/+12
|\ \
| * | cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki2015-02-051-3/+4
| * | pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-051-2/+8
* | | pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-051-2/+17
* | | tcp: do not pace pure ack packetsEric Dumazet2015-02-051-2/+8
* | | pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2015-01-291-2/+2
* | | act_connmark: fix dependencies betterArnd Bergmann2015-01-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-2/+13
|\| |