index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_cake.c
Age
Commit message (
Expand
)
Author
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-03-22
sch_cake: do not use skb_mac_header() in cake_overhead()
Eric Dumazet
2023-02-01
net: sched: use skb_ip_totlen and iph_totlen
Xin Long
2022-10-20
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-10-19
net: sched: cake: fix null pointer access issue when cake_init() fails
Zhengchao Shao
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-09-22
net/sched: use tc_qdisc_stats_dump() in qdisc
Zhengchao Shao
2022-09-01
net: sched: remove redundant NULL check in change hook function
Zhengchao Shao
2022-01-07
sch_cake: revise Diffserv docs
Kevin Bracey
2021-12-10
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-18
sch_cake: fix srchost/dsthost hashing mode
Toke Høiland-Jørgensen
2021-07-29
net/sched: store the last executed chain also for clsact egress
Davide Caratti
2021-06-14
sch_cake: revise docs for RFC 8622 LE PHB support
Tyson Moore
2021-06-10
sch_cake: Fix out of bounds when parsing TCP options and header
Maxim Mikityanskiy
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-16
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-03
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
2020-06-29
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-25
sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling
Kevin Darbyshire-Bryant
2020-06-25
sch_cake: fix a few style nits
Toke Høiland-Jørgensen
2020-06-25
sch_cake: don't call diffserv parsing code when it is not needed
Toke Høiland-Jørgensen
2020-06-25
sch_cake: don't try to reallocate or unshare skb unconditionally
Ilya Ponetayev
2020-05-30
sch_cake: Take advantage of skb->hash where appropriate
Toke Høiland-Jørgensen
2020-01-14
net: sched: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-02
sch_cake: avoid possible divide by zero in cake_enqueue()
Wen Yang
2019-12-18
sch_cake: drop unused variable tin_quantum_prio
Kevin 'ldir' Darbyshire-Bryant
2019-12-02
sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO
Victorien Molle
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-04
sch_cake: Make sure we can write the IP header before changing DSCP bits
Toke Høiland-Jørgensen
2019-04-04
sch_cake: Use tc_skb_protocol() helper for getting packet protocol
Toke Høiland-Jørgensen
2019-03-15
sch_cake: Interpret fwmark parameter as a bitmask
Toke Høiland-Jørgensen
2019-03-03
sch_cake: Simplify logic in cake_select_tin()
Toke Høiland-Jørgensen
2019-03-03
sch_cake: Permit use of connmarks as tin classifiers
Kevin Darbyshire-Bryant
2019-03-03
sch_cake: Make the dual modes fairer
George Amanakis
2019-01-15
sch_cake: Correctly update parent qlen when splitting GSO packets
Toke Høiland-Jørgensen
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-05
treewide: Replace more open-coded allocation size multiplications
Kees Cook
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-08-22
sch_cake: Fix TC filter flow override and expand it to hosts as well
Toke Høiland-Jørgensen
2018-08-21
sch_cake: Remove unused including <linux/version.h>
Yue Haibing
2018-07-27
sch_cake: Make gso-splitting configurable from userspace
Dave Taht
[next]