summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-1/+1
|\
| * net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong2017-04-061-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-1350-69/+77
* | net: sched: choke: remove some dead codeDan Carpenter2017-04-051-6/+0
* | net_sched: use setup_deferrable_timerGeliang Tang2017-03-242-6/+4
* | net: sched: choke: remove dead filter classify codeJiri Pirko2017-03-241-51/+0
* | sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2017-03-231-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-2/+8
|\|
| * sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-03-211-2/+8
* | netem: apply correct delay when rate throttlingNik Unger2017-03-161-8/+18
* | net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz2017-03-161-2/+0
* | net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz2017-03-161-2/+2
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-6/+11
* | mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck2017-03-151-10/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-152-1/+3
|\|
| * act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-121-0/+3
| * net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-071-1/+0
* | sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller2017-03-131-1/+1
* | net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-1215-16/+62
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* 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