| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-11-20 | pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() | Patrick McHardy | 1 | -0/+2 |
| 2008-11-19 | net: Do not fire linkwatch events until the device is registered. | David S. Miller | 1 | -1/+6 |
| 2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 1 | -3/+4 |
| 2008-10-19 | pkt_sched: sch_generic: Fix oops in sch_teql | Jarek Poplawski | 1 | -0/+2 |
| 2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 12 | -64/+789 |
| 2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 4 | -4/+4 |
| 2008-10-08 | pkt_sched: Update qdisc requeue stats in dev_requeue_skb() | Jarek Poplawski | 1 | -0/+1 |
| 2008-10-08 | netfilter: xtables: provide invoked family value to extensions | Jan Engelhardt | 1 | -2/+2 |
| 2008-10-08 | netfilter: xtables: move extension arguments into compound structure (6/6) | Jan Engelhardt | 1 | -3/+7 |
| 2008-10-08 | netfilter: xtables: move extension arguments into compound structure (5/6) | Jan Engelhardt | 1 | -3/+9 |
| 2008-10-08 | netfilter: xtables: move extension arguments into compound structure (4/6) | Jan Engelhardt | 1 | -4/+8 |
| 2008-10-08 | netfilter: xtables: do centralized checkentry call (1/2) | Jan Engelhardt | 1 | -11/+3 |
| 2008-10-06 | pkt_sched: Simplify dev_requeue_skb and dequeue_skb | Jarek Poplawski | 1 | -16/+5 |
| 2008-10-06 | pkt_sched: Fix handling of gso skbs on requeuing | Jarek Poplawski | 1 | -5/+17 |
| 2008-09-22 | pkt_sched: Check the state of tx_queue in dequeue_skb() | Jarek Poplawski | 1 | -4/+14 |
| 2008-09-22 | pkt_sched: Always use q->requeue in dev_requeue_skb(). | David S. Miller | 1 | -4/+1 |
| 2008-09-22 | pkt_sched: Make qdisc->gso_skb a list. | David S. Miller | 1 | -5/+7 |
| 2008-09-22 | net: em_cmp.c use unaligned access helpers | Harvey Harrison | 1 | -6/+3 |
| 2008-09-20 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 3 | -20/+20 |
| 2008-09-20 | multiq: requeue should rewind the current_band | Alexander Duyck | 1 | -0/+5 |
| 2008-09-12 | multiq: Further multiqueue cleanup | Alexander Duyck | 1 | -4/+9 |
| 2008-09-12 | pkt_action: add new action skbedit | Alexander Duyck | 3 | -0/+215 |
| 2008-09-12 | pkt_sched: Add multiqueue scheduler support | Alexander Duyck | 3 | -0/+477 |
| 2008-09-08 | warn: Turn the netdev timeout WARN_ON() into a WARN() | Arjan van de Ven | 1 | -2/+1 |
| 2008-09-05 | hrtimer: convert net::sched_cbq to the new hrtimer apis | Arjan van de Ven | 1 | -3/+4 |
| 2008-09-02 | netlink: Remove compat API for nested attributes | Thomas Graf | 2 | -7/+17 |
| 2008-08-29 | pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() | Jarek Poplawski | 7 | -11/+11 |
| 2008-08-27 | pkt_sched: Fix gen_estimator locks | Jarek Poplawski | 4 | -9/+17 |
| 2008-08-27 | pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc | Jarek Poplawski | 2 | -3/+3 |
| 2008-08-27 | pkt_sched: Fix dev_graft_qdisc() locking | Jarek Poplawski | 1 | -1/+1 |
| 2008-08-22 | pkt_sched: Fix qdisc list locking | Jarek Poplawski | 2 | -8/+41 |
| 2008-08-21 | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race | Jarek Poplawski | 2 | -0/+8 |
| 2008-08-18 | Revert "pkt_sched: Add BH protection for qdisc_stab_lock." | David S. Miller | 1 | -7/+7 |
| 2008-08-18 | pkt_sched: remove bogus block (cleanup) | Ilpo Järvinen | 1 | -7/+6 |
| 2008-08-18 | pkt_sched: Don't hold qdisc lock over qdisc_destroy(). | David S. Miller | 2 | -17/+2 |
| 2008-08-18 | pkt_sched: Add lockdep annotation for qdisc locks | Jarek Poplawski | 1 | -0/+7 |
| 2008-08-18 | pkt_sched: Never schedule non-root qdiscs. | David S. Miller | 2 | -2/+2 |
| 2008-08-18 | pkt_sched: Fix return value corruption in HTB and TBF. | David S. Miller | 2 | -11/+4 |
| 2008-08-17 | sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant. | David S. Miller | 1 | -1/+1 |
| 2008-08-17 | sch_prio: Use return value from inner qdisc requeue | Jussi Kivilinna | 1 | -1/+1 |
| 2008-08-17 | pkt_sched: No longer destroy qdiscs from RCU. | David S. Miller | 1 | -18/+9 |
| 2008-08-17 | pkt_sched: Grab correct lock in notify_and_destroy(). | Jarek Poplawski | 1 | -2/+2 |
| 2008-08-17 | pkt_sched: Simplify dev_deactivate() polling loop. | David S. Miller | 1 | -26/+5 |
| 2008-08-17 | pkt_sched: Add 'deactivated' state. | David S. Miller | 1 | -0/+6 |
| 2008-08-14 | pkt_sched: Fix unlocking in tc_ctl_tfilter() | Jarek Poplawski | 1 | -1/+1 |
| 2008-08-13 | pkt_sched: Fix queue quiescence testing in dev_deactivate(). | David S. Miller | 1 | -5/+6 |
| 2008-08-13 | pkt_sched: Fix oops in htb_delete. | Jarek Poplawski | 1 | -1/+2 |
| 2008-08-13 | net-sched: fix Action flushing return code | Jamal Hadi Salim | 1 | -2/+2 |
| 2008-08-13 | net-sched: Fix actions flushing | Jamal Hadi Salim | 1 | -2/+7 |
| 2008-08-11 | pkt_sched: Add BH protection for qdisc_stab_lock. | Jarek Poplawski | 1 | -7/+7 |
| 2008-08-08 | pkt_sched: Fix ingress deletion and filter attachment. | David S. Miller | 1 | -13/+23 |
| 2008-08-07 | pkt_sched: Fix actions referencing | Jamal Hadi Salim | 1 | -3/+2 |
| 2008-08-07 | pkt_sched: Fix qdisc config when link is down. | David S. Miller | 1 | -4/+4 |
| 2008-08-06 | pkt_sched: Fix "parent is root" test in qdisc_create(). | David S. Miller | 1 | -1/+1 |
| 2008-08-04 | net_sched: Add qdisc __NET_XMIT_BYPASS flag | Jarek Poplawski | 8 | -16/+16 |
| 2008-08-04 | net_sched: Add qdisc __NET_XMIT_STOLEN flag | Jarek Poplawski | 10 | -33/+54 |
| 2008-08-02 | pkt_sched: Use qdisc_lock() on already sampled root qdisc. | David S. Miller | 1 | -6/+6 |
| 2008-07-31 | netdev: Fix lockdep warnings in multiqueue configurations. | David S. Miller | 2 | -6/+9 |
| 2008-07-30 | pkt_sched: Fix OOPS on ingress qdisc add. | David S. Miller | 2 | -44/+21 |
| 2008-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2008-07-26 | [PATCH] f_count may wrap around | Al Viro | 1 | -2/+2 |
| 2008-07-26 | Revert "pkt_sched: sch_sfq: dump a real number of flows" | David S. Miller | 1 | -8/+1 |
| 2008-07-25 | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 6 | -18/+18 |
| 2008-07-25 | pkt_sched: Fix locking in shutdown_scheduler_queue() | David S. Miller | 1 | -2/+2 |
| 2008-07-23 | pkt_sched: sch_sfq: dump a real number of flows | Jarek Poplawski | 1 | -1/+8 |
| 2008-07-22 | pkt_sched: make qdisc_class_hash_alloc() static | Adrian Bunk | 1 | -1/+1 |
| 2008-07-21 | net: Print the module name as part of the watchdog message | Arjan van de Ven | 1 | -3/+3 |
| 2008-07-21 | Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." | David S. Miller | 1 | -22/+77 |
| 2008-07-21 | pkt_sched: Remove unused variable skb in dev_deactivate_queue function. | Daniel Lezcano | 1 | -3/+0 |
| 2008-07-20 | pkt_sched: Fix build with NET_SCHED disabled. | David S. Miller | 1 | -0/+2 |
| 2008-07-20 | net_sched: Add size table for qdiscs | Jussi Kivilinna | 3 | -4/+153 |
| 2008-07-20 | net_sched: Add accessor function for packet length for qdiscs | Jussi Kivilinna | 21 | -61/+58 |
| 2008-07-20 | net_sched: Add qdisc_enqueue wrapper | Jussi Kivilinna | 9 | -18/+24 |
| 2008-07-18 | pkt_sched: Fix noqueue_qdisc initialization. | David S. Miller | 1 | -0/+7 |
| 2008-07-18 | pkt_sched: Manage qdisc list inside of root qdisc. | David S. Miller | 2 | -52/+133 |
| 2008-07-18 | pkt_sched: Get rid of u32_list. | David S. Miller | 1 | -15/+3 |
| 2008-07-17 | pkt_sched: Make default qdisc nonshared-multiqueue safe. | David S. Miller | 1 | -77/+22 |
| 2008-07-17 | pkt_sched: Add multiqueue handling to qdisc_graft(). | David S. Miller | 1 | -42/+59 |
| 2008-07-17 | pkt_sched: Kill netdev_queue lock. | David S. Miller | 2 | -19/+20 |
| 2008-07-17 | pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. | David S. Miller | 1 | -33/+3 |
| 2008-07-17 | pkt_sched: Make qdisc grafting locking more specific. | David S. Miller | 1 | -12/+29 |
| 2008-07-17 | netdevice: Move qdisc_list back into net_device proper. | David S. Miller | 2 | -26/+14 |
| 2008-07-17 | pkt_sched: Kill qdisc_lock_tree usage in cls_route.c | David S. Miller | 1 | -5/+7 |
| 2008-07-17 | pkt_sched: Remove qdisc_lock_tree usage in cls_api.c | David S. Miller | 1 | -4/+7 |
| 2008-07-17 | pkt_sched: Use per-queue locking in shutdown_scheduler_queue. | David S. Miller | 1 | -2/+4 |
| 2008-07-17 | pkt_sched: Perform bulk of qdisc destruction in RCU. | David S. Miller | 1 | -9/+11 |
| 2008-07-17 | pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. | David S. Miller | 1 | -2/+0 |
| 2008-07-17 | pkt_sched: Schedule qdiscs instead of netdev_queue. | David S. Miller | 3 | -19/+16 |
| 2008-07-17 | pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). | David S. Miller | 6 | -26/+43 |
| 2008-07-17 | pkt_sched: Make QDISC_RUNNING a qdisc state. | David S. Miller | 1 | -8/+10 |
| 2008-07-17 | pkt_sched: Move gso_skb into Qdisc. | David S. Miller | 1 | -10/+9 |
| 2008-07-17 | net: Use queue aware tests throughout. | David S. Miller | 2 | -7/+4 |
| 2008-07-17 | pkt_sched: Remove RR scheduler. | David S. Miller | 1 | -120/+16 |
| 2008-07-17 | netdev: Allocate multiple queues for TX. | David S. Miller | 4 | -66/+169 |
| 2008-07-14 | net-sched: cls_flow: add perturbation support | Patrick McHardy | 1 | -9/+43 |
| 2008-07-08 | netdev: Move atomic queue state bits into netdev_queue. | David S. Miller | 1 | -9/+11 |
| 2008-07-08 | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. | David S. Miller | 1 | -5/+4 |
| 2008-07-08 | pkt_sched: Make qdisc_run take a netdev_queue. | David S. Miller | 1 | -12/+14 |
| 2008-07-08 | netdev: Make netif_schedule() routines work with netdev_queue objects. | David S. Miller | 3 | -8/+8 |
| 2008-07-08 | netdev: Move gso_skb into netdev_queue. | David S. Miller | 1 | -19/+23 |
| 2008-07-08 | pkt_sched: Make netem queue agnostic. | David S. Miller | 1 | -1/+1 |
| 2008-07-08 | pkt_sched: Kill stats_lock member of struct Qdisc. | David S. Miller | 2 | -6/+4 |
| 2008-07-08 | netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. | David S. Miller | 1 | -5/+6 |
| 2008-07-08 | netdev: Move rest of qdisc state into struct netdev_queue | David S. Miller | 5 | -54/+93 |
| 2008-07-08 | netdev: The ingress_lock member is no longer needed. | David S. Miller | 2 | -7/+6 |
| 2008-07-08 | netdev: Move queue_lock into struct netdev_queue. | David S. Miller | 7 | -39/+39 |
| 2008-07-08 | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller | 15 | -71/+70 |
| 2008-07-08 | netdev: Create netdev_queue abstraction. | David S. Miller | 10 | -26/+50 |
| 2008-07-08 | pkt_sched: Remove comment reference to old style TX locking. | David S. Miller | 1 | -1/+1 |
| 2008-07-05 | net-sched: consolidate default fifo qdisc setup | Patrick McHardy | 4 | -82/+50 |
| 2008-07-05 | net-sched: sch_htb: remove write-only qdisc filter_cnt | Patrick McHardy | 1 | -7/+0 |
| 2008-07-05 | net-sched: sch_htb: remove child and sibling lists | Patrick McHardy | 1 | -14/+7 |
| 2008-07-05 | net-sched: sch_htb: use dynamic class hash helpers | Patrick McHardy | 1 | -58/+42 |
| 2008-07-05 | net-sched: sch_htb: move hash and sibling list removal to htb_delete | Patrick McHardy | 1 | -23/+17 |
| 2008-07-05 | net-sched: sch_cbq: use dynamic class hash helpers | Patrick McHardy | 1 | -57/+55 |
| 2008-07-05 | net-sched: sch_hfsc: use dynamic class hash helpers | Patrick McHardy | 1 | -41/+40 |
| 2008-07-05 | net-sched: add dynamically sized qdisc class hash helpers | Patrick McHardy | 1 | -0/+104 |
| 2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 9 | -18/+21 |
| 2008-07-01 | net-sched: fix filter destruction in atm/hfsc qdisc destruction | Patrick McHardy | 2 | -1/+7 |
| 2008-07-01 | net-sched: change tcf_destroy_chain() to clear start of filter list | Patrick McHardy | 9 | -18/+15 |
| 2008-06-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -12/+1 |
| 2008-06-27 | pkt_sched: Remove CONFIG_NET_SCH_RR | Adrian Bunk | 1 | -11/+0 |
| 2008-06-27 | pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. | WANG Cong | 1 | -1/+1 |
| 2008-06-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -8/+15 |
| 2008-06-16 | pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. | Jesper Dangaard Brouer | 1 | -8/+15 |
| 2008-06-16 | pkt_sched: HTB scheduler, change default hysteresis mode to off. | Jesper Dangaard Brouer | 1 | -1/+1 |
| 2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
| 2008-06-03 | netlink: Improve returned error codes | Thomas Graf | 4 | -5/+9 |
| 2008-05-20 | net_sched: cls_api: fix return value for non-existant classifiers | Patrick McHardy | 1 | -1/+1 |
| 2008-05-06 | net_cls_act: act_simple dont ignore realloc code | Jamal Hadi Salim | 1 | -8/+9 |
| 2008-05-05 | net_cls_act: Make act_simple use of netlink policy. | Jamal Hadi Salim | 1 | -18/+16 |
| 2008-05-03 | sch_htb: remove from event queue in htb_parent_to_leaf() | Jarek Poplawski | 1 | -2/+6 |
| 2008-05-02 | net: Add a WARN_ON_ONCE() to the transmit timeout function | Arjan van de Ven | 1 | -0/+1 |
| 2008-04-29 | sch_sfq: use del_timer_sync() in sfq_destroy() | Jarek Poplawski | 1 | -1/+2 |
| 2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -0/+3 |
| 2008-04-17 | [PKT_SCHED]: Fix datalen check in tcf_simp_init(). | Patrick McHardy | 1 | -1/+1 |
| 2008-04-14 | [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop | Jarek Poplawski | 1 | -0/+3 |
| 2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+9 |
| 2008-04-12 | [NET_SCHED] cls_u32: refcounting fix for u32_delete() | Jarek Poplawski | 1 | -3/+9 |
| 2008-04-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -3/+15 |
| 2008-03-28 | [NET]: Add preemption point in qdisc_run | Herbert Xu | 1 | -3/+15 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 3 | -9/+9 |
| 2008-03-23 | Merge branch 'master' of ../net-2.6/ | David S. Miller | 1 | -6/+7 |
| 2008-03-23 | sch_htb: fix "too many events" situation | Martin Devera | 1 | -6/+7 |
| 2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2 | -5/+5 |
| 2008-03-17 | [PKT_SCHED]: annotate cls_u32 | Al Viro | 2 | -5/+5 |
| 2008-03-05 | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet | 1 | -2/+2 |
| 2008-02-10 | [PKT_SCHED] ematch: Fix build warning. | David S. Miller | 1 | -1/+1 |
| 2008-02-09 | [NET_SCHED] sch_htb: htb_requeue fix | Jarek Poplawski | 1 | -3/+10 |
| 2008-02-09 | [PKT_SCHED] ematch: tcf_em_destroy robustness | Stephen Hemminger | 1 | -2/+3 |
| 2008-02-09 | [PKT_SCHED]: deinline functions in meta match | Stephen Hemminger | 1 | -3/+3 |
| 2008-02-09 | [PKT_SCHED] ematch: oops from uninitialized variable (resend) | Stephen Hemminger | 1 | -3/+2 |
| 2008-02-07 | [TC]: oops in em_meta | Stephen Hemminger | 1 | -4/+6 |
| 2008-02-05 | [NET_SCHED]: cls_flow: support classification based on VLAN tag | Patrick McHardy | 1 | -0/+12 |
| 2008-02-05 | [NET_SCHED]: cls_flow: fix key mask validity check | Patrick McHardy | 1 | -2/+3 |
| 2008-02-05 | [NET_SCHED]: em_meta: fix compile warning | Patrick McHardy | 1 | -1/+1 |
| 2008-02-05 | [PKT_SCHED]: vlan tag match | Stephen Hemminger | 1 | -0/+17 |
| 2008-02-05 | [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git... | Rami Rosen | 1 | -2/+2 |
| 2008-01-31 | [NET_SCHED]: Add flow classifier | Patrick McHardy | 3 | -0/+672 |
| 2008-01-31 | [NET_SCHED]: sch_sfq: make internal queues visible as classes | Patrick McHardy | 1 | -1/+40 |
| 2008-01-31 | [NET_SCHED]: sch_sfq: add support for external classifiers | Patrick McHardy | 1 | -4/+91 |
| 2008-01-31 | [NET_SCHED]: Constify struct tcf_ext_map | Patrick McHardy | 6 | -8/+8 |
| 2008-01-31 | [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd. | Roel Kluin | 1 | -1/+1 |
| 2008-01-31 | [NET_SCHED]: sch_ingress: remove netfilter support | Patrick McHardy | 2 | -80/+1 |
| 2008-01-28 | [NET_SCHED]: Use nla_policy for attribute validation in ematches | Patrick McHardy | 2 | -8/+12 |
| 2008-01-28 | [NET_SCHED]: Use nla_policy for attribute validation in actions | Patrick McHardy | 7 | -33/+51 |
| 2008-01-28 | [NET_SCHED]: Use nla_policy for attribute validation in classifiers | Patrick McHardy | 6 | -68/+59 |
| 2008-01-28 | [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers | Patrick McHardy | 9 | -93/+87 |
| 2008-01-28 | [NET_SCHED]: sch_api: introduce constant for rate table size | Patrick McHardy | 1 | -1/+2 |
| 2008-01-28 | [NET_SCHED]: Use typeful attribute parsing helpers | Patrick McHardy | 11 | -29/+27 |
| 2008-01-28 | [NET_SCHED]: Use typeful attribute construction helpers | Patrick McHardy | 11 | -31/+26 |
| 2008-01-28 | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy | 6 | -8/+8 |
| 2008-01-28 | [NET_SCHED]: Use nla_nest_start/nla_nest_end | Patrick McHardy | 16 | -133/+166 |
| 2008-01-28 | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 25 | -60/+171 |
| 2008-01-28 | [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get | Patrick McHardy | 2 | -39/+46 |
| 2008-01-28 | [NET_SCHED]: act_api: use nlmsg_parse | Patrick McHardy | 1 | -4/+1 |
| 2008-01-28 | [NET_SCHED]: act_api: fix netlink API conversion bug | Patrick McHardy | 1 | -4/+4 |
| 2008-01-28 | [NET_SCHED]: sch_netem: use nla_parse_nested_compat | Patrick McHardy | 1 | -32/+26 |
| 2008-01-28 | [NET_SCHED]: sch_atm: fix format string warning | Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NET_SCHED]: Convert actions from rtnetlink to new netlink API | Patrick McHardy | 9 | -212/+214 |
| 2008-01-28 | [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API | Patrick McHardy | 10 | -276/+284 |
| 2008-01-28 | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy | 18 | -411/+447 |
| 2008-01-28 | [NET_SCHED]: mark classifier ops __read_mostly | Patrick McHardy | 6 | -10/+6 |
| 2008-01-28 | [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol | Patrick McHardy | 5 | -27/+22 |
| 2008-01-28 | [PKT_SCHED] net classifier: style cleanup's | Stephen Hemminger | 2 | -87/+73 |
| 2008-01-28 | [PKT_SCHED] sch_atm: style cleanup | Stephen Hemminger | 1 | -74/+65 |
| 2008-01-28 | [PKT_SCHED] dsmark: checkpatch warning cleanup | Stephen Hemminger | 1 | -39/+40 |
| 2008-01-28 | [PKT_SCHED] dsmark: handle cloned and non-linear skb's | Stephen Hemminger | 1 | -4/+15 |
| 2008-01-28 | [PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop. | David S. Miller | 1 | -12/+3 |
| 2008-01-28 | [PKT_SCHED] dsmark: get rid of wrappers | Stephen Hemminger | 1 | -49/+34 |
| 2008-01-28 | [NET_SCHED]: kill obsolete NET_CLS_POLICE option | Patrick McHardy | 1 | -9/+0 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: remove useless printk | Patrick McHardy | 1 | -8/+1 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: avoid a few #ifdefs | Patrick McHardy | 1 | -12/+4 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: move dependencies to Kconfig | Patrick McHardy | 2 | -10/+2 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: remove unnecessary ops | Patrick McHardy | 1 | -24/+0 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: return proper error code in ingress_graft() | Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: remove unused inner qdisc | Patrick McHardy | 1 | -4/+0 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper | Patrick McHardy | 1 | -6/+4 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: remove excessive debugging | Patrick McHardy | 1 | -76/+3 |
| 2008-01-28 | [NET_SCHED]: sch_ingress: formatting fixes | Patrick McHardy | 1 | -64/+39 |