Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley
2018-05-25net_sched: switch to rcu_workCong Wang
2018-01-25cls_matchall: propagate extack to delete callbackJakub Kicinski
2018-01-25cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-25net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-25net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-23net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet
2018-01-23net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring
2018-01-19net: sched: cls: fix code style issuesAlexander Aring
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko
2017-09-19net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-08-08net_sched: use void pointer for filter handleWANG Cong
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko
2017-05-04net/sched: remove redundant null check on headColin Ian King
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi
2017-01-04net/sched: cls_matchall: Fix error pathYotam Gigi
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-07-25net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-07-25net/sched: introduce Match-all classifierJiri Pirko