Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e8a0464cc950972824e2e128028ae3db666ec1ed
/
net
/
sched
/
sch_generic.c
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
79d1638
netdev: Move atomic queue state bits into netdev_queue.
by David S. Miller
· 17 years ago
c773e84
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
by David S. Miller
· 17 years ago
eb6aafe
pkt_sched: Make qdisc_run take a netdev_queue.
by David S. Miller
· 17 years ago
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 17 years ago
970565b
netdev: Move gso_skb into netdev_queue.
by David S. Miller
· 17 years ago
68dfb42
pkt_sched: Kill stats_lock member of struct Qdisc.
by David S. Miller
· 17 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 17 years ago
555353c
netdev: The ingress_lock member is no longer needed.
by David S. Miller
· 17 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 17 years ago
5ce2d48
pkt_sched: Remove 'dev' member of struct Qdisc.
by David S. Miller
· 17 years ago
bb949fb
netdev: Create netdev_queue abstraction.
by David S. Miller
· 17 years ago
01e123d
pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.
by WANG Cong
· 17 years ago
b4192bb
net: Add a WARN_ON_ONCE() to the transmit timeout function
by Arjan van de Ven
· 17 years ago
2ba2506
[NET]: Add preemption point in qdisc_run
by Herbert Xu
· 17 years ago
1e90474
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
62e3ba1
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
by Patrick McHardy
· 17 years ago
9a429c4
[NET]: Add some acquires/releases sparse annotations.
by Eric Dumazet
· 17 years ago
20fea08
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
by Eric Dumazet
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
5f1a485
[PKT_SCHED]: Check subqueue status before calling hard_start_xmit
by Peter P Waskiewicz Jr
· 17 years ago
ce0e32e
[NET]: Fix possible dev_deactivate race condition
by Herbert Xu
· 17 years ago
bfaae0f
[NET]: fix carrier-on bug?
by Jeff Garzik
· 17 years ago
8236632
[NET_SCHED]: explict hold dev tx lock
by Jamal Hadi Salim
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 18 years ago
876d48a
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
by Patrick McHardy
· 18 years ago
e50c41b
[NET]: qdisc_restart - couple of optimizations.
by Krishna Kumar
· 18 years ago
6c1361a
[NET]: qdisc_restart - readability changes plus one bug fix.
by Krishna Kumar
· 18 years ago
c716a81
[NET_SCHED]: Cleanup readability of qdisc restart
by Jamal Hadi Salim
· 18 years ago
60468d5
[NET]: Make net watchdog timers 1 sec jiffy aligned.
by Venkatesh Pallipadi
· 18 years ago
36247f5
[NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
by Herbert Xu
· 18 years ago
41a23b0
[NET_SCHED]: Avoid requeue warning on dev_deactivate
by Herbert Xu
· 18 years ago
cce1fa3
[NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OK
by Herbert Xu
· 18 years ago
d90df3a
[NET_SCHED]: Rationalise return value of qdisc_restart
by Herbert Xu
· 18 years ago
5830725
[NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED case
by Thomas Graf
· 18 years ago
fd44de7
[NET_SCHED]: ingress: switch back to using ingress_lock
by Patrick McHardy
· 18 years ago
0463d4a
[NET_SCHED]: Eliminate qdisc_tree_lock
by Patrick McHardy
· 18 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
f5a6e01
[NET]: user of the jiffies rounding code: Networking
by Arjan van de Ven
· 18 years ago
5f68e4c
[PKT_SCHED]: Remove unused exports.
by Adrian Bunk
· 18 years ago
9f9afec
[NET_SCHED]: Set parent classid in default qdiscs
by Patrick McHardy
· 18 years ago
85670cc
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
by Patrick McHardy
· 18 years ago
d7811e6
[NET]: Drop tx lock in dev_watchdog_up
by Herbert Xu
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
f6a78bf
[NET]: Add generic segmentation offload
by Herbert Xu
· 19 years ago
d4828d8
[NET]: Prevent transmission after dev_deactivate
by Herbert Xu
· 19 years ago
48d8332
[NET]: Prevent multiple qdisc runs
by Herbert Xu
· 19 years ago
932ff27
[NET]: Add netif_tx_lock
by Herbert Xu
· 19 years ago
338f756
[PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().
by Stephen Hemminger
· 19 years ago
1533306
[NET]: dev_put/dev_hold cleanup
by Stephen Hemminger
· 19 years ago
0a242ef
[NET]: Deinline netif_carrier_{on,off}().
by Denis Vlasenko
· 19 years ago
0fbbeb1
[PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt()
by Thomas Graf
· 19 years ago
452f299
[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeue
by Thomas Graf
· 19 years ago
3d54b82
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
by Thomas Graf
· 20 years ago
94df109
[PKT_SCHED]: noop/noqueue qdisc style cleanups
by Thomas Graf
· 20 years ago
f87a9c3
[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code
by Thomas Graf
· 20 years ago
321090e
[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc
by Thomas Graf
· 20 years ago
821d24ae
[PKT_SCHED]: Transform pfifo_fast to use generic queue management interface
by Thomas Graf
· 20 years ago
8cbe1d4
[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflow
by Stephen Hemminger
· 20 years ago
cacaddf
[NET]: Disable queueing when carrier is lost.
by Tommy S. Christensen
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago