1. 08d7056 net_sched: fix NULL deref in fifo_set_limit() by Eric Dumazet · 3 years, 1 month ago
  2. 7a39f76 net/sched: cls_flower: Use mask for addr_type by Paul Blakey · 8 years ago
  3. 13abbb3 net: sched: fix warning in tcindex_alloc_perfect_hash by Pavel Skripkin · 3 years, 4 months ago
  4. 1359954 sch_dsmark: fix a NULL deref in qdisc_reset() by Taehee Yoo · 3 years, 5 months ago
  5. 7e356ee net: sched: sch_teql: fix null-pointer dereference by Pavel Tikhomirov · 3 years, 7 months ago
  6. f4191e8 net: sched: validate stab values by Eric Dumazet · 3 years, 8 months ago
  7. d2d5b9d net: sched: avoid duplicates in classes dump by Maximilian Heyne · 3 years, 8 months ago
  8. 17af614 net_sched: reject silly cell_log in qdisc_get_rtab() by Eric Dumazet · 3 years, 10 months ago
  9. ed4b430 net_sched: avoid shift-out-of-bounds in tcindex_set_parms() by Eric Dumazet · 3 years, 10 months ago
  10. 586692b net: sched: prevent invalid Scell_log shift count by Randy Dunlap · 3 years, 10 months ago
  11. 0263059 net: sched: export __netdev_watchdog_up() by Valentin Longchamp · 4 years, 5 months ago
  12. 019495f sch_sfq: validate silly quantum values by Eric Dumazet · 4 years, 6 months ago
  13. 6f96cc3 sch_choke: avoid potential panic in choke_reset() by Eric Dumazet · 4 years, 6 months ago
  14. ce0ca3d fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks by Eric Dumazet · 4 years, 6 months ago
  15. c4453d2 net_sched: keep alloc_hash updated after hash allocation by Cong Wang · 4 years, 8 months ago
  16. 97a8e7a net_sched: cls_route: remove the right filter from hashtable by Cong Wang · 4 years, 8 months ago
  17. 65c9a7a net: fq: add missing attribute validation for orphan mask by Jakub Kicinski · 4 years, 8 months ago
  18. 259384b net: sched: correct flower port blocking by Jason Baron · 4 years, 9 months ago
  19. c1edff5 net/sched: flower: add missing validation of TCA_FLOWER_FLAGS by Davide Caratti · 4 years, 9 months ago
  20. 9afbff6 net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS by Davide Caratti · 4 years, 9 months ago
  21. b974ac5 net_sched: fix an OOB access in cls_tcindex by Cong Wang · 4 years, 9 months ago
  22. d157f11 cls_rsvp: fix rsvp_policy by Eric Dumazet · 4 years, 9 months ago
  23. 39f139d net_sched: ematch: reject invalid TCF_EM_SIMPLE by Eric Dumazet · 4 years, 9 months ago
  24. 627996d net_sched: fix datalen for ematch by Cong Wang · 4 years, 10 months ago
  25. 37b41ca net: netem: correct the parent's backlog when corrupted packet was dropped by Jakub Kicinski · 5 years ago
  26. 21a554f net: netem: fix error path for corrupted GSO frames by Jakub Kicinski · 5 years ago
  27. ac63990 act_mirred: Fix mirred_init_module error handling by YueHaibing · 5 years ago
  28. 594c7921a net: netem: fix backlog accounting for corrupted GSO frames by Jakub Kicinski · 5 years ago
  29. f863b71 net: sch_prio: When ungrafting, replace with FIFO by Petr Machata · 4 years, 10 months ago
  30. 9e9dcbc pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM by Eric Dumazet · 4 years, 10 months ago
  31. 885187e net: sched: fix `tc -s class show` no bstats on class with nolock subqueues by Dust Li · 5 years ago
  32. 079e02e net/sched: act_pedit: fix WARN() in the traffic path by Davide Caratti · 5 years ago
  33. 1f94465 net/flow_dissector: switch to siphash by Eric Dumazet · 5 years ago
  34. 1d41d2f sch_netem: fix rcu splat in netem_enqueue() by Eric Dumazet · 5 years ago
  35. d1b2bdb net: avoid potential infinite loop in tc_ctl_action() by Eric Dumazet · 5 years ago
  36. 2e9b0c5 sch_cbq: validate TCA_CBQ_WRROPT to avoid crash by Eric Dumazet · 5 years ago
  37. fdf26ff sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  38. 9850f93 sch_netem: fix a divide by zero in tabledist() by Eric Dumazet · 5 years ago
  39. 5d048c3 net_sched: let qdisc_put() accept NULL pointer by Cong Wang · 5 years ago
  40. cbb4979f sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero by Cong Wang · 5 years ago
  41. 264e020 ife: error out when nla attributes are empty by Cong Wang · 5 years ago
  42. 4c6f0d6 net: sched: Fix a possible null-pointer dereference in dequeue_func() by Jia-Ju Bai · 5 years ago
  43. 009510a net: netem: fix skb length BUG_ON in __skb_to_sgvec by Sheng Lan · 6 years ago
  44. 84d8c3a net: create skb_gso_validate_mac_len() by Daniel Axtens · 6 years ago
  45. 147bb6f net_sched: refetch skb protocol for each filter by Cong Wang · 6 years ago
  46. 8dd57cc net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  47. 3628c3d net: sched: gred: pass the right attribute to gred_change_table_def() by Jakub Kicinski · 6 years ago
  48. 3d34325 sch_tbf: fix two null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  49. 977f75d sch_netem: avoid null pointer deref on init failure by Nikolay Aleksandrov · 7 years ago
  50. bafe019 sch_hhf: fix null pointer dereference on init failure by Nikolay Aleksandrov · 7 years ago
  51. 9db519d sch_multiq: fix double free on init failure by Nikolay Aleksandrov · 7 years ago
  52. 951104e sch_htb: fix crash on init failure by Nikolay Aleksandrov · 7 years ago
  53. 947c262 net: sched: action_ife: take reference to meta module by Vlad Buslov · 6 years ago
  54. a93288c act_ife: fix a potential deadlock by Cong Wang · 6 years ago
  55. c892575 act_ife: move tcfa_lock down to where necessary by Cong Wang · 6 years ago
  56. 214339f net: sched: Fix memory exposure from short TCA_U32_SEL by Kees Cook · 6 years ago
  57. 4fb15ff act_ife: fix a potential use-after-free by Cong Wang · 6 years ago
  58. 7754ed7 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  59. c4db09a cls_matchall: fix tcf_unbind_filter missing by Hangbin Liu · 6 years ago
  60. ce494b3 net_sched: fix NULL pointer dereference when delete tcindex filter by Hangbin Liu · 6 years ago
  61. fa284d2 net_sched: Fix missing res info when create new tc_index filter by Hangbin Liu · 6 years ago
  62. 1f1fbe1 net_sched: blackhole: tell upper qdisc about dropped packets by Konstantin Khlebnikov · 6 years ago
  63. 2d34743 net/sched: act_simple: fix parsing of TCA_DEF_DATA by Davide Caratti · 6 years ago
  64. c8b54621 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 7 years ago
  65. e5d0f6a6 net: sched: ife: signal not finding metaid by Alexander Aring · 7 years ago
  66. 4363b97 net sched actions: fix dumping which requires several messages to user space by Craig Dillabaugh · 7 years ago
  67. 0e8d6e8 net/sched: fix NULL dereference on the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  68. 9d1ff26 net/sched: fix NULL dereference in the error path of tunnel_key_init() by Davide Caratti · 7 years ago
  69. 44c8871 net/sched: fix NULL dereference in the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  70. e927ffb sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 7 years ago
  71. 4f2f7a0 net sched actions: return explicit error when tunnel_key mode is not specified by Roman Mashak · 7 years ago
  72. ae34475 sched: act_csum: don't mangle TCP and UDP GSO packets by Davide Caratti · 8 years ago
  73. 3649d93 netem: apply correct delay when rate throttling by Nik Unger · 8 years ago
  74. a0514c0 net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  75. fa46d14 cls_u32: add missing RCU annotation. by Paolo Abeni · 7 years ago
  76. b28394c net/sched: Fix update of lastuse in act modules implementing stats_update by Roi Dayan · 7 years ago
  77. b3f662c sch_dsmark: fix invalid skb_cow() usage by Eric Dumazet · 8 years ago
  78. 7b9870f net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  79. 5600c75 net_sched: always reset qdisc backlog in qdisc_reset() by Konstantin Khlebnikov · 7 years ago
  80. b13bc54 net/sched: cls_matchall: fix crash when used with classful qdisc by Davide Caratti · 7 years ago
  81. f86d3b1 net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker by Jiri Pirko · 7 years ago
  82. 3e00bf9 net: sched: fix NULL pointer dereference when action calls some targets by Xin Long · 7 years ago
  83. 792c070 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  84. 38530f6 net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 7 years ago
  85. e392e30 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target by Xin Long · 7 years ago
  86. dc491cd net: sched: Fix one possible panic when no destroy callback by Gao Feng · 7 years ago
  87. 13550ff net_sched: fix error recovery at qdisc creation by Eric Dumazet · 8 years ago
  88. 47c8dc4 act_connmark: avoid crashing on malformed nlattrs with null parms by Etienne Noss · 8 years ago
  89. 5f79aab net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump by Alexey Khoroshilov · 8 years ago
  90. 063893e net sched actions: decrement module reference count after table flush. by Roman Mashak · 8 years ago
  91. 6c8556f net/sched: matchall: Fix configuration race by Yotam Gigi · 8 years ago
  92. b260a71 net sched actions: fix refcnt when GETing of action after bind by Jamal Hadi Salim · 8 years ago
  93. 9b4a34f net/sched: cls_flower: Fix missing addr_type in classify by Paul Blakey · 8 years ago
  94. 09babe4 net, sched: fix soft lockup in tc_classify by Daniel Borkmann · 8 years ago
  95. 725cbb62 sched: cls_flower: remove from hashtable only in case skip sw flag is not set by Jiri Pirko · 8 years ago
  96. 95c2027 net/sched: pedit: make sure that offset is valid by Amir Vadai · 8 years ago
  97. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  98. 19a8bb2 net sched filters: fix filter handle ID in tfilter_notify_chain() by Roman Mashak · 8 years ago
  99. 30a391a net sched filters: pass netlink message flags in event notification by Roman Mashak · 8 years ago
  100. 4700e9c net_sched actions: use nla_parse_nested() by Johannes Berg · 8 years ago