Age | Commit message (Expand) | Author | Files | Lines |
2013-08-15 | net_sched: restore "linklayer atm" handling | Jesper Dangaard Brouer | 3 | -0/+55 |
2013-08-05 | net_sched: make dev_trans_start return vlan's real dev trans_start | nikolay@redhat.com | 1 | -1/+6 |
2013-08-03 | htb: fix sign extension bug | stephen hemminger | 1 | -1/+1 |
2013-08-01 | net_sched: info leak in atm_tc_dump_class() | Dan Carpenter | 1 | -0/+1 |
2013-07-30 | net_sched: Fix stack info leak in cbq_dump_wrr(). | David S. Miller | 1 | -0/+1 |
2013-07-19 | pkt_sched: sch_qfq: remove a source of high packet delay/jitter | Paolo Valente | 1 | -29/+56 |
2013-07-12 | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts | Paolo Valente | 1 | -63/+55 |
2013-07-12 | pkt_sched: sch_qfq: improve efficiency of make_eligible | Paolo Valente | 1 | -1/+8 |
2013-07-04 | netem: fix possible NULL deref in netem_dequeue() | Eric Dumazet | 1 | -3/+5 |
2013-07-02 | netem: use rb tree to implement the time queue | Eric Dumazet | 1 | -24/+85 |
2013-06-20 | htb: refactor struct htb_sched fields for performance | Eric Dumazet | 1 | -86/+95 |
2013-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2013-06-14 | htb: reorder struct htb_class fields for performance | Eric Dumazet | 1 | -29/+33 |
2013-06-12 | net_sched: htb: do not setup default rate estimators | Eric Dumazet | 1 | -6/+12 |
2013-06-12 | net_sched: psched_ratecfg_precompute() improvements | Eric Dumazet | 1 | -24/+20 |
2013-06-11 | net_sched: add 64bit rate estimators | Eric Dumazet | 5 | -5/+5 |
2013-06-08 | net_sched: qdisc_get_rtab() must check data[] array | Eric Dumazet | 1 | -5/+6 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -32/+34 |
2013-06-05 | net_sched: htb: do not mix 1ns and 64ns time units | Eric Dumazet | 1 | -17/+17 |
2013-06-03 | net_sched: restore "overhead xxx" handling | Eric Dumazet | 4 | -15/+17 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -1/+1 |
2013-05-23 | sch_tbf: segment too big GSO packets | Eric Dumazet | 1 | -2/+45 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -61/+106 |
2013-05-01 | net_sched: act_ipt forward compat with xtables | Jamal Hadi Salim | 1 | -3/+30 |
2013-04-30 | net/sched: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2013-04-29 | netfilter: ipset: Introduce extensions to elements in the core | Jozsef Kadlecsik | 1 | -1/+1 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-04-20 | pkt_sched: fix error return code in fw_change_attrs() | Wei Yongjun | 1 | -1/+1 |
2013-04-19 | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy | 1 | -1/+1 |
2013-04-12 | act_csum: fix possible use after free | Eric Dumazet | 1 | -14/+25 |
2013-04-08 | net_cls: remove duplicated include from cls_api.c | Wei Yongjun | 1 | -1/+0 |
2013-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2013-04-02 | cbq: incorrect processing of high limits | Vasily Averin | 1 | -1/+4 |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
2013-03-29 | net: fq_codel: Fix off-by-one error | Vijay Subramanian | 1 | -1/+1 |
2013-03-28 | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo | 2 | -3/+3 |
2013-03-27 | sch: add missing u64 in psched_ratecfg_precompute() | Sergey Popovich | 1 | -1/+1 |
2013-03-26 | netlink: have length check of rtnl msg before deref | Hong zhi guo | 2 | -19/+26 |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 3 | -5/+5 |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+45 |
2013-03-07 | htb: add HTB_DIRECT_QLEN attribute | Eric Dumazet | 1 | -15/+16 |
2013-03-06 | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligible | Paolo Valente | 1 | -2/+0 |
2013-03-06 | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s... | Paolo Valente | 1 | -1/+2 |
2013-03-06 | pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeue | Paolo Valente | 1 | -1/+9 |
2013-03-06 | pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i... | Paolo Valente | 1 | -14/+22 |
2013-03-06 | pkt_sched: sch_qfq: fix the update of eligible-group sets | Paolo Valente | 1 | -1/+1 |
2013-03-06 | pkt_sched: sch_qfq: properly cap timestamps in charge_actual_service | Paolo Valente | 1 | -2/+11 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 6 | -45/+30 |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -1/+1 |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -1/+1 |