aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET_SCHED]: mark classifier ops __read_mostlyPatrick McHardy
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy
2008-01-28[PKT_SCHED] net classifier: style cleanup'sStephen Hemminger
2008-01-28[PKT_SCHED] sch_atm: style cleanupStephen Hemminger
2008-01-28[PKT_SCHED] dsmark: checkpatch warning cleanupStephen Hemminger
2008-01-28[PKT_SCHED] dsmark: handle cloned and non-linear skb'sStephen Hemminger
2008-01-28[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.David S. Miller
2008-01-28[PKT_SCHED] dsmark: get rid of wrappersStephen Hemminger
2008-01-28[NET_SCHED]: kill obsolete NET_CLS_POLICE optionPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy
2008-01-28[PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger
2008-01-28[PKT_SCHED] SFQ: use net_randomStephen Hemminger
2008-01-28[PKT_SCHED] SFQ: timer is deferrableStephen Hemminger
2008-01-28[PKT_SCHED] HTB: htb_classid is dead static inlineIlpo Järvinen
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy
2008-01-28[NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy
2008-01-28[NETFILTER]: Convert old checksum helper namesPatrick McHardy
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-12-20[PKT_SCHED]: Spelling fixesJoe Perches
2007-11-13[PKT_SCHED]: Check subqueue status before calling hard_start_xmitPeter P Waskiewicz Jr
2007-11-10[PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se...Radu Rendec
2007-11-07[PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.Radu Rendec
2007-11-07[PKT_SCHED]: Fix OOPS when removing devices from a teql queuing disciplineEvgeniy Polyakov
2007-10-26[NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim
2007-10-23[PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUEPavel Emelyanov
2007-10-22[NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-18[NET]: Fix possible dev_deactivate race conditionHerbert Xu
2007-10-18[NET]: QoS/Sched as menuconfigRandy Dunlap
2007-10-17[NET]: fix carrier-on bug?Jeff Garzik
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-10[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...Patrick McHardy
2007-10-10[NET]: sparse warning fixesStephen Hemminger
2007-10-10[PKT_SCHED]: Add stateless NATHerbert Xu
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger