aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy6-68/+59
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy9-93/+87
2008-01-28[NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy1-1/+2
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy11-29/+27
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy11-31/+26
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy6-8/+8
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy16-133/+166
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy25-60/+171
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy2-39/+46
2008-01-28[NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy1-4/+1
2008-01-28[NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy1-4/+4
2008-01-28[NET_SCHED]: sch_netem: use nla_parse_nested_compatPatrick McHardy1-32/+26
2008-01-28[NET_SCHED]: sch_atm: fix format string warningPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy9-212/+214
2008-01-28[NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy10-276/+284
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy18-411/+447
2008-01-28[NET_SCHED]: mark classifier ops __read_mostlyPatrick McHardy6-10/+6
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy5-27/+22
2008-01-28[PKT_SCHED] net classifier: style cleanup'sStephen Hemminger2-87/+73
2008-01-28[PKT_SCHED] sch_atm: style cleanupStephen Hemminger1-74/+65
2008-01-28[PKT_SCHED] dsmark: checkpatch warning cleanupStephen Hemminger1-39/+40
2008-01-28[PKT_SCHED] dsmark: handle cloned and non-linear skb'sStephen Hemminger1-4/+15
2008-01-28[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.David S. Miller1-12/+3
2008-01-28[PKT_SCHED] dsmark: get rid of wrappersStephen Hemminger1-49/+34
2008-01-28[NET_SCHED]: kill obsolete NET_CLS_POLICE optionPatrick McHardy1-9/+0
2008-01-28[NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy1-8/+1
2008-01-28[NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy1-12/+4
2008-01-28[NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy2-10/+2
2008-01-28[NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy1-24/+0
2008-01-28[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy1-1/+1
2008-01-28[NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy1-4/+0
2008-01-28[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy1-6/+4
2008-01-28[NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy1-76/+3
2008-01-28[NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy1-64/+39
2008-01-28[PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger1-17/+25
2008-01-28[PKT_SCHED] SFQ: use net_randomStephen Hemminger1-3/+3
2008-01-28[PKT_SCHED] SFQ: timer is deferrableStephen Hemminger1-1/+3
2008-01-28[PKT_SCHED] HTB: htb_classid is dead static inlineIlpo Järvinen1-4/+0
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+4
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy1-26/+18
2008-01-28[NETFILTER]: Convert old checksum helper namesPatrick McHardy2-7/+6
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev3-7/+7
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev3-0/+41
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet17-40/+40
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov2-11/+2
2007-12-20[PKT_SCHED]: Spelling fixesJoe Perches1-1/+1
2007-11-13[PKT_SCHED]: Check subqueue status before calling hard_start_xmitPeter P Waskiewicz Jr1-2/+3
2007-11-10[PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit.Radu Rendec1-11/+1