aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-03-23net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-03-23treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-23Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-03-21sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-03-16netem: apply correct delay when rate throttlingNik Unger
2017-03-16net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz
2017-03-16net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-15mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-26net sched actions: do not overwrite status of action creation.Roman Mashak
2017-02-26net sched actions: decrement module reference count after table flush.Roman Mashak
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