- 1cb6f0b bpf: Fix too early release of tcx_entry by Daniel Borkmann · 5 months ago
- 6cff015 net/sched: Remove alias of sch_clsact by Michal Koutný · 11 months ago
- 241a94a net/sched: Add module aliases for cls_,sch_,act_ modules by Michal Koutný · 11 months ago
- f96118c net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs by Victor Nogueira · 1 year, 2 months ago
- dc644b5 tcx: Fix splat in ingress_destroy upon tcx_entry_free by Daniel Borkmann · 1 year, 5 months ago
- e420bed bpf: Add fd-based tcx multi-prog infra with link support by Daniel Borkmann · 1 year, 5 months ago
- f85fa45 net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs by Peilin Ye · 1 year, 7 months ago
- 5eeebfe net/sched: sch_clsact: Only create under TC_H_CLSACT by Peilin Ye · 1 year, 7 months ago
- c7cfbd1 net/sched: sch_ingress: Only create under TC_H_INGRESS by Peilin Ye · 1 year, 7 months ago
- 7d17c54 net: sched: Pass ingress block to tcf_classify_ingress by Paul Blakey · 4 years, 10 months ago
- 32f8c40 net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* by Pablo Neira Ayuso · 5 years ago
- 87f3739 net: sched: ingress: set 'unlocked' flag for clsact Qdisc ops by Vlad Buslov · 6 years ago
- 7a096d5 net: sched: ingress: set 'unlocked' flag for Qdisc ops by Vlad Buslov · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
- 51ab299 net: sched: allow ingress and clsact qdiscs to share filter blocks by Jiri Pirko · 7 years ago
- c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
- 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
- cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
- e63d7dfd net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
- b59e697 net: sched: fix static key imbalance in case of ingress/clsact_init error by Jiri Pirko · 7 years ago
- 343723d net: sched: fix clsact init error path by Jiri Pirko · 7 years ago
- 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
- c7eb7d7 net: sched: introduce chain_head_change callback by Jiri Pirko · 7 years ago
- 6e40cf2 net: sched: use extended variants of block_get/put in ingress and clsact qdiscs by Jiri Pirko · 7 years ago
- 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
- 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
- 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
- 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
- cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
- 92c075d net: sched: fix tc_should_offload for specific clsact classes by Daniel Borkmann · 9 years ago
- 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 9 years ago
- d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 10 years ago
- 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 10 years ago
- 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 10 years ago
- 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
- 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
- d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
- bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
- 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
- de6d5cd net_sched: make cls_ops->change and cls_ops->delete optional by Patrick McHardy · 15 years ago
- c9f1d03 net_sched: fix class grafting errno codes by Patrick McHardy · 15 years ago
- 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
- ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
- 72eb7bd [NET_SCHED]: sch_ingress: remove netfilter support by Patrick McHardy · 17 years ago
- 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 17 years ago
- 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
- 8916876 [NET_SCHED]: sch_ingress: remove useless printk by Patrick McHardy · 17 years ago
- 1389356 [NET_SCHED]: sch_ingress: avoid a few #ifdefs by Patrick McHardy · 17 years ago
- 645a1e3 [NET_SCHED]: sch_ingress: move dependencies to Kconfig by Patrick McHardy · 17 years ago
- c6ee877f [NET_SCHED]: sch_ingress: remove unnecessary ops by Patrick McHardy · 17 years ago
- e037834 [NET_SCHED]: sch_ingress: return proper error code in ingress_graft() by Patrick McHardy · 17 years ago
- c21d4d5 [NET_SCHED]: sch_ingress: remove unused inner qdisc by Patrick McHardy · 17 years ago
- cb53c04 [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper by Patrick McHardy · 17 years ago
- a478122 [NET_SCHED]: sch_ingress: remove excessive debugging by Patrick McHardy · 17 years ago
- 58f4df4 [NET_SCHED]: sch_ingress: formatting fixes by Patrick McHardy · 17 years ago
- 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
- 41c5b31 [NETFILTER]: Use nf_register_hooks for multiple registrations by Patrick McHardy · 17 years ago
- 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
- 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
- 3db05fea [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
- bdba91e [NET_SCHED]: Fix prio/ingress classification logic error by Patrick McHardy · 17 years ago
- c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
- 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
- 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 18 years ago
- fd44de7 [NET_SCHED]: ingress: switch back to using ingress_lock by Patrick McHardy · 18 years ago
- a48b5a6 [NET_SCHED]: Unline tcf_destroy by Patrick McHardy · 18 years ago
- dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 18 years ago
- 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
- 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2