summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-10sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-09-06net: sched: fix reordering issuesEric Dumazet
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-08-28net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-08-08net sched: update skbedit action for batched events operationsRoman Mashak
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk
2019-08-06net sched: update vlan action for batched events operationsRoman Mashak
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai
2019-07-25ife: error out when nla attributes are emptyCong Wang
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: sched: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net/sched: cls_flower: Add matching on conntrack infoPaul Blakey
2019-07-09net/sched: Introduce action ctPaul Blakey
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Cong Wang
2019-06-29net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel
2019-06-28taprio: make clock reference conversions easierVedang Patel
2019-06-28taprio: Add support for txtime-assist modeVedang Patel
2019-06-28taprio: Remove inline directiveVedang Patel
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel
2019-06-28etf: Add skip_sock_checkVedang Patel
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley
2019-06-28net: sched: refactor reinsert actionJohn Hurley