Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5ff4ff4fe8c4e7d0de1d837e489056f0c470667b
/
net
/
sched
7baf33b
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()
by Eric Dumazet
· 6 years ago
76a9ebe
net: extend sk_pacing_rate to unsigned long
by Eric Dumazet
· 6 years ago
d864991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
90ad184
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Greg Kroah-Hartman
· 6 years ago
834d3cd
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Greg Kroah-Hartman
· 6 years ago
f98ebd4
net: sched: avoid writing on noop_qdisc
by Eric Dumazet
· 6 years ago
dac9c97
net: Add extack to nlmsg_parse
by David Ahern
· 6 years ago
a030598
net: sched: cls_u32: simplify the hell out u32_delete() emptiness check
by Al Viro
· 6 years ago
b245d32
net: sched: cls_u32: keep track of knodes count in tc_u_common
by Al Viro
· 6 years ago
8a8065f
net: sched: cls_u32: get rid of tp_c
by Al Viro
· 6 years ago
db04ff4
net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
by Al Viro
· 6 years ago
18512f5
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
by Al Viro
· 6 years ago
4895c42
net: sched: cls_u32: clean tc_u_common hashtable
by Al Viro
· 6 years ago
07743ca
net: sched: cls_u32: get rid of tc_u_common ->rcu
by Al Viro
· 6 years ago
ec17caf
net: sched: cls_u32: get rid of tc_u_knode ->tp
by Al Viro
· 6 years ago
dc07c57
net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
by Al Viro
· 6 years ago
2f0c982
net: sched: cls_u32: make sure that divisor is a power of 2
by Al Viro
· 6 years ago
27594ec
net: sched: cls_u32: disallow linking to root hnode
by Al Viro
· 6 years ago
b44ef84
net: sched: cls_u32: mark root hnode explicitly
by Al Viro
· 6 years ago
6d4c407
net: sched: cls_u32: fix hnode refcounting
by Al Viro
· 6 years ago
ac4a02c
net: sched: pie: fix coding style issues
by Leslie Monis
· 6 years ago
72438f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
329e098
treewide: Replace more open-coded allocation size multiplications
by Kees Cook
· 6 years ago
8b4c3cd
net: sched: Add policy validation for tc attributes
by David Ahern
· 6 years ago
95278dd
net_sched: convert idrinfo->lock from spinlock to a mutex
by Cong Wang
· 6 years ago
5a781cc
tc: Add support for configuring the taprio scheduler
by Vinicius Costa Gomes
· 6 years ago
6f41617
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
fb420d5
tcp/fq: move back to CLOCK_MONOTONIC
by Eric Dumazet
· 6 years ago
460b360
net_sched: fix a crash in tc_new_tfilter()
by Cong Wang
· 6 years ago
aeadd93
net: sched: act_ipt: check for underflow in __tcf_ipt_init()
by Dan Carpenter
· 6 years ago
5362700
net: sched: make function qdisc_free_cb() static
by Wei Yongjun
· 6 years ago
787ce6d
net: sched: use reference counting for tcf blocks on rules update
by Vlad Buslov
· 6 years ago
0607e43
net: sched: implement tcf_block_refcnt_{get|put}()
by Vlad Buslov
· 6 years ago
ab28162
net: sched: protect block idr with spinlock
by Vlad Buslov
· 6 years ago
f002343
net: sched: implement functions to put and flush all chains
by Vlad Buslov
· 6 years ago
cfebd7e
net: sched: change tcf block reference counter type to refcount_t
by Vlad Buslov
· 6 years ago
e368fdb
net: sched: use Qdisc rcu API instead of relying on rtnl lock
by Vlad Buslov
· 6 years ago
3a7d0d0
net: sched: extend Qdisc with rcu
by Vlad Buslov
· 6 years ago
86bd446
net: sched: rename qdisc_destroy() to qdisc_put()
by Vlad Buslov
· 6 years ago
28169ab
net/sched: Add hardware specific counters to TC actions
by Eelco Chaudron
· 6 years ago
90caf67
net_sched: sch_fq: remove dead code dealing with retransmits
by Eric Dumazet
· 6 years ago
ab408b6
tcp: switch tcp and sch_fq to new earliest departure time model
by Eric Dumazet
· 6 years ago
142537e
net_sched: sch_fq: switch to CLOCK_TAI
by Eric Dumazet
· 6 years ago
ec3ed29
net_sched: change tcf_del_walker() to take idrinfo->lock
by Vlad Buslov
· 6 years ago
cb205a8
net: sched: Use FIELD_SIZEOF directly instead of reimplementing its function
by zhong jiang
· 6 years ago
e366fa4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2d550db
net/sched: act_police: don't use spinlock in the data path
by Davide Caratti
· 6 years ago
93be42f
net/sched: act_police: use per-cpu counters
by Davide Caratti
· 6 years ago
34043d2
net/sched: act_sample: fix NULL dereference in the data path
by Davide Caratti
· 6 years ago
f5b9bac
net_sched: notify filter deletion when deleting a chain
by Cong Wang
· 6 years ago
aaf9253
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
11957be
htb: use anonymous union for simplicity
by Cong Wang
· 6 years ago
8ecc7c8
net_sched: remove redundant qdisc lock classes
by Cong Wang
· 6 years ago
86c5536
net: sched: cls_flower: dump offload count value
by Vlad Buslov
· 6 years ago
a8305bf
net: Add and use skb_mark_not_on_list().
by David S. Miller
· 6 years ago
5969773
sch_netem: Move private queue handler to generic location.
by David S. Miller
· 6 years ago
aea890b
sch_htb: Remove local SKB queue handling code.
by David S. Miller
· 6 years ago
f20a4d0
net: sched: act_nat: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
6d7a8df
net: sched: act_skbedit: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
a162c35
net_sched: properly cancel netlink dump on failure
by Cong Wang
· 6 years ago
ee28bb5
net/sched: fix memory leak in act_tunnel_key_init()
by Davide Caratti
· 6 years ago
3630268
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
84cb8eb
net: sched: action_ife: take reference to meta module
by Vlad Buslov
· 6 years ago
6d784f1
act_ife: fix a potential use-after-free
by Cong Wang
· 6 years ago
c10bbfa
net: sched: null actions array pointer before releasing action
by Vlad Buslov
· 6 years ago
506a03a
net_sched: add missing tcf_lock for act_connmark
by Cong Wang
· 6 years ago
f061b48
Revert "net: sched: act: add extack for lookup callback"
by Cong Wang
· 6 years ago
97763dc
net_sched: reject unknown tcfa_action values
by Paolo Abeni
· 6 years ago
85eb9af
net/sched: act_pedit: fix dump of extended layered op
by Davide Caratti
· 6 years ago
b7b4247
net: sched: return -ENOENT when trying to remove filter from non-existent chain
by Jiri Pirko
· 6 years ago
d5ed72a
net: sched: fix extack error message when chain is failed to be created
by Jiri Pirko
· 6 years ago
98c8f12
net: sched: Fix memory exposure from short TCA_U32_SEL
by Kees Cook
· 6 years ago
93cfb6c
sch_cake: Fix TC filter flow override and expand it to hosts as well
by Toke Høiland-Jørgensen
· 6 years ago
5ffe57d
act_ife: fix a potential deadlock
by Cong Wang
· 6 years ago
4e407ff
act_ife: move tcfa_lock down to where necessary
by Cong Wang
· 6 years ago
8ce5be1
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"
by Cong Wang
· 6 years ago
244cd96
net_sched: remove list_head from tc_action
by Cong Wang
· 6 years ago
7d485c4
net_sched: remove unused tcf_idr_check()
by Cong Wang
· 6 years ago
b144e7e
net_sched: remove unused parameter for tcf_action_delete()
by Cong Wang
· 6 years ago
97a3f84f
net_sched: remove unnecessary ops->delete()
by Cong Wang
· 6 years ago
edfaf94
net_sched: improve and refactor tcf_action_put_many()
by Cong Wang
· 6 years ago
093dee6
sch_cake: Remove unused including <linux/version.h>
by Yue Haibing
· 6 years ago
653cd28
net: sched: always disable bh when taking tcf_lock
by Vlad Buslov
· 6 years ago
32039ea
net: sched: act_ife: always release ife action on init error
by Vlad Buslov
· 6 years ago
a51c76b
cls_matchall: fix tcf_unbind_filter missing
by Hangbin Liu
· 6 years ago
008369d
net_sched: Fix missing res info when create new tc_index filter
by Hangbin Liu
· 6 years ago
2df8bee
net_sched: fix NULL pointer dereference when delete tcindex filter
by Hangbin Liu
· 6 years ago
42c625a
net: sched: act_ife: disable bh when taking ife_mod_lock
by Vlad Buslov
· 6 years ago
7c5790c
net: sched: act_mirred method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
8aa7f22
net: sched: act_vlan method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
353d2c2
net: sched: act_skbmod method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
45da1da
net: sched: act_skbedit method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
798de37
net: sched: act_simple method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
2ac06347
net: sched: act_police method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
6a2b401
net: sched: act_pedit method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
0390514
net: sched: act_nat method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
11b9695
net: sched: act_ipt method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
1740005
net: sched: act_gact method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
c831549
net: sched: act_sum method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
2fbec27
net: sched: act_bpf method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
Next »