summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward
2015-05-09net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong
2015-05-04codel: fix maxpacket/mtu confusionEric Dumazet
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-02pkt_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-18act_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-10net_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-06net_sched: move tp->root allocation into fw_init()WANG Cong
2015-03-06net_sched: move tp->root allocation into route4_init()WANG Cong
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar
2015-02-20ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05pkt_sched: fq: better control of DDOS trafficEric Dumazet
2015-02-05tcp: do not pace pure ack packetsEric Dumazet
2015-02-05cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki
2015-02-05pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen
2015-01-29pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet
2015-01-29act_connmark: fix dependencies betterArnd Bergmann
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-01-27net: cls_basic: return from walking on match in basic_getDaniel Borkmann
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-01-24act_connmark: Add missing dependency on NF_CONNTRACK_MARKThomas Graf
2015-01-19net: sched: Introduce connmark actionFelix Fietkau
2015-01-18tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko
2015-01-18tc: add BPF based actionJiri Pirko
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko
2015-01-12net: sched: sch_teql: Remove unused functionRickard Strandqvist
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller