| Commit message (Expand) | Author | Age |
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 |
* | pkt_sched: act_api: Move away from NLMSG_PUT(). | David S. Miller | 2012-06-27 |
* | pkt_sched: Stop using NLA_PUT*(). | David S. Miller | 2012-04-01 |
* | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2011-10-31 |
* | net: sched: constify tcf_proto and tc_action | Eric Dumazet | 2011-07-06 |
* | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 2011-06-09 |
* | net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu() | Lai Jiangshan | 2011-05-08 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | net_sched: cleanups | Eric Dumazet | 2011-01-20 |
* | pkt_sched: gen_kill_estimator() rcu fixes | Eric Dumazet | 2010-06-11 |
* | net sched: printk message severity | stephen hemminger | 2010-05-18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | | net_sched: make traffic control network namespace aware | Tom Goff | 2010-03-22 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
|\ |
|
| * | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 2009-11-09 |
* | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-25 |
* | | pkt_sched: gen_estimator: Dont report fake rate estimators | Eric Dumazet | 2009-10-07 |
|/ |
|
* | netlink: constify nlmsghdr arguments | Patrick McHardy | 2009-08-25 |
* | tc: propogate errors from tcf_hash_create | Stephen Hemminger | 2008-11-26 |
* | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 2008-10-16 |
* | net-sched: fix Action flushing return code | Jamal Hadi Salim | 2008-08-13 |
* | net-sched: Fix actions flushing | Jamal Hadi Salim | 2008-08-13 |
* | pkt_sched: Fix actions referencing | Jamal Hadi Salim | 2008-08-07 |
* | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 2008-07-26 |
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 |
* | [NET_SCHED]: Use typeful attribute parsing helpers | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Use typeful attribute construction helpers | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Use nla_nest_start/nla_nest_end | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: act_api: use nlmsg_parse | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: act_api: fix netlink API conversion bug | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Convert actions from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 |
* | [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol | Patrick McHardy | 2008-01-28 |
* | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 2008-01-28 |
* | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev | 2008-01-28 |
* | [NET_SCHED] protect action config/dump from irqs | Jamal Hadi Salim | 2007-09-14 |
* | [NET_SCHED]: Remove unnecessary includes | Patrick McHardy | 2007-07-11 |
* | [NET_SCHED]: Remove unnecessary stats_lock pointers | Patrick McHardy | 2007-07-11 |
* | [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option | Patrick McHardy | 2007-07-11 |
* | [PKT_SCHED] act: Use rtnl registration interface | Thomas Graf | 2007-04-26 |
* | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 |
* | [NET] SCHED: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 |
* | [PKT_SCHED]: Kill pkt_act.h inlining. | David S. Miller | 2006-09-22 |
* | [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts | Thomas Graf | 2006-09-22 |