Pavel Skripkin 63594fd2f7 net: sched: fix warning in tcindex_alloc_perfect_hash hace 3 años
..
Kconfig 8ec1507dc9 net: sched: select cls when cls_act is enabled hace 7 años
Makefile b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license hace 7 años
act_api.c eccfa2109a net: avoid potential infinite loop in tc_ctl_action() hace 5 años
act_bpf.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_connmark.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_csum.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_gact.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_ife.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_ipt.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_meta_mark.c 084e2f6566 Support to encoding decoding skb mark on IFE action hace 8 años
act_meta_skbprio.c 200e10f469 Support to encoding decoding skb prio on IFE action hace 8 años
act_meta_skbtcindex.c 408fbc22ef net sched ife action: Introduce skb tcindex metadata encap decap hace 8 años
act_mirred.c e891a20643 act_mirred: Fix mirred_init_module error handling hace 4 años
act_nat.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_pedit.c faacb24993 net/sched: act_pedit: fix WARN() in the traffic path hace 5 años
act_police.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_sample.c 5c0146b51f net/sched: act_sample: don't push mac header on ip6gre ingress hace 5 años
act_simple.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_skbedit.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_skbmod.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_tunnel_key.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
act_vlan.c 9fa2ddc1b7 net_sched: fix a NULL pointer deref in ipt action hace 5 años
cls_api.c 6da1dfff12 net_sched: refetch skb protocol for each filter hace 5 años
cls_basic.c 0b2a59894b cls_basic: use tcf_exts_get_net() before call_rcu() hace 7 años
cls_bpf.c 627a595611 cls_bpf: don't decrement net's refcount when offload fails hace 7 años
cls_cgroup.c ed14816814 cls_cgroup: use tcf_exts_get_net() before call_rcu() hace 7 años
cls_flow.c 22f7cec93f cls_flow: use tcf_exts_get_net() before call_rcu() hace 7 años
cls_flower.c 7c9fbd9447 net: sched: correct flower port blocking hace 4 años
cls_fw.c d5f984f5af cls_fw: use tcf_exts_get_net() before call_rcu() hace 7 años
cls_matchall.c 221a199d7c net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS hace 4 años
cls_route.c f0c92f59cf net_sched: cls_route: remove the right filter from hashtable hace 4 años
cls_rsvp.c 0ba4805383 [NET_SCHED]: Remove unnecessary includes hace 17 años
cls_rsvp.h 44220931fc cls_rsvp: fix rsvp_policy hace 4 años
cls_rsvp6.c 0ba4805383 [NET_SCHED]: Remove unnecessary includes hace 17 años
cls_tcindex.c 63594fd2f7 net: sched: fix warning in tcindex_alloc_perfect_hash hace 3 años
cls_u32.c 7f1e6ec4ff net: sched: Fix memory exposure from short TCA_U32_SEL hace 6 años
em_canid.c 82a470f111 net: sched: remove tcf_proto from ematch calls hace 10 años
em_cmp.c cc7ec456f8 net_sched: cleanups hace 14 años
em_ipset.c 613dbd9572 netfilter: x_tables: move hook state into xt_action_param structure hace 8 años
em_meta.c 41c6d650f6 net: convert sock.sk_refcnt from atomic_t to refcount_t hace 7 años
em_nbyte.c 82a470f111 net: sched: remove tcf_proto from ematch calls hace 10 años
em_text.c 059a2440fd net: Remove state argument from skb_find_text() hace 9 años
em_u32.c cc7ec456f8 net_sched: cleanups hace 14 años
ematch.c b4cdf5066c net_sched: ematch: reject invalid TCF_EM_SIMPLE hace 4 años
sch_api.c e37189da53 net: sched: avoid duplicates in classes dump hace 3 años
sch_atm.c 06bb398e7e net_sched: fix a memory leak in atm_tc_init() hace 4 años
sch_blackhole.c b36f997add net_sched: blackhole: tell upper qdisc about dropped packets hace 6 años
sch_cbq.c 1f35e1a1dc sch_cbq: validate TCA_CBQ_WRROPT to avoid crash hace 5 años
sch_choke.c 43c9bffda3 net: sched: validate stab values hace 3 años
sch_codel.c 9838c90727 net: sched: Fix a possible null-pointer dereference in dequeue_func() hace 5 años
sch_drr.c 143976ce99 net_sched: remove tc class reference counting hace 7 años
sch_dsmark.c 402e43234d sch_dsmark: fix a NULL deref in qdisc_reset() hace 3 años
sch_fifo.c 97d0678f91 sched: don't use skb queue helpers hace 8 años
sch_fq.c 2165d304e8 net: fq: add missing attribute validation for orphan mask hace 4 años
sch_fq_codel.c 9f72c9a9da fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks hace 4 años
sch_generic.c 1aa52fb678 net: sched: export __netdev_watchdog_up() hace 4 años
sch_gred.c 43c9bffda3 net: sched: validate stab values hace 3 años
sch_hfsc.c 21f4d5cc25 net_sched/hfsc: fix curve activation in hfsc_change_class() hace 7 años
sch_hhf.c a9de6f42e9 net/flow_dissector: switch to siphash hace 5 años
sch_htb.c 6026e043d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net hace 7 años
sch_ingress.c 1129573044 net: sched: fix static key imbalance in case of ingress/clsact_init error hace 7 años
sch_mq.c 3c6e959125 net: sched: fix `tc -s class show` no bstats on class with nolock subqueues hace 5 años
sch_mqprio.c 3c6e959125 net: sched: fix `tc -s class show` no bstats on class with nolock subqueues hace 5 años
sch_multiq.c 3c6e959125 net: sched: fix `tc -s class show` no bstats on class with nolock subqueues hace 5 años
sch_netem.c b630744138 net: netem: correct the parent's backlog when corrupted packet was dropped hace 4 años
sch_pie.c fceb6435e8 netlink: pass extended ACK struct to parsing functions hace 7 años
sch_plug.c 520ac30f45 net_sched: drop packets after root qdisc lock is released hace 8 años
sch_prio.c a56f603445 net: sch_prio: When ungrafting, replace with FIFO hace 4 años
sch_qfq.c 559f994ff2 pkt_sched: sch_qfq: fix qfq_change_class() error path hace 3 años
sch_red.c 43c9bffda3 net: sched: validate stab values hace 3 años
sch_sfb.c a9de6f42e9 net/flow_dissector: switch to siphash hace 5 años
sch_sfq.c 43c9bffda3 net: sched: validate stab values hace 3 años
sch_tbf.c 785644d673 net: create skb_gso_validate_mac_len() hace 5 años
sch_teql.c 3e9861a792 net: sched: sch_teql: fix null-pointer dereference hace 3 años