aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2008-11-20pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy1-0/+2
2008-11-19net: Do not fire linkwatch events until the device is registered.David S. Miller1-1/+6
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-3/+4
2008-10-19pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski1-0/+2
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven12-64/+789
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg4-4/+4
2008-10-08pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski1-0/+1
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-3/+9
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-4/+8
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-11/+3
2008-10-06pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski1-16/+5
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski1-5/+17
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-5/+7
2008-09-22net: em_cmp.c use unaligned access helpersHarvey Harrison1-6/+3
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo3-20/+20
2008-09-20multiq: requeue should rewind the current_bandAlexander Duyck1-0/+5
2008-09-12multiq: Further multiqueue cleanupAlexander Duyck1-4/+9
2008-09-12pkt_action: add new action skbeditAlexander Duyck3-0/+215
2008-09-12pkt_sched: Add multiqueue scheduler supportAlexander Duyck3-0/+477
2008-09-08warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven1-2/+1
2008-09-05hrtimer: convert net::sched_cbq to the new hrtimer apisArjan van de Ven1-3/+4
2008-09-02netlink: Remove compat API for nested attributesThomas Graf2-7/+17
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski7-11/+11
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski4-9/+17
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2-3/+3
2008-08-27pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski1-1/+1
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski2-8/+41
2008-08-21pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2-0/+8
2008-08-18Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller1-7/+7
2008-08-18pkt_sched: remove bogus block (cleanup)Ilpo Järvinen1-7/+6
2008-08-18pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2-17/+2
2008-08-18pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski1-0/+7
2008-08-18pkt_sched: Never schedule non-root qdiscs.David S. Miller2-2/+2
2008-08-18pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2-11/+4
2008-08-17sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant.David S. Miller1-1/+1
2008-08-17sch_prio: Use return value from inner qdisc requeueJussi Kivilinna1-1/+1
2008-08-17pkt_sched: No longer destroy qdiscs from RCU.David S. Miller1-18/+9
2008-08-17pkt_sched: Grab correct lock in notify_and_destroy().Jarek Poplawski1-2/+2
2008-08-17pkt_sched: Simplify dev_deactivate() polling loop.David S. Miller1-26/+5
2008-08-17pkt_sched: Add 'deactivated' state.David S. Miller1-0/+6
2008-08-14pkt_sched: Fix unlocking in tc_ctl_tfilter()Jarek Poplawski1-1/+1
2008-08-13pkt_sched: Fix queue quiescence testing in dev_deactivate().David S. Miller1-5/+6
2008-08-13pkt_sched: Fix oops in htb_delete.Jarek Poplawski1-1/+2
2008-08-13net-sched: fix Action flushing return codeJamal Hadi Salim1-2/+2
2008-08-13net-sched: Fix actions flushingJamal Hadi Salim1-2/+7
2008-08-11pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski1-7/+7
2008-08-08pkt_sched: Fix ingress deletion and filter attachment.David S. Miller1-13/+23
2008-08-07pkt_sched: Fix actions referencingJamal Hadi Salim1-3/+2
2008-08-07pkt_sched: Fix qdisc config when link is down.David S. Miller1-4/+4
2008-08-06pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski8-16/+16
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski10-33/+54
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller1-6/+6
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2-6/+9
2008-07-30pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2-44/+21
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-2/+2
2008-07-26Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller1-8/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen6-18/+18
2008-07-25pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller1-2/+2
2008-07-23pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski1-1/+8
2008-07-22pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk1-1/+1
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven1-3/+3
2008-07-21Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller1-22/+77
2008-07-21pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano1-3/+0
2008-07-20pkt_sched: Fix build with NET_SCHED disabled.David S. Miller1-0/+2
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna3-4/+153
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna21-61/+58
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna9-18/+24
2008-07-18pkt_sched: Fix noqueue_qdisc initialization.David S. Miller1-0/+7
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2-52/+133
2008-07-18pkt_sched: Get rid of u32_list.David S. Miller1-15/+3
2008-07-17pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller1-77/+22
2008-07-17pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller1-42/+59
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller2-19/+20
2008-07-17pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller1-33/+3
2008-07-17pkt_sched: Make qdisc grafting locking more specific.David S. Miller1-12/+29
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller2-26/+14
2008-07-17pkt_sched: Kill qdisc_lock_tree usage in cls_route.cDavid S. Miller1-5/+7
2008-07-17pkt_sched: Remove qdisc_lock_tree usage in cls_api.cDavid S. Miller1-4/+7
2008-07-17pkt_sched: Use per-queue locking in shutdown_scheduler_queue.David S. Miller1-2/+4
2008-07-17pkt_sched: Perform bulk of qdisc destruction in RCU.David S. Miller1-9/+11
2008-07-17pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.David S. Miller1-2/+0
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller3-19/+16
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller6-26/+43
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller1-8/+10
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller1-10/+9
2008-07-17net: Use queue aware tests throughout.David S. Miller2-7/+4
2008-07-17pkt_sched: Remove RR scheduler.David S. Miller1-120/+16
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller4-66/+169
2008-07-14net-sched: cls_flow: add perturbation supportPatrick McHardy1-9/+43
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller1-9/+11
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-5/+4
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller1-12/+14
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller3-8/+8
2008-07-08netdev: Move gso_skb into netdev_queue.David S. Miller1-19/+23
2008-07-08pkt_sched: Make netem queue agnostic.David S. Miller1-1/+1
2008-07-08pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller2-6/+4
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller1-5/+6
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller5-54/+93
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller2-7/+6
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller7-39/+39
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller15-71/+70
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller10-26/+50
2008-07-08pkt_sched: Remove comment reference to old style TX locking.David S. Miller1-1/+1
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy4-82/+50
2008-07-05net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy1-7/+0
2008-07-05net-sched: sch_htb: remove child and sibling listsPatrick McHardy1-14/+7
2008-07-05net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy1-58/+42
2008-07-05net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy1-23/+17
2008-07-05net-sched: sch_cbq: use dynamic class hash helpersPatrick McHardy1-57/+55
2008-07-05net-sched: sch_hfsc: use dynamic class hash helpersPatrick McHardy1-41/+40
2008-07-05net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy1-0/+104
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-18/+21
2008-07-01net-sched: fix filter destruction in atm/hfsc qdisc destructionPatrick McHardy2-1/+7
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy9-18/+15
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-12/+1
2008-06-27pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-27pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+15
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer1-8/+15
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-03netlink: Improve returned error codesThomas Graf4-5/+9
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-06net_cls_act: act_simple dont ignore realloc codeJamal Hadi Salim1-8/+9
2008-05-05net_cls_act: Make act_simple use of netlink policy.Jamal Hadi Salim1-18/+16
2008-05-03sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski1-2/+6
2008-05-02net: Add a WARN_ON_ONCE() to the transmit timeout functionArjan van de Ven1-0/+1
2008-04-29sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski1-1/+2
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-0/+3
2008-04-17[PKT_SCHED]: Fix datalen check in tcf_simp_init().Patrick McHardy1-1/+1
2008-04-14[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski1-0/+3
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+9
2008-04-12[NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski1-3/+9
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-3/+15
2008-03-28[NET]: Add preemption point in qdisc_runHerbert Xu1-3/+15
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki3-9/+9
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller1-6/+7
2008-03-23sch_htb: fix "too many events" situationMartin Devera1-6/+7
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-5/+5
2008-03-17[PKT_SCHED]: annotate cls_u32Al Viro2-5/+5
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-2/+2
2008-02-10[PKT_SCHED] ematch: Fix build warning.David S. Miller1-1/+1
2008-02-09[NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski1-3/+10
2008-02-09[PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger1-2/+3
2008-02-09[PKT_SCHED]: deinline functions in meta matchStephen Hemminger1-3/+3
2008-02-09[PKT_SCHED] ematch: oops from uninitialized variable (resend)Stephen Hemminger1-3/+2
2008-02-07[TC]: oops in em_metaStephen Hemminger1-4/+6
2008-02-05[NET_SCHED]: cls_flow: support classification based on VLAN tagPatrick McHardy1-0/+12
2008-02-05[NET_SCHED]: cls_flow: fix key mask validity checkPatrick McHardy1-2/+3
2008-02-05[NET_SCHED]: em_meta: fix compile warningPatrick McHardy1-1/+1
2008-02-05[PKT_SCHED]: vlan tag matchStephen Hemminger1-0/+17
2008-02-05[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen1-2/+2
2008-01-31[NET_SCHED]: Add flow classifierPatrick McHardy3-0/+672
2008-01-31[NET_SCHED]: sch_sfq: make internal queues visible as classesPatrick McHardy1-1/+40
2008-01-31[NET_SCHED]: sch_sfq: add support for external classifiersPatrick McHardy1-4/+91
2008-01-31[NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy6-8/+8
2008-01-31[PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.Roel Kluin1-1/+1
2008-01-31[NET_SCHED]: sch_ingress: remove netfilter supportPatrick McHardy2-80/+1
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2-8/+12
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy7-33/+51
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