aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-483/+1074
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan1-4/+3
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang1-3/+1
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang5-45/+33
2018-12-10net/sched: Remove egdev mechanismOz Shlomo2-267/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-25/+25
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov1-20/+69
2018-12-04net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim1-1/+3
2018-12-04net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim1-10/+11
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-5/+5
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2-5/+5
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti1-12/+12
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+22
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti1-0/+1
2018-11-20net/sched: act_police: fix race condition on state variablesDavide Caratti1-14/+21
2018-11-20net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet1-1/+6
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski1-0/+2
2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski1-0/+47
2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski1-0/+47
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+21
2018-11-16net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski1-1/+143
2018-11-16net: sched: gred: store red flags per virtual queueJakub Kicinski1-6/+18
2018-11-16net: sched: gred: provide a better structured dump and expose statsJakub Kicinski1-1/+52
2018-11-16net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski1-1/+1
2018-11-16net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski1-11/+33
2018-11-16net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski1-2/+2
2018-11-16net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski1-6/+6
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia1-15/+21
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia1-15/+29
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia1-9/+12
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia1-1/+3
2018-11-16net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti1-1/+2
2018-11-15net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet1-12/+19
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar1-6/+149
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski1-0/+1
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski1-0/+9
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski1-0/+17
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski1-0/+17
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+15
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet1-0/+21
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet2-10/+2
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-1/+255
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3