init/do_mounts.c: proper prepare_namespace() prototype
[safe/jmp/linux-2.6] / net / sched /
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Patrick McHardy[NET_SCHED]: ingress: switch back to using ingress_lock
2007-04-26 Patrick McHardy[NET_SCHED]: Eliminate qdisc_tree_lock
2007-04-26 Patrick McHardy[NET_SCHED]: qdisc: remove unnecessary memory barriers
2007-04-26 Patrick McHardy[NET_SCHED]: Unline tcf_destroy
2007-04-26 Patrick McHardy[NET_SCHED]: turn PSCHED_GET_TIME into inline function
2007-04-26 Patrick McHardy[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function
2007-04-26 Patrick McHardy[NET_SCHED]: kill PSCHED_TDIFF
2007-04-26 Patrick McHardy[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PAST...
2007-04-26 Patrick McHardy[NET_SCHED]: kill PSCHED_TLESS
2007-04-26 Patrick McHardy[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
2007-04-26 Patrick McHardy[NET_SCHED]: kill PSCHED_AUDIT_TDIFF
2007-04-26 Patrick McHardy[NET_SCHED]: sch_netem: fix off-by-one in send time...
2007-04-26 Stephen Hemminger[NETEM]: spelling errors
2007-04-26 Stephen Hemminger[NET_SCHED] qdisc: avoid transmit softirq on watchdog...
2007-04-26 Stephen Hemminger[NETEM]: avoid excessive requeues
2007-04-26 Stephen Hemminger[NETEM]: Optimize tfifo
2007-04-26 Stephen Hemminger[NETEM]: use better types for time values
2007-04-26 Stephen Hemminger[NETEM]: report reorder percent correctly.
2007-04-26 Thomas Graf[PKT_SCHED] act: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] cls: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] qdisc: Use rtnl registration interface
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Patrick McHardy[NET_SCHED]: Fix warning
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: fix watchdog scheduled too late
2007-04-26 Patrick McHardy[NET_SCHED]: Export real timer resolution in /proc...
2007-04-26 Patrick McHardy[NET_SCHED]: kill jiffie conversion macros
2007-04-26 Patrick McHardy[NET_SCHED]: sch_htb: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non...
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_netem: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_tbf: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_hfsc: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: Add hrtimer based qdisc watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: Use ktime as clocksource
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 YOSHIFUJI Hideaki[NET] SCHED: Use htons() where appropriate.
2007-04-09 Patrick McHardy[NET_SCHED]: cls_tcindex: fix compatibility breakage
2007-04-02 Patrick McHardy[NET_SCHED]: cls_basic: fix memory leak in basic_destroy
2007-03-29 Patrick McHardy[IFB]: Fix crash on input device removal
2007-03-27 Patrick McHardy[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notify
2007-03-26 Robert P. J. Day[NET]: Remove dead net/sched/Makefile entry for sch_hpfq.o.
2007-03-26 Patrick McHardy[NET_SCHED]: cls_basic: fix NULL pointer dereference
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-13 Patrick McHardy[NET_SCHED]: sch_hfsc: replace ASSERT macro by WARN_ON
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] SCHED: Fix whitespace errors.
2007-02-08 Jan Engelhardt[NETFILTER]: {ip,ip6}_tables: use struct xt_table inste...
2007-02-08 Patrick McHardy[NET]: Add UDPLITE support in a few missing spots
2007-02-08 Arjan van de Ven[NET]: user of the jiffies rounding code: Networking
2007-02-08 Jarek Poplawski[NET_SCHED] sch_prio: class statistics printing enabled
2007-02-02 Patrick McHardy[NET_SCHED]: act_ipt: fix regression in ipt action
2006-12-09 Jarek Poplawski[NET_SCHED] sch_htb: turn intermediate classes into...
2006-12-09 Jarek Poplawski[NET_SCHED] sch_cbq: deactivating when grafting, purgin...
2006-12-07 Patrick McHardy[NET_SCHED]: cls_fw: fix NULL pointer dereference
2006-12-03 Kim Nordlund[PKT_SCHED] act_gact: division by zero
2006-12-03 Patrick McHardy[NET_SCHED]: policer: restore compatibility with old...
2006-12-03 Adrian Bunk[PKT_SCHED]: Remove unused exports.
2006-12-03 Patrick McHardy[NET_SCHED]: Fix endless loops (part 5): netem/tbf...
2006-12-03 Patrick McHardy[NET_SCHED]: Fix endless loops (part 4): HTB
2006-12-03 Patrick McHardy[NET_SCHED]: Fix endless loops (part 3): HFSC
2006-12-03 Patrick McHardy[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
2006-12-03 Patrick McHardy[NET_SCHED]: Fix endless loops caused by inaccurate...
2006-12-03 Patrick McHardy[NET_SCHED]: Set parent classid in default qdiscs
2006-12-03 Patrick McHardy[NET_SCHED]: sch_htb: perform qlen adjustment immediate...
2006-12-03 Arnaldo Carvalho... [SCHED]: Use kmemdup & kzalloc where appropriate
2006-12-03 Al Viro[NET]: net/sched annotations.
2006-12-03 David Kimdon[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_...
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-11-07 Stephen Hemminger[PKT_SCHED] sch_htb: Use hlist_del_init().
2006-11-01 Stephen Hemminger[PATCH] skge, sky2, et all. gplv2 only
2006-10-23 David S. Miller[PKT_SCHED] netem: Orphan SKB when adding to queue.
2006-10-12 Akinbou Mita[PKT_SCHED] sch_htb: use rb_first() cleanup
2006-10-04 Patrick McHardy[NET_SCHED]: Remove old estimator implementation
2006-10-04 Ismail Donmez[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY...
2006-09-29 Patrick McHardy[NET_SCHED]: Fix fallout from dev->qdisc RCU change
2006-09-29 Patrick McHardy[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODE
2006-09-29 Kim Nordlund[PKT_SCHED] cls_basic: Use unsigned int when generating...
2006-09-22 Adrian Bunk[PKT_SCHED] act_simple.c: make struct simp_hash_info...
2006-09-22 Patrick McHardy[NET_SCHED]: Add mask support to fwmark classifier
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused size argument...
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused argument to target...
2006-09-22 David S. Miller[PKT_SCHED]: Kill pkt_act.h inlining.
2006-09-22 Thomas Graf[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
2006-09-22 Stephen Hemminger[HTB]: rbtree cleanup
2006-09-22 Stephen Hemminger[HTB]: Use hlist for hash lists.
2006-09-22 Stephen Hemminger[HTB]: Lindent
2006-09-22 Stephen Hemminger[HTB]: HTB_HYSTERESIS cleanup
2006-09-22 Stephen Hemminger[HTB]: Remove lock macro.
2006-09-22 Stephen Hemminger[HTB]: Remove broken debug code.
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-18 Herbert Xu[NET]: Drop tx lock in dev_watchdog_up
2006-08-17 Ralf Hildebrandt[PKT_SCHED] cls_u32: Fix typo.
next