index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_api.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
net_sched: return correct value for *notify* functions
Zhike Wang
1
-4
/
+11
2019-02-18
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
1
-6
/
+1
2019-02-17
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
1
-2
/
+4
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
1
-3
/
+3
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
1
-2
/
+2
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
1
-1
/
+3
2019-01-19
sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints
Toke Høiland-Jørgensen
1
-2
/
+1
2018-12-15
net: sched: simplify the qdisc_leaf code
Tonghao Zhang
1
-3
/
+1
2018-12-01
net/sched: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
1
-1
/
+1
2018-11-14
net: sched: provide notification for graft on root
Jakub Kicinski
1
-0
/
+17
2018-11-08
net: sched: refactor grafting Qdiscs with a parent
Jakub Kicinski
1
-14
/
+14
2018-11-08
net: sched: add an offload graft helper
Jakub Kicinski
1
-0
/
+29
2018-11-08
net: sched: add an offload dump helper
Jakub Kicinski
1
-0
/
+21
2018-10-24
net: sched: Remove TCA_OPTIONS from policy
David Ahern
1
-1
/
+0
2018-10-18
net: sched: Fix for duplicate class dump
Phil Sutter
1
-1
/
+2
2018-10-15
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
1
-4
/
+4
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-1
/
+1
2018-10-05
net: sched: Add policy validation for tc attributes
David Ahern
1
-4
/
+20
2018-09-25
net: sched: extend Qdisc with rcu
Vlad Buslov
1
-0
/
+18
2018-09-25
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
1
-3
/
+3
2018-09-10
net_sched: remove redundant qdisc lock classes
Cong Wang
1
-7
/
+0
2018-07-04
net/sched: Allow creating a Qdisc watchdog with other clocks
Vinicius Costa Gomes
1
-2
/
+9
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-13
/
+1
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-02-28
net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscs
Nogah Frankel
1
-1
/
+6
2018-02-13
net: Convert subsys_initcall() registered pernet_operations from net/sched
Kirill Tkhai
1
-0
/
+1
2018-01-17
net: sched: introduce ingress/egress block index attributes for qdisc
Jiri Pirko
1
-0
/
+60
2018-01-16
net, sched: fix panic when updating miniq {b,q}stats
Daniel Borkmann
1
-14
/
+1
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2018-01-02
net: sched: Move offload check till after dump call
Nogah Frankel
1
-3
/
+2
2017-12-28
net: sched: don't set extack message in case the qdisc will be created
Jiri Pirko
1
-3
/
+1
2017-12-21
net: sch: api: add extack support in qdisc_alloc
Alexander Aring
1
-1
/
+1
2017-12-21
net: sch: api: add extack support in qdisc_get_rtab
Alexander Aring
1
-2
/
+7
2017-12-21
net: sched: sch: add extack for graft callback
Alexander Aring
1
-1
/
+2
2017-12-21
net: sched: sch: add extack for block callback
Alexander Aring
1
-1
/
+1
2017-12-21
net: sched: sch: add extack to change class
Alexander Aring
1
-1
/
+1
2017-12-21
net: sched: sch: add extack for change qdisc ops
Alexander Aring
1
-1
/
+1
2017-12-21
net: sched: sch: add extack for init callback
Alexander Aring
1
-1
/
+1
2017-12-21
net: sched: sch_api: handle generic qdisc errors
Alexander Aring
1
-43
/
+105
2017-12-21
net: sched: fix coding style issues
Alexander Aring
1
-1
/
+1
2017-12-15
net: sched: Add TCA_HW_OFFLOAD
Yuval Mintz
1
-0
/
+2
2017-12-08
net: sched: pfifo_fast use skb_array
John Fastabend
1
-0
/
+5
2017-12-08
net: sched: helpers to sum qlen and qlen for per cpu logic
John Fastabend
1
-1
/
+2
2017-12-05
net: sched: sch_api: rearrange init handling
Alexander Aring
1
-41
/
+47
2017-12-05
net: sched: sch_api: fix code style issues
Alexander Aring
1
-5
/
+6
2017-10-29
net_sched: avoid matching qdisc with zero handle
Cong Wang
1
-0
/
+2
2017-10-16
net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock
Jiri Pirko
1
-2
/
+4
2017-09-18
net_sched: use explicit size of struct tcmsg, remove need to declare tcm
Colin Ian King
1
-2
/
+1
2017-08-31
net_sched: add reverse binding for tc class
Cong Wang
1
-2
/
+66
2017-08-25
net_sched: remove tc class reference counting
WANG Cong
1
-13
/
+8
[next]