summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net sched actions: do not overwrite status of action creation.Roman Mashak2017-02-261-2/+2
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-02-261-4/+1
* pkt_sched: Remove useless qdisc_stab_lockGao Feng2017-02-171-12/+0
* net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz2017-02-171-2/+11
* net/sched: cls_u32: Reflect HW offload statusOr Gerlitz2017-02-171-0/+10
* net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz2017-02-171-2/+10
* net/sched: cls_flower: Reflect HW offload statusOr Gerlitz2017-02-171-0/+5
* net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz2017-02-171-0/+3
* net/sched: cls_flower: Properly handle classifier flags dumpingOr Gerlitz2017-02-171-1/+2
* net_sched: nla_memdup_cookie() can be staticWei Yongjun2017-02-141-1/+1
* sched: Fix accidental removal of errout gotoJiri Pirko2017-02-141-0/+1
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-115-23/+19
* net/act_pedit: Introduce 'add' operationAmir Vadai2017-02-101-4/+26
* net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai2017-02-101-16/+180
* sched: check negative err value to safe one level of indentJiri Pirko2017-02-101-13/+9
* sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko2017-02-101-1/+2
* sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko2017-02-101-10/+19
* sched: push TC filter protocol creation into a separate functionJiri Pirko2017-02-101-51/+59
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-1013-24/+32
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-102-6/+6
* net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun2017-02-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-1/+1
|\
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-1/+1
* | sched: cls_flower: expose priority to offloading netdeviceJiri Pirko2017-02-031-0/+3
* | net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-032-78/+33
* | net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2017-02-031-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-85/+48
|\ \
| * | net/sched: matchall: Fix configuration raceYotam Gigi2017-02-011-82/+45
| * | net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman2017-01-301-2/+2
* | | net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi2017-02-011-1/+0
* | | net/sched: act_sample: Fix error path in initYotam Gigi2017-02-011-1/+4
* | | net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+45
* | | net/sched: Introduce sample tc actionYotam Gigi2017-01-243-0/+287
* | | fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-201-5/+1
* | | net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann2017-01-191-6/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-173-8/+6
|\| |
| * | net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-161-3/+2
| * | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-5/+4
* | | net/sched: cls_flower: Disallow duplicate internal elementsPaul Blakey2017-01-161-3/+14
* | | net/sched: cls_flower: Support matching on ARPSimon Horman2017-01-111-0/+51
* | | net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti2017-01-091-0/+30
* | | net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti2017-01-091-0/+1
* | | cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise2017-01-091-1/+0
* | | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-082-3/+5
* | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-081-6/+6
* | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-083-10/+8
* | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-081-7/+4
* | | net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-081-1/+2
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-0/+4
|\| |