Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
099ecf59f05b5f30f42ebac0ab8cb94f9b18c90c
/
net
/
sched
099ecf5
net: annotate lockless accesses to sk->sk_max_ack_backlog
by Eric Dumazet
· 5 years ago
288efe8
net: annotate lockless accesses to sk->sk_ack_backlog
by Eric Dumazet
· 5 years ago
b33e699
net_sched: add TCA_STATS_PKT64 attribute
by Eric Dumazet
· 5 years ago
d0083d9
net_sched: extend packet counter to 64bit
by Eric Dumazet
· 5 years ago
54074f1
icmp: remove duplicate code
by Matteo Croce
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
41aa29a
net: cls_bpf: fix NULL deref on offload filter removal
by Jakub Kicinski
· 5 years ago
e382267
net: sched: update action implementations to support flags
by Vlad Buslov
· 5 years ago
abbb0d3
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
by Vlad Buslov
· 5 years ago
5e174d5
net: sched: modify stats helper functions to support regular stats
by Vlad Buslov
· 5 years ago
ef816f3
net: sched: don't expose action qstats to skb_tc_reinsert()
by Vlad Buslov
· 5 years ago
26b537a
net: sched: extract qstats update code into functions
by Vlad Buslov
· 5 years ago
5e1ad95
net: sched: extract bstats update code into function
by Vlad Buslov
· 5 years ago
c8ecebd
net: sched: extract common action counters update code into function
by Vlad Buslov
· 5 years ago
546b85b
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
by Vincent Prince
· 5 years ago
fa784f2
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
by Vincent Prince
· 5 years ago
ab92d68
net: core: add generic lockdep keys
by Taehee Yoo
· 5 years ago
5566744
net/flow_dissector: switch to siphash
by Eric Dumazet
· 5 years ago
406715d
fq_codel: do not include <linux/jhash.h>
by Eric Dumazet
· 5 years ago
d665c12
net: sched: taprio: fix -Wmissing-prototypes warnings
by Yi Wang
· 5 years ago
985fd98
net/sched: act_police: re-use tcf_tm_dump()
by Davide Caratti
· 5 years ago
2f18439
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
e0ad032
net: netem: correct the parent's backlog when corrupted packet was dropped
by Jakub Kicinski
· 5 years ago
a7fa12d
net: netem: fix error path for corrupted GSO frames
by Jakub Kicinski
· 5 years ago
4eab421
net: sched: Avoid using yield() in a busy waiting loop
by Marc Kleine-Budde
· 5 years ago
28aa7c8
sched: etf: Fix ordering of packets with same txtime
by Vinicius Costa Gomes
· 5 years ago
39f13ea
net: avoid potential infinite loop in tc_ctl_action()
by Eric Dumazet
· 5 years ago
e9c43ad
net_sched: sch_fq: remove one obsolete check in fq_dequeue()
by Eric Dumazet
· 5 years ago
fa4e0f8
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
by Davide Caratti
· 5 years ago
ab4e846
tcp: annotate sk->sk_wmem_queued lockless reads
by Eric Dumazet
· 5 years ago
eac6640
net: annotate sk->sk_rcvlowat lockless reads
by Eric Dumazet
· 5 years ago
11c9a7d
act_mirred: Fix mirred_init_module error handling
by YueHaibing
· 5 years ago
a954380
net: taprio: Fix returning EINVAL when configuring without flags
by Vinicius Costa Gomes
· 5 years ago
4b793fe
net_sched: fix backward compatibility for TCA_ACT_KIND
by Cong Wang
· 5 years ago
6f96c3c
net_sched: fix backward compatibility for TCA_KIND
by Cong Wang
· 5 years ago
6f4c930
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
474f081
sch_dsmark: fix potential NULL deref in dsmark_init()
by Eric Dumazet
· 5 years ago
b60fa1c
net_sched: remove need_resched() from qdisc_run()
by Eric Dumazet
· 5 years ago
83c8c3c
net: sched: cbs: Avoid division by zero when calculating the port rate
by Vladimir Oltean
· 5 years ago
9a9251a
net: sched: taprio: Avoid division by zero on invalid link speed
by Vladimir Oltean
· 5 years ago
68ce668
net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
by Vladimir Oltean
· 5 years ago
e9789c7
sch_cbq: validate TCA_CBQ_WRROPT to avoid crash
by Eric Dumazet
· 5 years ago
dfe5999
net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
by Paul Blakey
· 5 years ago
e3ae1f9
net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
by Vlad Buslov
· 5 years ago
c2999f7
net: sched: multiq: don't call qdisc_put() while holding tree lock
by Vlad Buslov
· 5 years ago
4ce70b4
net: sched: sch_htb: don't call qdisc_put() while holding tree lock
by Vlad Buslov
· 5 years ago
159d2c7
sch_netem: fix rcu splat in netem_enqueue()
by Eric Dumazet
· 5 years ago
3e8b9bf
net/sched: cbs: Fix not adding cbs instance to list
by Vinicius Costa Gomes
· 5 years ago
bf69aba
net: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
3d66b89
net: sched: fix possible crash in tcf_action_destroy()
by Eric Dumazet
· 5 years ago
199ce85
net_sched: add policy validation for action attributes
by Cong Wang
· 5 years ago
62794fc
net_sched: add max len check for TCA_KIND
by Cong Wang
· 5 years ago
b41d936
sch_netem: fix a divide by zero in tabledist()
by Eric Dumazet
· 5 years ago
92974a1
net/sched: act_sample: don't push mac header on ip6gre ingress
by Davide Caratti
· 5 years ago
1bab8d4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
9c66d15
taprio: Add support for hardware offloading
by Vinicius Costa Gomes
· 5 years ago
470d506
net: sched: use get_dev() action API in flow_action infra
by Vlad Buslov
· 5 years ago
4a5da47
net: sched: take reference to psample group in flow_action infra
by Vlad Buslov
· 5 years ago
1158958
net: sched: extend flow_action_entry with destructor
by Vlad Buslov
· 5 years ago
6efb971
net_sched: let qdisc_put() accept NULL pointer
by Cong Wang
· 5 years ago
aa2eaa8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
40d102c
netfilter: update include directives.
by Jeremy Sowden
· 5 years ago
d4d6ec6
sch_hhf: ensure quantum and hhf_non_hh_weight are non-zero
by Cong Wang
· 5 years ago
8b142a0
net_sched: check cops->tcf_block in tc_bind_tclass()
by Cong Wang
· 5 years ago
b88dd52
net: sched: fix reordering issues
by Eric Dumazet
· 5 years ago
d1967e4
net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrate
by David Dai
· 5 years ago
95a7233
net: openvswitch: Set OvS recirc_id from tc chain index
by Paul Blakey
· 5 years ago
9367fa0
net/sched: cbs: remove redundant assignment to variable port_rate
by Colin Ian King
· 5 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
1c6c09a
net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate
by Vladimir Oltean
· 5 years ago
f04b514
taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte
by Vladimir Oltean
· 5 years ago
efb5522
taprio: Fix kernel panic in taprio_destroy
by Vladimir Oltean
· 5 years ago
f2b795e
net: sched: cls_matchall: cleanup flow_action before deallocating
by Vlad Buslov
· 5 years ago
fa730a3
sched: act_vlan: implement stats_update callback
by Jiri Pirko
· 5 years ago
092e22e
net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue
by Davide Caratti
· 5 years ago
dbf47a2
net: sched: act_sample: fix psample group handling on overwrite
by Vlad Buslov
· 5 years ago
04d37cf
net/sched: pfifo_fast: fix wrong dereference when qdisc is reset
by Davide Caratti
· 5 years ago
981471b
net_sched: fix a NULL pointer deref in ipt action
by Cong Wang
· 5 years ago
918190f
net: sched: flower: don't take rtnl lock for cls hw offloads API
by Vlad Buslov
· 5 years ago
1444c17
net: sched: copy tunnel info when setting flow_action entry->tunnel
by Vlad Buslov
· 5 years ago
5a6ff4b
net: sched: take reference to action dev before calling offloads
by Vlad Buslov
· 5 years ago
9838b20
net: sched: take rtnl lock in tc_setup_flow_action()
by Vlad Buslov
· 5 years ago
11bd634
net: sched: conditionally obtain rtnl lock in cls hw offloads API
by Vlad Buslov
· 5 years ago
c9f1447
net: sched: add API for registering unlocked offload block callbacks
by Vlad Buslov
· 5 years ago
a449a3e
net: sched: notify classifier on successful offload add/delete
by Vlad Buslov
· 5 years ago
4011921
net: sched: refactor block offloads counter usage
by Vlad Buslov
· 5 years ago
97394be
net: sched: change tcf block offload counter type to atomic_t
by Vlad Buslov
· 5 years ago
4f8116c
net: sched: protect block offload-related fields with rw_semaphore
by Vlad Buslov
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
ca497fb
taprio: remove unused variable 'entry_list_policy'
by YueHaibing
· 5 years ago
e1fea32
net sched: update skbedit action for batched events operations
by Roman Mashak
· 5 years ago
018e5b4
fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_count'
by YueHaibing
· 5 years ago
51650d3
net: sched: sch_taprio: fix memleak in error path for sched list parse
by Ivan Khoronzhuk
· 5 years ago
1150ab0
flow_offload: support get multi-subsystem block
by wenxu
· 5 years ago
4e48190
flow_offload: move tc indirect block to flow offload
by wenxu
· 5 years ago
e4da910
cls_api: add flow_indr_block_call function
by wenxu
· 5 years ago
f843698
cls_api: remove the tcf_block cache
by wenxu
· 5 years ago
242453c
cls_api: modify the tc_indr_block_ing_cmd parameters.
by wenxu
· 5 years ago
13dfb3f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
48e584a
net: sched: add ingress mirred action to hardware IR
by John Hurley
· 5 years ago
Next »