summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-0/+3
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
* net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
* net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
* taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-08-311-10/+13
* taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-08-311-4/+4
* net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti2019-08-281-2/+6
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-281-1/+5
* net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti2019-08-281-4/+7
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-2719-23/+24
* net sched: update skbedit action for batched events operationsRoman Mashak2019-08-081-0/+12
* net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-081-1/+2
* net sched: update vlan action for batched events operationsRoman Mashak2019-08-061-0/+9
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0518-75/+100
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-07-291-3/+3
* ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-3/+7
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-195-7/+7
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-173-4/+1
* net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing2019-07-171-1/+1
* fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel2019-07-161-3/+3
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-121-1/+1
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-12/+12
* net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-98/+0
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-7/+7
* net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
* net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+3
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-092-10/+10
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-11/+11
* net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-5/+122
* net/sched: Introduce action ctPaul Blakey2019-07-094-0/+1001
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-083-0/+418
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-082-23/+13
|\
| * idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-011-20/+7
| * idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-011-3/+6
* | net sched: update mirred action for batched events operationsRoman Mashak2019-07-011-0/+6
* | net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov2019-06-291-0/+14
* | net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov2019-06-291-1/+13
* | net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov2019-06-291-1/+6
* | net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov2019-06-291-0/+13
* | taprio: Adjust timestamps for TCP packetsVedang Patel2019-06-281-1/+40
* | taprio: make clock reference conversions easierVedang Patel2019-06-281-8/+22
* | taprio: Add support for txtime-assist modeVedang Patel2019-06-281-17/+324
* | taprio: Remove inline directiveVedang Patel2019-06-281-1/+1
* | taprio: calculate cycle_time when schedule is installedVedang Patel2019-06-281-18/+11
* | etf: Add skip_sock_checkVedang Patel2019-06-281-0/+10
* | net: sched: protect against stack overflow in TC act_mirredJohn Hurley2019-06-281-0/+14
* | net: sched: refactor reinsert actionJohn Hurley2019-06-281-1/+2