Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8080699a3649cb0a0aed2c650a7a3a76c2025b30
/
net
/
sched
/
sch_generic.c
4620940
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
by Jiri Pirko
· 7 years ago
26aa045
net/sched: Check for null dev_queue on create flow
by Jesus Sanchez-Palencia
· 7 years ago
cdeabbb
net: sched: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
1f8d31d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c8e1812
net_sched: always reset qdisc backlog in qdisc_reset()
by Konstantin Khlebnikov
· 7 years ago
752fbcc
net_sched: no need to free qdisc in RCU callback
by Cong Wang
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
551143d
net_sched: fix a refcount_t issue with noop_qdisc
by Eric Dumazet
· 7 years ago
e543002
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
by Jesper Dangaard Brouer
· 7 years ago
7b93640
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
92f9170
net_sched: check noop_qdisc before qdisc_hash_add()
by WANG Cong
· 8 years ago
49b4997
net: sched: make default fifo qdiscs appear in the dump
by Jiri Kosina
· 8 years ago
3d48b53
net: dev_weight: TX/RX orthogonality
by Matthias Tafelmeier
· 8 years ago
1c0d32f
net_sched: gen_estimator: complete rewrite of rate estimators
by Eric Dumazet
· 8 years ago
48da34b
sched: add and use qdisc_skb_head helpers
by Florian Westphal
· 8 years ago
ec32336
sched: remove qdisc arg from __qdisc_dequeue_head
by Florian Westphal
· 8 years ago
97d0678
sched: don't use skb queue helpers
by Florian Westphal
· 8 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
166ee5b
qdisc: fix a module refcount leak in qdisc_create_dflt()
by Eric Dumazet
· 8 years ago
59cc1f6
net: sched: convert qdisc linked list to hashtable
by Jiri Kosina
· 8 years ago
4d202a0
net_sched: generalize bulk dequeue
by Eric Dumazet
· 8 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 8 years ago
1b5c549
net_sched: add the ability to defer skb freeing
by Eric Dumazet
· 9 years ago
1578b0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
52fbb29
net: sched: fix qdisc->running lockdep annotations
by Eric Dumazet
· 9 years ago
f9eb8ae
net_sched: transform qdisc running bit into a seqcount
by Eric Dumazet
· 9 years ago
a27758f
net_sched: keep backlog updated with qlen
by WANG Cong
· 9 years ago
9b36627
net: remove dev->trans_start
by Florian Westphal
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
f0cdf76
net: remove NETDEV_TX_LOCKED support
by Florian Westphal
· 9 years ago
3dcd493fb
net: sched: do not requeue a NULL skb
by Lars Persson
· 9 years ago
1f27cde
net: sched: use pfifo_fast for non real queues
by Eric Dumazet
· 9 years ago
73c20a8
net: sched: fix missing free per cpu on qstats
by John Fastabend
· 9 years ago
4eaf3b8
net_sched: fix qdisc_tree_decrease_qlen() races
by Eric Dumazet
· 9 years ago
3e692f2
net: sched: simplify attach_one_default_qdisc()
by Phil Sutter
· 9 years ago
d66d6c3
net: sched: register noqueue qdisc
by Phil Sutter
· 9 years ago
db4094b
net: sched: ignore tx_queue_len when assigning default qdisc
by Phil Sutter
· 9 years ago
4b46995
net: sch_generic: react upon IFF_NO_QUEUE flag
by Phil Sutter
· 9 years ago
b8358d7
net_sched: restore qdisc quota fairness limits after bulk dequeue
by Jesper Dangaard Brouer
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
55a93b3
qdisc: validate skb without holding lock
by Eric Dumazet
· 10 years ago
808e7ac
qdisc: dequeue bulking also pickup GSO/TSO packets
by Jesper Dangaard Brouer
· 10 years ago
5772e9a
qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE
by Jesper Dangaard Brouer
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
ab34f64
net: sched: use __skb_queue_head_init() where applicable
by Eric Dumazet
· 10 years ago
46e5da4
net: qdisc: use rcu prefix and silence sparse warnings
by John Fastabend
· 10 years ago
3f3c7ee
qdisc: exit case fixes for skb list handling in qdisc layer
by Jesper Dangaard Brouer
· 10 years ago
10770bc
qdisc: adjustments for API allowing skb list xmits
by Jesper Dangaard Brouer
· 10 years ago
ce93718
net: Don't keep around original SKB when we software segment GSO frames.
by David S. Miller
· 10 years ago
50cbe9a
net: Validate xmit SKBs right when we pull them out of the qdisc.
by David S. Miller
· 10 years ago
10c51b5623
net: add skb_get_tx_queue() helper
by Daniel Borkmann
· 10 years ago
9bf2b8c
net: fix some typos in comment
by Ying Xue
· 10 years ago
2d3b479
net-sysfs: expose number of carrier on/off changes
by david decotigny
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
e57a784
pkt_sched: set root qdisc before change() in attach_default_qdiscs()
by Eric Dumazet
· 11 years ago
82d567c
net_sched: change "foo* bar" to "foo *bar"
by Yang Yingliang
· 11 years ago
a6cc0cf
net: Add layer 2 hardware acceleration operations for macvlan devices
by John Fastabend
· 11 years ago
5cde282
net: Separate the close_list and the unreg_list v2
by Eric W. Biederman
· 11 years ago
3e1e3aa
net_sched: add u64 rate to psched_ratecfg_precompute()
by Eric Dumazet
· 11 years ago
34aedd3
qdisc: fix build with !CONFIG_NET_SCHED
by stephen hemminger
· 11 years ago
d2a7f26
qdisc: make args to qdisc_create_default const
by stephen hemminger
· 11 years ago
6da7c8f
qdisc: allow setting default queuing discipline
by stephen hemminger
· 11 years ago
8a8e3d8
net_sched: restore "linklayer atm" handling
by Jesper Dangaard Brouer
· 11 years ago
07ce76a
net_sched: make dev_trans_start return vlan's real dev trans_start
by nikolay@redhat.com
· 11 years ago
130d3d6
net_sched: psched_ratecfg_precompute() improvements
by Eric Dumazet
· 12 years ago
01cb71d
net_sched: restore "overhead xxx" handling
by Eric Dumazet
· 12 years ago
ea872d7
sch: add missing u64 in psched_ratecfg_precompute()
by Sergey Popovich
· 12 years ago
292f1c7
sch: make htb_rate_cfg and functions around that generic
by Jiri Pirko
· 12 years ago
1abbe13
pkt_sched: avoid requeues if possible
by Eric Dumazet
· 12 years ago
23d3b8b
net: qdisc busylock needs lockdep annotations
by Eric Dumazet
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
73466498
net: Add queue state xoff flag for stack
by Tom Herbert
· 13 years ago
ccf5ff6
net: new counter for tx_timeout errors in sysfs
by david decotigny
· 13 years ago
f0c50c7
Remove redundant variable/code in __qdisc_run
by Krishna Kumar
· 13 years ago
d5b8aa1
net_sched: fix dequeuer fairness
by jamal
· 13 years ago
3019de1
net: Rework netdev_drivername() to avoid warning.
by David S. Miller
· 14 years ago
3137663
net: avoid synchronize_rcu() in dev_deactivate_many
by Eric Dumazet
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d276055
net_sched: reduce fifo qdisc size
by Eric Dumazet
· 14 years ago
5f04d50
net: Fix more stale on-stack list_head objects.
by Eric W. Biederman
· 14 years ago
2362493
net_sched: TCQ_F_CAN_BYPASS generalization
by Eric Dumazet
· 14 years ago
a2da570
net_sched: RCU conversion of stab
by Eric Dumazet
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
b8970f0
net_sched: implement a root container qdisc sch_mqprio
by John Fastabend
· 14 years ago
4434572
net: factorize sync-rcu call in unregister_netdevice_many
by Octavian Purdila
· 14 years ago
f2cd2d3
net sched: use xps information for qdisc NUMA affinity
by Eric Dumazet
· 14 years ago
5a0d226
net: add netif_tx_queue_frozen_or_stopped
by Eric Dumazet
· 14 years ago
3511c91
net_sched: remove the unused parameter of qdisc_create_dflt()
by Changli Gao
· 14 years ago
7b5edbc
net/sched: fix missing spinlock init
by Eric Dumazet
· 14 years ago
24824a0
net: dynamic ingress_queue allocation
by Eric Dumazet
· 14 years ago
bfa5ae6
net: rename netdev rx_queue to ingress_queue
by Eric Dumazet
· 14 years ago
d6d9ca0
net: this_cpu_xxx conversions
by Eric Dumazet
· 14 years ago
79640a4
net: add additional lock to qdisc to increase throughput
by Eric Dumazet
· 15 years ago
bc135b2
net: Define accessors to manipulate QDISC_STATE_RUNNING
by Eric Dumazet
· 15 years ago
06c4648
arp_notify: allow drivers to explicitly request a notification event.
by Ian Campbell
· 15 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 15 years ago
Next »