aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun1-2/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko1-0/+3
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi2-78/+33
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-85/+48
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2017-02-01net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi1-1/+0
2017-02-01net/sched: act_sample: Fix error path in initYotam Gigi1-1/+4
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman1-2/+2
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+45
2017-01-24net/sched: Introduce sample tc actionYotam Gigi3-0/+287
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann1-6/+17
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+6
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-01-16net/sched: cls_flower: Disallow duplicate internal elementsPaul Blakey1-3/+14
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann2-5/+4
2017-01-11net/sched: cls_flower: Support matching on ARPSimon Horman1-0/+51
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti1-0/+30
2017-01-09net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti1-0/+1
2017-01-09cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise1-1/+0
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2-3/+5
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn1-6/+6
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn3-10/+8
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-7/+4
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn1-1/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-01-03net/sched: cls_matchall: Fix error pathYotam Gigi1-6/+16
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier1-1/+1
2016-12-28net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey1-0/+4
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-23net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz1-11/+12
2016-12-23net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz1-2/+2
2016-12-20net_sched: sch_netem: use rb_entry()Geliang Tang1-1/+1
2016-12-20net_sched: sch_fq: use rb_entry()Geliang Tang1-7/+7
2016-12-17net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey1-1/+1
2016-12-17net/sched: cls_flower: Use mask for addr_typePaul Blakey1-0/+4
2016-12-08net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman1-0/+53
2016-12-08net/sched: cls_flower: Add support for matching on flagsOr Gerlitz1-0/+76
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2-0/+17
2016-12-05bpf, cls: consolidate prog deletion pathDaniel Borkmann1-17/+13
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet9-33/+33
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion1-1/+4
2016-12-03act_mirred: fix a typo in get_devWANG Cong1-1/+1