index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_atm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-01
sch_atm.c: get rid of poinless extern
Al Viro
1
-2
/
+0
2012-05-10
net_sched: update bstats in dequeue()
Eric Dumazet
1
-2
/
+2
2012-04-01
pkt_sched: Stop using NLA_PUT*().
David S. Miller
1
-8
/
+13
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-01-19
net_sched: cleanups
Eric Dumazet
1
-9
/
+7
2011-01-10
net_sched: factorize qdisc stats handling
Eric Dumazet
1
-4
/
+2
2010-10-21
net_sched: remove the unused parameter of qdisc_create_dflt()
Changli Gao
1
-3
/
+2
2010-09-12
sch_atm: Fix potential NULL deref.
David S. Miller
1
-4
/
+0
2010-08-10
net: Use NET_XMIT_SUCCESS where possible.
Ben Greear
1
-2
/
+2
2010-07-18
sch_atm: Convert to use standard list_head facilities.
David S. Miller
1
-57
/
+41
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-17
net: restore gnet_stats_basic to previous definition
Eric Dumazet
1
-1
/
+1
2008-11-20
pkt_sched: remove unnecessary xchg() in packet schedulers
Patrick McHardy
1
-1
/
+2
2008-11-13
pkt_sched: Remove qdisc->ops->requeue() etc.
Jarek Poplawski
1
-19
/
+1
2008-10-31
pkt_sched: Add peek emulation for non-work-conserving qdiscs.
Jarek Poplawski
1
-2
/
+2
2008-10-31
pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()
Jarek Poplawski
1
-4
/
+7
2008-10-31
pkt_sched: Add qdisc->ops->peek() implementation.
Jarek Poplawski
1
-0
/
+10
2008-08-04
net_sched: Add qdisc __NET_XMIT_BYPASS flag
Jarek Poplawski
1
-1
/
+1
2008-08-04
net_sched: Add qdisc __NET_XMIT_STOLEN flag
Jarek Poplawski
1
-5
/
+7
2008-07-26
[PATCH] f_count may wrap around
Al Viro
1
-2
/
+2
2008-07-20
net_sched: Add accessor function for packet length for qdiscs
Jussi Kivilinna
1
-2
/
+2
2008-07-20
net_sched: Add qdisc_enqueue wrapper
Jussi Kivilinna
1
-1
/
+1
2008-07-08
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
1
-2
/
+2
2008-07-08
netdev: Create netdev_queue abstraction.
David S. Miller
1
-2
/
+4
2008-07-01
net-sched: fix filter destruction in atm/hfsc qdisc destruction
Patrick McHardy
1
-1
/
+3
2008-07-01
net-sched: change tcf_destroy_chain() to clear start of filter list
Patrick McHardy
1
-3
/
+2
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
Patrick McHardy
1
-4
/
+8
2008-01-28
[NET_SCHED]: Use typeful attribute parsing helpers
Patrick McHardy
1
-2
/
+2
2008-01-28
[NET_SCHED]: Use typeful attribute construction helpers
Patrick McHardy
1
-5
/
+3
2008-01-28
[NET_SCHED]: Use nla_nest_start/nla_nest_end
Patrick McHardy
1
-6
/
+9
2008-01-28
[NET_SCHED]: Propagate nla_parse return value
Patrick McHardy
1
-1
/
+5
2008-01-28
[NET_SCHED]: sch_atm: fix format string warning
Patrick McHardy
1
-1
/
+1
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-24
/
+24
2008-01-28
[PKT_SCHED] sch_atm: style cleanup
Stephen Hemminger
1
-74
/
+65
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-2
/
+2
2007-07-18
[ATM]: Replacing kmalloc/memset combination with kzalloc.
vignesh babu
1
-2
/
+1
2007-07-15
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
Patrick McHardy
1
-18
/
+1
2007-07-15
[NET_SCHED]: act_api: qdisc internal reclassify support
Patrick McHardy
1
-2
/
+9
2007-07-15
[NET_SCHED]: sch_atm: act_api support
Patrick McHardy
1
-7
/
+14
2007-07-15
[NET_SCHED]: sch_atm: Lindent
Patrick McHardy
1
-236
/
+232
2007-07-10
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
1
-3
/
+0
2007-07-10
[NET_SCHED]: Remove unnecessary stats_lock pointers
Patrick McHardy
1
-1
/
+0
2007-06-07
[NET_SCHED]: Fix filter double free
Patrick McHardy
1
-0
/
+1
2007-04-25
[NET_SCHED]: Unline tcf_destroy
Patrick McHardy
1
-15
/
+2
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-02-10
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-11
/
+11
2006-12-02
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
1
-2
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
[next]