summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng
2017-02-17net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz
2017-02-17net/sched: cls_u32: Reflect HW offload statusOr Gerlitz
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz
2017-02-17net/sched: cls_flower: Reflect HW offload statusOr Gerlitz
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz
2017-02-17net/sched: cls_flower: Properly handle classifier flags dumpingOr Gerlitz
2017-02-14net_sched: nla_memdup_cookie() can be staticWei Yongjun
2017-02-14sched: Fix accidental removal of errout gotoJiri Pirko
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-02-10net/act_pedit: Introduce 'add' operationAmir Vadai
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko
2017-02-07net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-01net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi
2017-02-01net/sched: act_sample: Fix error path in initYotam Gigi
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim
2017-01-24net/sched: Introduce sample tc actionYotam Gigi
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim
2017-01-16net/sched: cls_flower: Disallow duplicate internal elementsPaul Blakey
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2017-01-11net/sched: cls_flower: Support matching on ARPSimon Horman
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti
2017-01-09net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti
2017-01-09cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-03net/sched: cls_matchall: Fix error pathYotam Gigi
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier