Age | Commit message (Expand) | Author |
2008-07-08 | netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. | David S. Miller |
2008-07-08 | netdev: Move rest of qdisc state into struct netdev_queue | David S. Miller |
2008-07-08 | netdev: The ingress_lock member is no longer needed. | David S. Miller |
2008-07-08 | netdev: Move queue_lock into struct netdev_queue. | David S. Miller |
2008-07-08 | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller |
2008-07-08 | netdev: Create netdev_queue abstraction. | David S. Miller |
2008-07-08 | pkt_sched: Remove comment reference to old style TX locking. | David S. Miller |
2008-07-05 | net-sched: consolidate default fifo qdisc setup | Patrick McHardy |
2008-07-05 | net-sched: sch_htb: remove write-only qdisc filter_cnt | Patrick McHardy |
2008-07-05 | net-sched: sch_htb: remove child and sibling lists | Patrick McHardy |
2008-07-05 | net-sched: sch_htb: use dynamic class hash helpers | Patrick McHardy |
2008-07-05 | net-sched: sch_htb: move hash and sibling list removal to htb_delete | Patrick McHardy |
2008-07-05 | net-sched: sch_cbq: use dynamic class hash helpers | Patrick McHardy |
2008-07-05 | net-sched: sch_hfsc: use dynamic class hash helpers | Patrick McHardy |
2008-07-05 | net-sched: add dynamically sized qdisc class hash helpers | Patrick McHardy |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-07-01 | net-sched: fix filter destruction in atm/hfsc qdisc destruction | Patrick McHardy |
2008-07-01 | net-sched: change tcf_destroy_chain() to clear start of filter list | Patrick McHardy |
2008-06-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-06-27 | pkt_sched: Remove CONFIG_NET_SCH_RR | Adrian Bunk |
2008-06-27 | pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. | WANG Cong |
2008-06-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-06-16 | pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. | Jesper Dangaard Brouer |
2008-06-16 | pkt_sched: HTB scheduler, change default hysteresis mode to off. | Jesper Dangaard Brouer |
2008-06-11 | net: remove CVS keywords | Adrian Bunk |
2008-06-03 | netlink: Improve returned error codes | Thomas Graf |
2008-05-20 | net_sched: cls_api: fix return value for non-existant classifiers | Patrick McHardy |
2008-05-06 | net_cls_act: act_simple dont ignore realloc code | Jamal Hadi Salim |
2008-05-05 | net_cls_act: Make act_simple use of netlink policy. | Jamal Hadi Salim |
2008-05-03 | sch_htb: remove from event queue in htb_parent_to_leaf() | Jarek Poplawski |
2008-05-02 | net: Add a WARN_ON_ONCE() to the transmit timeout function | Arjan van de Ven |
2008-04-29 | sch_sfq: use del_timer_sync() in sfq_destroy() | Jarek Poplawski |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2008-04-17 | [PKT_SCHED]: Fix datalen check in tcf_simp_init(). | Patrick McHardy |
2008-04-14 | [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop | Jarek Poplawski |
2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-04-12 | [NET_SCHED] cls_u32: refcounting fix for u32_delete() | Jarek Poplawski |
2008-04-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-28 | [NET]: Add preemption point in qdisc_run | Herbert Xu |
2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-03-23 | Merge branch 'master' of ../net-2.6/ | David S. Miller |
2008-03-23 | sch_htb: fix "too many events" situation | Martin Devera |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-03-17 | [PKT_SCHED]: annotate cls_u32 | Al Viro |
2008-03-05 | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet |
2008-02-10 | [PKT_SCHED] ematch: Fix build warning. | David S. Miller |
2008-02-09 | [NET_SCHED] sch_htb: htb_requeue fix | Jarek Poplawski |
2008-02-09 | [PKT_SCHED] ematch: tcf_em_destroy robustness | Stephen Hemminger |
2008-02-09 | [PKT_SCHED]: deinline functions in meta match | Stephen Hemminger |
2008-02-09 | [PKT_SCHED] ematch: oops from uninitialized variable (resend) | Stephen Hemminger |