summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann-8/+28
2015-03-09net_sched: fix struct tc_u_hnode layout in u32WANG Cong-1/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2015-02-20ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki-0/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+12
2015-02-04pkt_sched: fq: better control of DDOS trafficEric Dumazet-2/+17
2015-02-04tcp: do not pace pure ack packetsEric Dumazet-2/+8
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki-3/+4
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen-2/+8
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+13
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann-0/+3
2015-01-26net: cls_basic: return from walking on match in basic_getDaniel Borkmann-2/+5
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann-0/+5
2015-01-23act_connmark: Add missing dependency on NF_CONNTRACK_MARKThomas Graf-0/+1
2015-01-19net: sched: Introduce connmark actionFelix Fietkau-0/+204
2015-01-17tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko-9/+9
2015-01-17tc: add BPF based actionJiri Pirko-0/+218
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-1/+1
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko-13/+13
2015-01-12net: sched: sch_teql: Remove unused functionRickard Strandqvist-7/+0
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko-13/+8
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu-1/+1
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko-3/+2
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko-48/+0
2014-12-09Update old iproute2 and Xen Remus linksAndrew Shewmaker-3/+4
2014-12-08net_sched: cls_cgroup: remove unnecessary ifJiri Pirko-5/+1
2014-12-08net_sched: cls_flow: remove duplicate assignmentsJiri Pirko-3/+0
2014-12-08net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko-2/+2
2014-12-08net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko-2/+2
2014-12-08net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko-12/+5
2014-12-08net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko-11/+5
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet-5/+4
2014-11-21sched: introduce vlan actionJiri Pirko-0/+219
2014-11-06sched: fix act file names in header commentJiri Pirko-6/+6
2014-11-03net: add rbnode to struct sk_buffEric Dumazet-20/+7
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong-1/+1
2014-10-21net: sched: initialize bstats syncpSabrina Dubroca-1/+1
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer-7/+13
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong-0/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-4/+4
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend-8/+14
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend-20/+21