Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | net_sched: fix two more memory leaks in cls_tcindex | Cong Wang | 1 | -9/+7 |
2019-04-17 | net/sched: act_sample: fix divide by zero in the traffic path | Davide Caratti | 1 | -1/+9 |
2019-04-17 | net/sched: fix ->get helper of the matchall cls | Nicolas Dichtel | 1 | -0/+5 |
2019-03-14 | net: netem: fix skb length BUG_ON in __skb_to_sgvec | Sheng Lan | 1 | -3/+7 |
2019-02-20 | net: create skb_gso_validate_mac_len() | Daniel Axtens | 1 | -10/+0 |
2019-01-31 | net_sched: refetch skb protocol for each filter | Cong Wang | 1 | -2/+1 |
2018-12-17 | net: Prevent invalid access to skb->prev in __qdisc_drop_all | Christoph Paasch | 1 | -0/+3 |
2018-11-13 | net: sched: Remove TCA_OPTIONS from policy | David Ahern | 1 | -1/+0 |
2018-11-04 | net/sched: cls_api: add missing validation of netlink attributes | Davide Caratti | 1 | -2/+5 |
2018-11-04 | net: sched: Fix for duplicate class dump | Phil Sutter | 1 | -1/+2 |
2018-11-04 | net: sched: gred: pass the right attribute to gred_change_table_def() | Jakub Kicinski | 1 | -1/+1 |
2018-11-04 | sch_netem: restore skb->dev after dequeuing from the rbtree | Christoph Paasch | 1 | -0/+4 |
2018-10-18 | net: sched: Add policy validation for tc attributes | David Ahern | 1 | -4/+18 |
2018-09-29 | net/sched: act_sample: fix NULL dereference in the data path | Davide Caratti | 1 | -1/+1 |
2018-09-19 | net: add rb_to_skb() and other rb tree helpers | Eric Dumazet | 1 | -10/+4 |
2018-09-15 | net: sched: action_ife: take reference to meta module | Vlad Buslov | 1 | -1/+15 |
2018-09-15 | act_ife: fix a potential deadlock | Cong Wang | 1 | -13/+21 |
2018-09-15 | act_ife: move tcfa_lock down to where necessary | Cong Wang | 1 | -24/+13 |
2018-09-15 | net/sched: act_pedit: fix dump of extended layered op | Davide Caratti | 1 | -5/+13 |
2018-09-15 | net: sched: Fix memory exposure from short TCA_U32_SEL | Kees Cook | 1 | -2/+6 |
2018-09-15 | act_ife: fix a potential use-after-free | Cong Wang | 1 | -1/+1 |
2018-08-24 | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used | Davide Caratti | 1 | -3/+3 |
2018-08-22 | cls_matchall: fix tcf_unbind_filter missing | Hangbin Liu | 1 | -0/+2 |
2018-08-22 | net_sched: Fix missing res info when create new tc_index filter | Hangbin Liu | 1 | -0/+1 |
2018-08-22 | net_sched: fix NULL pointer dereference when delete tcindex filter | Hangbin Liu | 1 | -5/+2 |
2018-07-22 | net_sched: blackhole: tell upper qdisc about dropped packets | Konstantin Khlebnikov | 1 | -1/+1 |
2018-06-26 | net/sched: act_simple: fix parsing of TCA_DEF_DATA | Davide Caratti | 1 | -9/+6 |
2018-06-20 | net sched actions: fix invalid pointer dereferencing if skbedit flags missing | Roman Mashak | 1 | -1/+2 |
2018-06-11 | cls_flower: Fix incorrect idr release when failing to modify rule | Paul Blakey | 1 | -1/+1 |
2018-05-30 | net/sched: fix idr leak in the error path of tcf_skbmod_init() | Davide Caratti | 1 | -1/+1 |
2018-05-30 | net/sched: fix idr leak in the error path of __tcf_ipt_init() | Davide Caratti | 1 | -3/+6 |
2018-05-30 | net/sched: fix idr leak in the error path of tcp_pedit_init() | Davide Caratti | 1 | -1/+1 |
2018-05-30 | net/sched: fix idr leak in the error path of tcf_act_police_init() | Davide Caratti | 1 | -1/+1 |
2018-05-30 | net/sched: fix idr leak in the error path of tcf_simp_init() | Davide Caratti | 1 | -1/+1 |
2018-05-30 | net/sched: fix idr leak on the error path of tcf_bpf_init() | Davide Caratti | 1 | -1/+1 |
2018-05-30 | net/sched: fix NULL dereference in the error path of tcf_sample_init() | Davide Caratti | 1 | -1/+2 |
2018-05-25 | net: sched: red: avoid hashing NULL child | Paolo Abeni | 2 | -4/+6 |
2018-05-25 | net/sched: fix refcnt leak in the error path of tcf_vlan_init() | Davide Caratti | 1 | -0/+2 |
2018-05-19 | net: sched: fix error path in tcf_proto_create() when modules are not configured | Jiri Pirko | 1 | -1/+1 |
2018-05-19 | net_sched: fq: take care of throttled flows before reuse | Eric Dumazet | 1 | -12/+25 |
2018-05-19 | net sched actions: fix refcnt leak in skbmod | Roman Mashak | 1 | -1/+4 |
2018-04-29 | net: sched: ife: handle malformed tlv length | Alexander Aring | 1 | -1/+6 |
2018-04-29 | net: sched: ife: signal not finding metaid | Alexander Aring | 1 | -1/+1 |
2018-04-12 | net/sched: fix NULL dereference on the error path of tcf_skbmod_init() | Davide Caratti | 1 | -1/+2 |
2018-04-12 | net/sched: fix NULL dereference in the error path of tunnel_key_init() | Davide Caratti | 1 | -4/+5 |
2018-04-12 | net/sched: fix NULL dereference in the error path of tcf_bpf_init() | Davide Caratti | 1 | -4/+8 |
2018-04-12 | net sched actions: fix dumping which requires several messages to user space | Craig Dillabaugh | 1 | -1/+3 |
2018-03-31 | sch_netem: fix skb leak in netem_enqueue() | Alexey Kodanev | 1 | -1/+1 |
2018-03-31 | net sched actions: return explicit error when tunnel_key mode is not specified | Roman Mashak | 1 | -0/+1 |
2018-03-19 | net: sched: drop qdisc_reset from dev_graft_qdisc | John Fastabend | 1 | -9/+19 |