Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fea23fb591cce99546baca043d2a068228e87a79
/
net
/
sched
9540d97
net: sched: fix skb leak in dev_requeue_skb()
by Wei Yongjun
· 7 years ago
44edf2f
net: sched: Move offload check till after dump call
by Nogah Frankel
· 7 years ago
8234af2
net_sch: red: Fix the new offload indication
by Nogah Frankel
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8ec6957
net: sched: don't set extack message in case the qdisc will be created
by Jiri Pirko
· 7 years ago
9f30e5c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
4853f12
net: sched: fix possible null pointer deref in tcf_block_put
by Jiri Pirko
· 7 years ago
b2fb01f
net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()
by Cong Wang
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a7c3169
net: sch: sch_drr: add extack support
by Alexander Aring
· 7 years ago
710fb39
net: sch: sch_cbs: add extack support
by Alexander Aring
· 7 years ago
62a6de6
net: sch: sch_cbq: add extack support
by Alexander Aring
· 7 years ago
a38a988
net: sch: api: add extack support in qdisc_create_dflt
by Alexander Aring
· 7 years ago
d0bd684
net: sch: api: add extack support in qdisc_alloc
by Alexander Aring
· 7 years ago
8d1a77f
net: sch: api: add extack support in tcf_block_get
by Alexander Aring
· 7 years ago
e9bc3fa
net: sch: api: add extack support in qdisc_get_rtab
by Alexander Aring
· 7 years ago
653d6fd
net: sched: sch: add extack for graft callback
by Alexander Aring
· 7 years ago
cbaacc4
net: sched: sch: add extack for block callback
by Alexander Aring
· 7 years ago
793d81d
net: sched: sch: add extack to change class
by Alexander Aring
· 7 years ago
2030721
net: sched: sch: add extack for change qdisc ops
by Alexander Aring
· 7 years ago
e63d7df
net: sched: sch: add extack for init callback
by Alexander Aring
· 7 years ago
0921559
net: sched: sch_api: handle generic qdisc errors
by Alexander Aring
· 7 years ago
ac8ef4a
net: sched: fix coding style issues
by Alexander Aring
· 7 years ago
102740b
cls_bpf: fix offload assumptions after callback conversion
by Jakub Kicinski
· 7 years ago
f53c723
net: Add asynchronous callbacks for xfrm on layer 2.
by Steffen Klassert
· 7 years ago
1df94c3
net_sched: properly check for empty skb array on error path
by Cong Wang
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b59e697
net: sched: fix static key imbalance in case of ingress/clsact_init error
by Jiri Pirko
· 7 years ago
343723d
net: sched: fix clsact init error path
by Jiri Pirko
· 7 years ago
428a68a
net: sched: Move to new offload indication in RED
by Yuval Mintz
· 7 years ago
7a4fa29
net: sched: Add TCA_HW_OFFLOAD
by Yuval Mintz
· 7 years ago
039af9c
net_sched: switch to exit_batch for action pernet ops
by Cong Wang
· 7 years ago
8359301
net: remove duplicate includes
by Pravin Shedge
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
df45bf8
net: sched: fix use-after-free in tcf_block_put_ext
by Jiri Pirko
· 7 years ago
c5ad119
net: sched: pfifo_fast use skb_array
by John Fastabend
· 7 years ago
ce679e8
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio
by John Fastabend
· 7 years ago
b01ac09
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
by John Fastabend
· 7 years ago
7e66016
net: sched: helpers to sum qlen and qlen for per cpu logic
by John Fastabend
· 7 years ago
fd8e8d1
net: sched: check for frozen queue before skb_bad_txq check
by John Fastabend
· 7 years ago
70e57d5
net: sched: use skb list for skb_bad_tx
by John Fastabend
· 7 years ago
7bbde83
net: sched: drop qdisc_reset from dev_graft_qdisc
by John Fastabend
· 7 years ago
a53851e
net: sched: explicit locking in gso_cpu fallback
by John Fastabend
· 7 years ago
d59f5ff
net: sched: a dflt qdisc may be used with per cpu stats
by John Fastabend
· 7 years ago
29b86cd
net: sched: remove remaining uses for qdisc_qlen in xmit path
by John Fastabend
· 7 years ago
6b3ba91
net: sched: allow qdiscs to handle locking
by John Fastabend
· 7 years ago
6c14818
net: sched: cleanup qdisc_run and __qdisc_run semantics
by John Fastabend
· 7 years ago
32d3e51
net_sched: use macvlan real dev trans_start in dev_trans_start()
by Chris Dion
· 7 years ago
4bee00e
act_mirred: get rid of mirred_list_lock spinlock
by Cong Wang
· 7 years ago
9f8a739
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
by Cong Wang
· 7 years ago
9a63b25
net_sched: remove unused parameter from act cleanup ops
by Cong Wang
· 7 years ago
54160ef
net: sched: sch_api: rearrange init handling
by Alexander Aring
· 7 years ago
0ac4bd6
net: sched: sch_api: fix code style issues
by Alexander Aring
· 7 years ago
efbf789
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
by Cong Wang
· 7 years ago
8afa10c
net_sched: red: Avoid illegal values
by Nogah Frankel
· 7 years ago
62b3237
flow_dissector: dissect tunnel info outside __skb_flow_dissect()
by Simon Horman
· 7 years ago
90a6ec8
act_sample: get rid of tcf_sample_cleanup_rcu()
by Cong Wang
· 7 years ago
d51aae6
net: sched: cbq: create block for q->link.block
by Jiri Pirko
· 7 years ago
f85729d
sch_sfq: fix null pointer dereference at timer expiration
by Paolo Abeni
· 7 years ago
25415ce
cls_bpf: don't decrement net's refcount when offload fails
by Jakub Kicinski
· 7 years ago
a60b3f5
net: sched: crash on blocks with goto chain action
by Roman Kapl
· 7 years ago
e4be7ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
0c19f846
net: accept UFO datagrams from tuntap and packet
by Willem de Bruijn
· 7 years ago
d7aa04a
net: sched: fix crash when deleting secondary chains
by Roman Kapl
· 7 years ago
288b3de
bpf: offload: move offload device validation out to the drivers
by Jakub Kicinski
· 7 years ago
9b0ed89
netem: remove unnecessary 64 bit modulus
by Stephen Hemminger
· 7 years ago
bce552f
netem: use 64 bit divide by rate
by Stephen Hemminger
· 7 years ago
ee9d342
net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue
by Andrew Morton
· 7 years ago
836af83
netem: support delivering packets in delayed time slots
by Dave Taht
· 7 years ago
9980317
netem: add uapi to express delay and jitter in nanoseconds
by Dave Taht
· 7 years ago
112f9cb
netem: convert to qdisc_watchdog_schedule_ns
by Dave Taht
· 7 years ago
4c5b9d9
act_vlan: VLAN action rewrite to use RCU lock/unlock and update
by Manish Kurup
· 7 years ago
e0496cb
act_vlan: Change stats update to use per-core stats
by Manish Kurup
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
35c55fc
cls_u32: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
f2b7510
cls_tcindex: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
9658506
cls_rsvp: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
3fd51de
cls_route: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
57767e78
cls_matchall: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
d5f984f
cls_fw: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
0dadc11
cls_flower: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
22f7cec
cls_flow: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
ed14816
cls_cgroup: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
aae2c35
cls_bpf: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
0b2a598
cls_basic: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
e4b95c4
net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()
by Cong Wang
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
8521db4
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
by Nogah Frankel
· 7 years ago
575ed7d
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
by Nogah Frankel
· 7 years ago
602f3ba
net_sch: red: Add offload ability to RED qdisc
by Nogah Frankel
· 7 years ago
6c8dfe2
cls_bpf: allow attaching programs loaded for specific device
by Jakub Kicinski
· 7 years ago
0f04d05
net: sched: cls_u32: use bitwise & rather than logical && on n->flags
by Colin Ian King
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7ba3ebf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
4620940
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
by Jiri Pirko
· 7 years ago
c7eb7d7
net: sched: introduce chain_head_change callback
by Jiri Pirko
· 7 years ago
8f918d3
net_sched: check NULL in tcf_block_put()
by Cong Wang
· 7 years ago
53b3847
net: sched: cls_bpf: use bitwise & rather than logical && on gen_flags
by Colin Ian King
· 7 years ago
4bb1b11
net: sched: move block offload unbind after all chains are flushed
by Jiri Pirko
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
Next »