summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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/+33Star
* | 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/+48Star
|\ \
| * | net/sched: matchall: Fix configuration raceYotam Gigi2017-02-011-82/+45Star
| * | 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/+0Star
* | | 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/+1Star
* | | 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/+6Star
|\| |
| * | net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-171-3/+2Star
| * | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-5/+4Star
* | | 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/+0Star
* | | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-092-3/+5
* | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-091-6/+6
* | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-093-10/+8Star
* | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-7/+4Star
* | | net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-091-1/+2
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-0/+4
|\| |
| * | net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey2016-12-281-0/+4
* | | net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-041-6/+16
| |/ |/|
* | net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-281-1/+3
|\
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
|/
* net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz2016-12-231-11/+12
* net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz2016-12-231-2/+2
* net_sched: sch_netem: use rb_entry()Geliang Tang2016-12-201-1/+1
* net_sched: sch_fq: use rb_entry()Geliang Tang2016-12-201-7/+7
* net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey2016-12-171-1/+1
* net/sched: cls_flower: Use mask for addr_typePaul Blakey2016-12-171-0/+4
* net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman2016-12-081-0/+53
* net/sched: cls_flower: Add support for matching on flagsOr Gerlitz2016-12-081-0/+76
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-052-0/+17
* bpf, cls: consolidate prog deletion pathDaniel Borkmann2016-12-051-17/+13Star
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-059-33/+33
* net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion2016-12-051-1/+4
* act_mirred: fix a typo in get_devWANG Cong2016-12-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-039-29/+58
|\