aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsGravatar Etienne Noss 1-0/+3
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpGravatar Alexey Khoroshilov 1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-26net sched actions: do not overwrite status of action creation.Gravatar Roman Mashak 1-2/+2
2017-02-26net sched actions: decrement module reference count after table flush.Gravatar Roman Mashak 1-4/+1
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGravatar Gao Feng 1-12/+0
2017-02-17net/sched: cls_bpf: Reflect HW offload statusGravatar Or Gerlitz 1-2/+11
2017-02-17net/sched: cls_u32: Reflect HW offload statusGravatar Or Gerlitz 1-0/+10
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusGravatar Or Gerlitz 1-2/+10
2017-02-17net/sched: cls_flower: Reflect HW offload statusGravatar Or Gerlitz 1-0/+5
2017-02-17net/sched: cls_matchall: Dump the classifier flagsGravatar Or Gerlitz 1-0/+3
2017-02-17net/sched: cls_flower: Properly handle classifier flags dumpingGravatar Or Gerlitz 1-1/+2
2017-02-14net_sched: nla_memdup_cookie() can be staticGravatar Wei Yongjun 1-1/+1
2017-02-14sched: Fix accidental removal of errout gotoGravatar Jiri Pirko 1-0/+1
2017-02-11net_sched: fix error recovery at qdisc creationGravatar Eric Dumazet 5-23/+19
2017-02-10net/act_pedit: Introduce 'add' operationGravatar Amir Vadai 1-4/+26
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersGravatar Amir Vadai 1-16/+180
2017-02-10sched: check negative err value to safe one level of indentGravatar Jiri Pirko 1-13/+9
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterGravatar Jiri Pirko 1-1/+2
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterGravatar Jiri Pirko 1-10/+19
2017-02-10sched: push TC filter protocol creation into a separate functionGravatar Jiri Pirko 1-51/+59
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiGravatar Jiri Pirko 13-24/+32
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoGravatar Jiri Pirko 2-6/+6
2017-02-07net/sched: act_mirred: remove duplicated include from act_mirred.cGravatar Wei Yongjun 1-2/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+1
2017-02-03sched: cls_flower: expose priority to offloading netdeviceGravatar Jiri Pirko 1-0/+3
2017-02-03net/sched: act_ife: Change to use ife moduleGravatar Yotam Gigi 2-78/+33
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeGravatar Yotam Gigi 1-2/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-85/+48
2017-02-02skbuff: add and use skb_nfct helperGravatar Florian Westphal 1-1/+1
2017-02-01net/sched: act_psample: Remove unnecessary ASSERT_RTNLGravatar Yotam Gigi 1-1/+0
2017-02-01net/sched: act_sample: Fix error path in initGravatar Yotam Gigi 1-1/+4
2017-02-01net/sched: matchall: Fix configuration raceGravatar Yotam Gigi 1-82/+45
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeGravatar Simon Horman 1-2/+2
2017-01-25net sched actions: Add support for user cookiesGravatar Jamal Hadi Salim 1-0/+45
2017-01-24net/sched: Introduce sample tc actionGravatar Yotam Gigi 3-0/+287
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryGravatar Andrew Collins 1-5/+1
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeGravatar Arnd Bergmann 1-6/+17
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-8/+6
2017-01-16net sched actions: fix refcnt when GETing of action after bindGravatar Jamal Hadi Salim 1-3/+2
2017-01-16net/sched: cls_flower: Disallow duplicate internal elementsGravatar Paul Blakey 1-3/+14
2017-01-16bpf: rework prog_digest into prog_tagGravatar Daniel Borkmann 2-5/+4
2017-01-11net/sched: cls_flower: Support matching on ARPGravatar Simon Horman 1-0/+51
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsGravatar Davide Caratti 1-0/+30
2017-01-09net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedGravatar Davide Caratti 1-0/+1
2017-01-09cls_u32: don't bother explicitly initializing ->divisor to zeroGravatar Alexandru Moise 1-1/+0
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedGravatar Willem de Bruijn 2-3/+5
2017-01-08net-tc: convert tc_at to tc_at_ingressGravatar Willem de Bruijn 1-6/+6
2017-01-08net-tc: convert tc_verd to integer bitfieldsGravatar Willem de Bruijn 3-10/+8
2017-01-08net-tc: extract skip classify bit from tc_verdGravatar Willem de Bruijn 1-7/+4