Age | Commit message (Expand) | Author | Files | Lines |
2010-02-08 | net/sched: Fix module name in Kconfig | Jan Luebbe | 1 | -8/+8 |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 4 | -25/+30 |
2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 3 | -9/+9 |
2009-11-20 | net: rename skb->iif to skb->skb_iif | Eric Dumazet | 2 | -2/+2 |
2009-11-18 | netsched: Allow var_sk_bound_if meta to work on all namespaces | Eric Dumazet | 1 | -1/+2 |
2009-11-17 | act_mirred: optimization. | Changli Gao | 1 | -31/+29 |
2009-11-17 | act_mirred: cleanup | Changli Gao | 1 | -26/+33 |
2009-11-15 | net: Optimize hard_start_xmit() return checking | Jarek Poplawski | 1 | -18/+5 |
2009-11-13 | net: allow to propagate errors through ->ndo_hard_start_xmit() | Patrick McHardy | 1 | -1/+8 |
2009-11-10 | net: use rcu for network scheduler API | stephen hemminger | 1 | -3/+4 |
2009-11-09 | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 1 | -1/+1 |
2009-11-05 | net_cls: Use __dev_get_by_index() | Eric Dumazet | 1 | -2/+2 |
2009-11-04 | em_meta: avoid one dev_put() | Eric Dumazet | 1 | -6/+6 |
2009-10-22 | pkt_sched: skbedit add support for setting mark | jamal | 1 | -1/+16 |
2009-10-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-10-11 | pkt_sched: pedit use proper struct | jamal | 1 | -1/+1 |
2009-10-08 | netlink: fix typo in initialization | Jiri Pirko | 1 | -1/+1 |
2009-10-07 | pkt_sched: gen_estimator: Dont report fake rate estimators | Eric Dumazet | 6 | -6/+7 |
2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 1 | -1/+1 |
2009-09-17 | pkt_sched: Fix qstats.qlen updating in dump_stats | Jarek Poplawski | 4 | -1/+6 |
2009-09-15 | pkt_sched: Fix qdisc_create on stab error handling | Jarek Poplawski | 1 | -2/+2 |
2009-09-15 | pkt_sched: Fix tx queue selection in tc_modify_qdisc | Jarek Poplawski | 2 | -7/+16 |
2009-09-14 | pkt_sched: Fix qdisc_graft WRT ingress qdisc | Jarek Poplawski | 1 | -5/+10 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 16 | -325/+504 |
2009-09-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -1/+1 |
2009-09-09 | net_sched: fix estimator lock selection for mq child qdiscs | Patrick McHardy | 2 | -16/+27 |
2009-09-06 | net_sched: add classful multiqueue dummy scheduler | David S. Miller | 4 | -13/+273 |
2009-09-06 | net_sched: move dev_graft_qdisc() to sch_generic.c | Patrick McHardy | 2 | -26/+25 |
2009-09-06 | net_sched: reintroduce dev->qdisc for use by sch_api | Patrick McHardy | 3 | -44/+29 |
2009-09-06 | net_sched: remove some unnecessary checks in classful schedulers | Patrick McHardy | 7 | -67/+37 |
2009-09-06 | net_sched: make cls_ops->change and cls_ops->delete optional | Patrick McHardy | 7 | -85/+6 |
2009-09-06 | net_sched: make cls_ops->tcf_chain() optional | Patrick McHardy | 3 | -12/+5 |
2009-09-04 | net_sched: fix class grafting errno codes | Patrick McHardy | 2 | -11/+4 |
2009-09-02 | tc: Fix unitialized kernel memory leak | Eric Dumazet | 1 | -0/+2 |
2009-09-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 5 | -5/+5 |
2009-09-01 | pkt_sched: Revert tasklet_hrtimer changes. | David S. Miller | 2 | -19/+16 |
2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 1 | -2/+2 |
2009-08-30 | pkt_sched: Fix resource limiting in pfifo_fast | Krishna Kumar | 1 | -4/+4 |
2009-08-29 | Speed-up pfifo_fast lookup using a private bitmap | Krishna Kumar | 1 | -22/+48 |
2009-08-25 | netlink: constify nlmsghdr arguments | Patrick McHardy | 1 | -1/+1 |
2009-08-24 | pkt_sched: Fix bogon in tasklet_hrtimer changes. | David S. Miller | 2 | -2/+2 |
2009-08-23 | pkt_sched: Convert CBQ to tasklet_hrtimer. | David S. Miller | 1 | -10/+13 |
2009-08-22 | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer | David S. Miller | 1 | -4/+4 |
2009-08-17 | net: restore gnet_stats_basic to previous definition | Eric Dumazet | 5 | -5/+5 |
2009-08-06 | net: Avoid enqueuing skb for default qdiscs | Krishna Kumar | 1 | -36/+57 |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -3/+3 |
2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -2/+2 |
2009-06-17 | pkt_sched: Update drops stats in act_police | Jarek Poplawski | 1 | -0/+4 |