index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
tc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
2
-4
/
+4
*
parse-util: add parse_tristate() and use it everywhere
Lennart Poettering
2023-11-01
5
-45
/
+7
*
network/tc: support Parent=X:0 for qdiscs
Yu Watanabe
2023-10-07
3
-11
/
+12
*
network/tc: allow to configure class or qdisc under foreign one
Yu Watanabe
2023-10-07
2
-6
/
+0
*
network/tc: re-enumerate traffic control classes when a qdisc created
Yu Watanabe
2023-10-07
1
-0
/
+8
*
network/tc: fix enumeration logic of traffic control classes
Yu Watanabe
2023-10-07
2
-0
/
+16
*
network/tc: drop child tree of traffic control nodes on remove
Yu Watanabe
2023-10-07
4
-16
/
+64
*
network/tc: align vtables
Yu Watanabe
2023-10-07
1
-20
/
+20
*
network/tc: rename settings in log messages too
Mike Yuan
2023-05-10
1
-3
/
+3
*
network: tc-cake: add support to specify ACK filter
Yu Watanabe
2022-11-18
2
-0
/
+77
*
network: tc-cake: add support to specify RTT
Yu Watanabe
2022-11-17
2
-1
/
+66
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
20
-102
/
+51
*
network/teql: wait for corresponding teql interface to be available
Yu Watanabe
2022-08-09
1
-0
/
+16
*
network/qdisc: introduce is_ready() in qdisc vtable
Yu Watanabe
2022-08-09
2
-3
/
+11
*
network: re-design request queue
Yu Watanabe
2022-03-11
4
-24
/
+22
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
2
-26
/
+12
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
4
-12
/
+8
*
network: tc: assign netlink handlers into Request object
Yu Watanabe
2022-03-11
2
-8
/
+10
*
network: traffic control: drop detailed log messages
Yu Watanabe
2022-02-26
2
-14
/
+14
*
network: traffic control: drop meta from QDisc and TClass
Yu Watanabe
2022-02-26
8
-344
/
+171
*
tree-wide: some coccinelle fixes
Lennart Poettering
2022-02-16
1
-2
/
+1
*
network: tc: use hashmap to store traffic control settings in .network files
Yu Watanabe
2022-02-09
3
-8
/
+8
*
network: tc: introduce order dependency of traffic control
Yu Watanabe
2022-02-09
4
-2
/
+77
*
network: tc: use request queue to configure traffic control
Yu Watanabe
2022-02-09
6
-14
/
+224
*
network: tc/teql: set tca_kind in verify()
Yu Watanabe
2022-02-09
3
-34
/
+12
*
network: tc: monitor qdisc and tclass
Yu Watanabe
2022-02-09
6
-19
/
+526
*
sd-netlink: unify sd_rtnl_message_new_qdisc() and sd_rtnl_message_new_tclass()
Yu Watanabe
2022-02-09
2
-18
/
+4
*
network: coding style fixes
Yu Watanabe
2022-02-09
2
-4
/
+4
*
network: tc: drop unnecessary conditions
Yu Watanabe
2022-02-09
2
-14
/
+8
*
network: tc: drop unused QDisc::family element
Yu Watanabe
2022-02-09
2
-5
/
+1
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
4
-12
/
+12
*
network: move logging from qdisc_configure()/tclass_configure() to the caller
Zbigniew Jędrzejewski-Szmek
2022-01-05
3
-14
/
+14
*
network: move logging from tc .fill_message to the callers
Zbigniew Jędrzejewski-Szmek
2022-01-05
19
-180
/
+175
*
network: cake: fix copy-and-paste error
Yu Watanabe
2021-11-10
1
-1
/
+1
*
network: tc/cake: introduce UseRawPacketSize= setting
Yu Watanabe
2021-11-09
2
-0
/
+11
*
network: tc/cake: introduce SplitGSO= setting
Yu Watanabe
2021-11-09
2
-0
/
+10
*
network: tc/cake: introduce Wash= setting
Yu Watanabe
2021-11-09
2
-0
/
+12
*
network: tc/cake: introduce FirewallMark= setting
Yu Watanabe
2021-11-09
2
-0
/
+67
*
network: tc/cake: introduce PriorityQueueingProfile= setting
Yu Watanabe
2021-11-09
2
-0
/
+84
*
network: tc/cake: introduce MPUBytes= setting
Yu Watanabe
2021-11-09
2
-0
/
+67
*
network: tc/cake: introduce NAT= setting
Yu Watanabe
2021-11-09
2
-0
/
+10
*
network: tc/cake: introduce FlowIsolationMode= setting
Yu Watanabe
2021-11-09
2
-0
/
+90
*
network: tc/cake: introduce CompensationMode= setting
Yu Watanabe
2021-11-09
2
-0
/
+81
*
network: tc/cake: do not pass 0 if OverheadBytes= is not specified
Yu Watanabe
2021-11-09
2
-4
/
+8
*
network: tc/cake: introduce AutoRateIngress= setting
Yu Watanabe
2021-11-09
2
-1
/
+82
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
9
-19
/
+19
*
util: move percent/permille/permyriad parser into percent-util.[ch]
Lennart Poettering
2021-02-18
1
-0
/
+1
*
tree-wide: parse permyriads wherever we can
Lennart Poettering
2021-02-18
1
-4
/
+4
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
4
-8
/
+8
[next]