aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko13-0/+13
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko1-0/+1
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz1-2/+37
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong2-5/+10
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko1-3/+5
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko1-1/+12
2017-05-23net/sched: fix filter flushingJiri Pirko1-3/+10
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko1-2/+2
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko1-1/+0
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller1-1/+1
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko2-1/+45
2017-05-17net: sched: push tp down to action initJiri Pirko2-11/+13
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko1-16/+88
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko1-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko1-41/+107
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko1-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko1-6/+7
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko1-3/+3
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko15-96/+226
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko14-60/+60
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+8
2017-05-11net: sched: optimize class dumpsEric Dumazet1-0/+6
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko1-11/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko5-58/+18
2017-05-04net/sched: remove redundant null check on headColin Ian King1-2/+1
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko1-1/+1
2017-05-01flower: check unused bits in MPLS fieldsBenjamin LaHaise1-10/+22
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim1-0/+25
2017-04-24cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise1-0/+74
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+32
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong3-20/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong12-126/+132
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller1-23/+32
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern3-10/+15
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger2-0/+54
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg50-69/+77
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong1-1/+1
2017-04-05net: sched: choke: remove some dead codeDan Carpenter1-6/+0
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang2-6/+4
2017-03-24net: sched: choke: remove dead filter classify codeJiri Pirko1-51/+0
2017-03-23sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2017-03-21sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-03-16netem: apply correct delay when rate throttlingNik Unger1-8/+18
2017-03-16net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz1-2/+0
2017-03-16net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz1-2/+2
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-6/+11