aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+39
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov18-27/+46
2018-07-08net: sched: change type of reference and bind countersVlad Buslov17-42/+54
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-14/+30
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-14/+51
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu1-2/+5
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-2/+33
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes3-0/+396
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-2/+9
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun1-9/+16
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu1-0/+41
2018-07-02net sched actions: add extack messages in pedit actionRoman Mashak1-4/+12
2018-06-29net/sched: add tunnel option support to act_tunnel_keySimon Horman1-4/+210
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman1-6/+21
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman1-1/+4
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak1-1/+1
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak1-5/+5
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak1-2/+2
2018-06-28net sched actions: fix sparse warningRoman Mashak1-3/+3
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak1-13/+16
2018-06-28netem: slotting with non-uniform distributionYousuk Seung1-24/+49
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-8/+46
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley1-0/+39
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley1-0/+111
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley1-0/+32
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley1-0/+44
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-9/+16
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-06-24net_sched: remove unused htb drop_listCong Wang1-13/+0
2018-06-23net_sched: remove a bogus warning in hfscCong Wang1-2/+2
2018-06-22cls_flower: fix use after free in flower S/W pathPaolo Abeni1-4/+17
2018-06-20net/sched: act_ife: preserve the action control in case of errorDavide Caratti1-2/+1
2018-06-20net/sched: act_ife: fix recursive lock and idr leakDavide Caratti1-5/+4
2018-06-17net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook2-7/+9
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-503/+628
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller1-16/+10
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey1-10/+16
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov1-2/+2
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey1-1/+1
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey1-0/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov1-145/+293
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu1-3/+0