summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-041-3/+4
| * | pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-041-2/+8
* | | pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-041-2/+17
* | | tcp: do not pace pure ack packetsEric Dumazet2015-02-041-2/+8
* | | pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2015-01-281-2/+2
* | | act_connmark: fix dependencies betterArnd Bergmann2015-01-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-2/+13
|\ \ \ | |/ /
| * | net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann2015-01-261-2/+8
| * | net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-01-261-0/+5
| |/
* | net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-01-261-0/+3
* | net: cls_basic: return from walking on match in basic_getDaniel Borkmann2015-01-261-2/+5
* | act_connmark: Add missing dependency on NF_CONNTRACK_MARKThomas Graf2015-01-231-0/+1
* | net: sched: Introduce connmark actionFelix Fietkau2015-01-193-0/+204
* | tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko2015-01-171-9/+9
* | tc: add BPF based actionJiri Pirko2015-01-173-0/+218
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* | net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-137-13/+13
* | net: sched: sch_teql: Remove unused functionRickard Strandqvist2015-01-121-7/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-4/+5
|\
| * net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-1/+1
| * Update old iproute2 and Xen Remus linksAndrew Shewmaker2014-12-091-3/+4
* | net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko2014-12-096-13/+8
* | net: sched: cls_basic: fix error path in basic_change()Jiri Pirko2014-12-091-3/+2
* | net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-099-48/+0
* | net_sched: cls_cgroup: remove unnecessary ifJiri Pirko2014-12-081-5/+1
* | net_sched: cls_flow: remove duplicate assignmentsJiri Pirko2014-12-081-3/+0
* | net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* | net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* | net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-081-12/+5
* | net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko2014-12-081-11/+5
* | pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-261-5/+4
* | sched: introduce vlan actionJiri Pirko2014-11-213-0/+219
* | sched: fix act file names in header commentJiri Pirko2014-11-066-6/+6
* | net: add rbnode to struct sk_buffEric Dumazet2014-11-031-20/+7
|/
* sch_pie: schedule the timer after all init succeedWANG Cong2014-10-291-1/+1
* net: sched: initialize bstats syncpSabrina Dubroca2014-10-211-1/+1
* net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer2014-10-091-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-082-2/+4
|\
| * net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-081-0/+1
| * ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-041-2/+3
* | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-074-4/+4
* | net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-064-8/+14
* | net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend2014-10-061-3/+1
* | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-069-20/+21
* | net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-063-7/+7
* | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
* | qdisc: validate skb without holding lockEric Dumazet2014-10-031-33/+28
OpenPOWER on IntegriCloud