index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
pkt_cls.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
net: sched: implement terse dump support in act
Vlad Buslov
1
-0
/
+1
2020-03-30
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
1
-1
/
+4
2020-03-26
net: sched: refine extack messages in tcf_change_indev
Guillaume Nault
1
-2
/
+6
2020-03-14
net: sched: RED: Introduce an ECN nodrop mode
Petr Machata
1
-0
/
+1
2020-03-12
Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...
David S. Miller
1
-0
/
+13
2020-03-05
net: sched: Make FIFO Qdisc offloadable
Petr Machata
1
-0
/
+15
2020-02-19
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
1
-2
/
+5
2020-02-19
net: sched: Introduce ingress classification function
Paul Blakey
1
-0
/
+10
2020-02-17
net: sched: don't take rtnl lock during flow_action setup
Vlad Buslov
1
-1
/
+1
2020-01-27
net_sched: fix ops->bind_class() implementations
Cong Wang
1
-14
/
+19
2020-01-25
net: sched: Make TBF Qdisc offloadable
Petr Machata
1
-0
/
+22
2019-12-18
net: sch_ets: Make the ETS qdisc offloadable
Petr Machata
1
-0
/
+31
2019-12-18
net: pkt_cls: Clarify a comment
Petr Machata
1
-3
/
+2
2019-08-26
net: sched: take reference to action dev before calling offloads
Vlad Buslov
1
-0
/
+2
2019-08-26
net: sched: take rtnl lock in tc_setup_flow_action()
Vlad Buslov
1
-1
/
+1
2019-08-26
net: sched: refactor block offloads counter usage
Vlad Buslov
1
-1
/
+16
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-18
net: sched: use major priority number as hardware priority
Pablo Neira Ayuso
1
-1
/
+1
2019-08-08
flow_offload: move tc indirect block to flow offload
wenxu
1
-35
/
+0
2019-07-19
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-3
/
+2
2019-07-12
net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()
Vlad Buslov
1
-0
/
+10
2019-07-09
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
1
-35
/
+5
2019-07-09
net: sched: remove tcf block API
Pablo Neira Ayuso
1
-69
/
+0
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
1
-2
/
+0
2019-07-09
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
1
-2
/
+1
2019-07-09
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
1
-1
/
+0
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-17
/
+3
2019-06-28
net: sched: refactor reinsert action
John Hurley
1
-1
/
+1
2019-06-15
net: sched: remove NET_CLS_IND config option
Jiri Pirko
1
-4
/
+1
2019-05-07
net/sched: remove block pointer from common offload structure
Pieter Jansen van Vuuren
1
-3
/
+0
2019-05-05
net/sched: add block pointer to tc_cls_common_offload structure
Pieter Jansen van Vuuren
1
-0
/
+8
2019-05-05
net/sched: extend matchall offload for hardware statistics
Pieter Jansen van Vuuren
1
-0
/
+2
2019-05-05
net/sched: remove unused functions for matchall offload
Pieter Jansen van Vuuren
1
-25
/
+0
2019-05-05
net/sched: use the hardware intermediate representation for matchall
Pieter Jansen van Vuuren
1
-0
/
+1
2019-02-25
net: sched: set dedicated tcf_walker flag when tp is empty
Vlad Buslov
1
-0
/
+1
2019-02-22
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
1
-2
/
+3
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
1
-1
/
+1
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
1
-1
/
+1
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
1
-0
/
+2
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
1
-0
/
+2
2019-02-06
cls_flower: don't expose TC actions to drivers anymore
Pablo Neira Ayuso
1
-1
/
+0
2019-02-06
flow_offload: add statistics retrieval infrastructure and use it
Pablo Neira Ayuso
1
-0
/
+1
2019-02-06
cls_api: add translator to flow_action representation
Pablo Neira Ayuso
1
-0
/
+2
2019-02-06
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
1
-0
/
+1
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-3
/
+8
2018-12-14
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
1
-2
/
+2
2018-11-19
net: sched: cls_u32: add res to offload information
Jakub Kicinski
1
-0
/
+1
2018-11-19
net: sched: gred: support reporting stats from offloads
Jakub Kicinski
1
-0
/
+8
2018-11-19
net: sched: gred: add basic Qdisc offload
Jakub Kicinski
1
-0
/
+36
2018-11-14
net: sched: red: notify drivers about RED's limit parameter
Jakub Kicinski
1
-0
/
+1
[next]