Age | Commit message (Expand) | Author | Files | Lines |
2025-03-27 | net: move replay logic to tc_modify_qdisc | Stanislav Fomichev | 1 | -46/+27 |
2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -70/+146 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+6 |
2025-03-12 | net_sched: Prevent creation of classes with TC_H_ROOT | Cong Wang | 1 | -0/+6 |
2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
2025-03-06 | net: hold netdev instance lock during qdisc ndo_setup_tc | Stanislav Fomichev | 1 | -4/+24 |
2025-03-06 | net: sched: wrap doit/dumpit methods | Stanislav Fomichev | 1 | -68/+123 |
2025-02-18 | net/sched: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2025-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+4 |
2025-01-18 | net: sched: Disallow replacing of child qdisc from one parent to another | Jamal Hadi Salim | 1 | -0/+4 |
2025-01-17 | net: tc: improve qdisc error messages | John Ousterhout | 1 | -3/+3 |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-10-29 | net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT | Pedro Tammela | 1 | -1/+1 |
2024-10-15 | net: sched: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -8/+12 |
2024-10-08 | net/sched: accept TCA_STAB only for root qdisc | Eric Dumazet | 1 | -1/+6 |
2024-05-07 | rtnetlink: do not depend on RTNL for IFLA_TXQLEN output | Eric Dumazet | 1 | -1/+1 |
2024-05-02 | net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path | Davide Caratti | 1 | -0/+1 |
2024-04-03 | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() | Eric Dumazet | 1 | -1/+1 |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -1/+1 |
2024-02-02 | net/sched: Load modules via their alias | Michal Koutný | 1 | -2/+2 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -1/+1 |
2024-01-05 | net: sched: move block device tracking into tcf_block_get/put_ext() | Jiri Pirko | 1 | -41/+0 |
2024-01-03 | net/sched: sch_api: conditional netlink notifications | Pedro Tammela | 1 | -11/+68 |
2023-12-26 | net/sched: Introduce tc block netdev tracking infra | Victor Nogueira | 1 | -0/+41 |
2023-08-23 | net/sched: fix a qdisc modification with ambiguous command request | Jamal Hadi Salim | 1 | -13/+40 |
2023-06-14 | net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting | Peilin Ye | 1 | -5/+23 |
2023-06-14 | net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs | Peilin Ye | 1 | -10/+10 |
2023-06-07 | net: sched: add rcu annotations around qdisc->qdisc_sleeping | Eric Dumazet | 1 | -10/+16 |
2023-06-04 | net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE | Min-Hua Chen | 1 | -0/+2 |
2023-05-30 | net: sched: fix NULL pointer dereference in mq_attach | Zhengchao Shao | 1 | -0/+4 |
2023-05-30 | net/sched: Prohibit regrafting ingress or clsact Qdiscs | Peilin Ye | 1 | -0/+5 |
2023-05-30 | net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs | Peilin Ye | 1 | -1/+6 |
2023-03-09 | net: sched: remove qdisc_watchdog->last_expires | Eric Dumazet | 1 | -2/+4 |
2023-02-13 | net/sched: fix error recovery in qdisc_create() | Eric Dumazet | 1 | -7/+8 |
2023-02-08 | net/sched: make stab available before ops->init() call | Vladimir Oltean | 1 | -18/+11 |
2023-01-17 | sched: add new attr TCA_EXT_WARN_MSG to report tc extact message | Hangbin Liu | 1 | -21/+34 |
2023-01-10 | net: sched: disallow noqueue for qdisc classes | Frederick Lawler | 1 | -0/+5 |
2022-12-09 | net/sched: add retpoline wrapper for tc | Pedro Tammela | 1 | -0/+5 |
2022-10-19 | net: sched: fix race condition in qdisc_graft() | Eric Dumazet | 1 | -2/+3 |
2022-10-02 | net: sched: ensure n arg not empty before call bind_class | Zhengchao Shao | 1 | -1/+1 |
2022-09-29 | net/sched: query offload capabilities through ndo_setup_tc() | Vladimir Oltean | 1 | -0/+17 |
2022-08-23 | net: sched: remove duplicate check of user rights in qdisc | Zhengchao Shao | 1 | -11/+0 |
2022-08-22 | net_sched: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-16 | net: sched: delete unused input parameter in qdisc_create | Zhengchao Shao | 1 | -3/+3 |
2022-08-16 | net: sched: remove the unused return value of unregister_qdisc | Zhengchao Shao | 1 | -2/+3 |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -1/+1 |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 1 | -10/+12 |
2022-01-20 | net: sched: Clarify error message when qdisc kind is unknown | Victor Nogueira | 1 | -1/+1 |
2022-01-13 | sch_api: Don't skip qdisc attach on ingress | Maxim Mikityanskiy | 1 | -1/+1 |
2022-01-05 | net/sched: add missing tracker information in qdisc_create() | Eric Dumazet | 1 | -1/+1 |
2021-10-18 | net: sched: Remove Qdisc::running sequence counter | Ahmed S. Darwish | 1 | -13/+3 |
2021-10-18 | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish | 1 | -1/+1 |
2021-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2021-09-29 | net_sched: Use struct_size() and flex_array_size() helpers | Gustavo A. R. Silva | 1 | -3/+4 |
2021-09-26 | net: prevent user from passing illegal stab size | 王贇 | 1 | -0/+6 |
2021-07-16 | net/sched: Remove unnecessary if statement | Yajun Deng | 1 | -8/+2 |
2021-03-04 | net: sched: avoid duplicates in classes dump | Maximilian Heyne | 1 | -4/+4 |
2021-01-22 | net: sched: Add extack to Qdisc_class_ops.delete | Maxim Mikityanskiy | 1 | -3/+4 |
2021-01-15 | net_sched: reject silly cell_log in qdisc_get_rtab() | Eric Dumazet | 1 | -1/+2 |
2020-12-01 | net: sched: remove redundant 'rtnl_held' argument | Vlad Buslov | 1 | -2/+2 |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
2020-11-16 | Modify return value of nla_strlcpy to match that of strscpy. | Francis Laniel | 1 | -1/+1 |
2020-07-20 | sched: sch_api: add missing rcu read lock to silence the warning | Jiri Pirko | 1 | -1/+2 |
2020-06-20 | Remove redundant condition in qdisc_graft | Gaurav Singh | 1 | -2/+1 |
2020-05-27 | net_sched: add a tracepoint for qdisc creation | Cong Wang | 1 | -0/+3 |
2020-03-17 | net_sched: do not reprogram a timer about to expire | Eric Dumazet | 1 | -2/+7 |
2020-03-17 | net_sched: add qdisc_watchdog_schedule_range_ns() | Eric Dumazet | 1 | -5/+7 |
2020-01-27 | net_sched: walk through all child classes in tc_bind_tclass() | Cong Wang | 1 | -11/+30 |
2020-01-27 | net_sched: fix ops->bind_class() implementations | Cong Wang | 1 | -2/+4 |
2019-10-08 | net_sched: fix backward compatibility for TCA_KIND | Cong Wang | 1 | -2/+1 |
2019-09-21 | net_sched: add max len check for TCA_KIND | Cong Wang | 1 | -1/+2 |
2019-09-10 | net_sched: check cops->tcf_block in tc_bind_tclass() | Cong Wang | 1 | -0/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -9/+10 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
2019-04-10 | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too | Paolo Abeni | 1 | -1/+14 |
2019-03-13 | net_sched: return correct value for *notify* functions | Zhike Wang | 1 | -4/+11 |
2019-02-18 | net: sched: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -6/+1 |
2019-02-17 | net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails | Ivan Vecera | 1 | -2/+4 |
2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov | 1 | -3/+3 |
2019-02-12 | net: sched: traverse classifiers in chain with tcf_get_next_proto() | Vlad Buslov | 1 | -2/+2 |
2019-02-12 | net: sched: traverse chains in block with tcf_get_next_chain() | Vlad Buslov | 1 | -1/+3 |
2019-01-19 | sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints | Toke Høiland-Jørgensen | 1 | -2/+1 |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -17/+82 |
2018-12-15 | net: sched: simplify the qdisc_leaf code | Tonghao Zhang | 1 | -3/+1 |
2018-12-01 | net/sched: Replace call_rcu_bh() and rcu_barrier_bh() | Paul E. McKenney | 1 | -1/+1 |
2018-11-14 | net: sched: provide notification for graft on root | Jakub Kicinski | 1 | -0/+17 |
2018-11-08 | net: sched: refactor grafting Qdiscs with a parent | Jakub Kicinski | 1 | -14/+14 |
2018-11-08 | net: sched: add an offload graft helper | Jakub Kicinski | 1 | -0/+29 |
2018-11-08 | net: sched: add an offload dump helper | Jakub Kicinski | 1 | -0/+21 |
2018-10-24 | net: sched: Remove TCA_OPTIONS from policy | David Ahern | 1 | -1/+0 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2018-10-18 | net: sched: Fix for duplicate class dump | Phil Sutter | 1 | -1/+2 |
2018-10-15 | net/sched: cls_api: add missing validation of netlink attributes | Davide Caratti | 1 | -4/+4 |
2018-10-08 | net: Add extack to nlmsg_parse | David Ahern | 1 | -1/+1 |
2018-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+20 |
2018-10-05 | net: sched: Add policy validation for tc attributes | David Ahern | 1 | -4/+20 |
2018-09-25 | net: sched: extend Qdisc with rcu | Vlad Buslov | 1 | -0/+18 |
2018-09-25 | net: sched: rename qdisc_destroy() to qdisc_put() | Vlad Buslov | 1 | -3/+3 |
2018-09-10 | net_sched: remove redundant qdisc lock classes | Cong Wang | 1 | -7/+0 |
2018-07-04 | net/sched: Allow creating a Qdisc watchdog with other clocks | Vinicius Costa Gomes | 1 | -2/+9 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -13/+1 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-02-28 | net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscs | Nogah Frankel | 1 | -1/+6 |
2018-02-13 | net: Convert subsys_initcall() registered pernet_operations from net/sched | Kirill Tkhai | 1 | -0/+1 |
2018-01-17 | net: sched: introduce ingress/egress block index attributes for qdisc | Jiri Pirko | 1 | -0/+60 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+1 |
2018-01-16 | net, sched: fix panic when updating miniq {b,q}stats | Daniel Borkmann | 1 | -14/+1 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-02 | net: sched: Move offload check till after dump call | Nogah Frankel | 1 | -3/+2 |
2017-12-28 | net: sched: don't set extack message in case the qdisc will be created | Jiri Pirko | 1 | -3/+1 |
2017-12-21 | net: sch: api: add extack support in qdisc_alloc | Alexander Aring | 1 | -1/+1 |
2017-12-21 | net: sch: api: add extack support in qdisc_get_rtab | Alexander Aring | 1 | -2/+7 |
2017-12-21 | net: sched: sch: add extack for graft callback | Alexander Aring | 1 | -1/+2 |
2017-12-21 | net: sched: sch: add extack for block callback | Alexander Aring | 1 | -1/+1 |
2017-12-21 | net: sched: sch: add extack to change class | Alexander Aring | 1 | -1/+1 |
2017-12-21 | net: sched: sch: add extack for change qdisc ops | Alexander Aring | 1 | -1/+1 |
2017-12-21 | net: sched: sch: add extack for init callback | Alexander Aring | 1 | -1/+1 |
2017-12-21 | net: sched: sch_api: handle generic qdisc errors | Alexander Aring | 1 | -43/+105 |
2017-12-21 | net: sched: fix coding style issues | Alexander Aring | 1 | -1/+1 |
2017-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-12-15 | net: sched: Add TCA_HW_OFFLOAD | Yuval Mintz | 1 | -0/+2 |
2017-12-08 | net: sched: pfifo_fast use skb_array | John Fastabend | 1 | -0/+5 |
2017-12-08 | net: sched: helpers to sum qlen and qlen for per cpu logic | John Fastabend | 1 | -1/+2 |
2017-12-05 | net: sched: sch_api: rearrange init handling | Alexander Aring | 1 | -41/+47 |
2017-12-05 | net: sched: sch_api: fix code style issues | Alexander Aring | 1 | -5/+6 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-10-29 | net_sched: avoid matching qdisc with zero handle | Cong Wang | 1 | -0/+2 |
2017-10-16 | net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock | Jiri Pirko | 1 | -2/+4 |
2017-09-18 | net_sched: use explicit size of struct tcmsg, remove need to declare tcm | Colin Ian King | 1 | -2/+1 |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2017-08-31 | net_sched: add reverse binding for tc class | Cong Wang | 1 | -2/+66 |
2017-08-25 | net_sched: remove tc class reference counting | WANG Cong | 1 | -13/+8 |
2017-08-25 | net_sched: introduce tclass_del_notify() | WANG Cong | 1 | -6/+33 |
2017-08-25 | net_sched: get rid of more forward declarations | WANG Cong | 1 | -179/+169 |
2017-08-24 | net_sched: fix a refcount_t issue with noop_qdisc | Eric Dumazet | 1 | -3/+3 |
2017-08-22 | net: sched: use kvmalloc() for class hash tables | Eric Dumazet | 1 | -18/+4 |
2017-08-16 | net_sched: call qlen_notify only if child qdisc is empty | Konstantin Khlebnikov | 1 | -1/+9 |
2017-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
2017-08-15 | net_sched: remove warning from qdisc_hash_add | Konstantin Khlebnikov | 1 | -3/+0 |
2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -6/+6 |
2017-07-04 | net, sched: convert Qdisc.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2017-06-29 | net: sched: Fix one possible panic when no destroy callback | Gao Feng | 1 | -1/+2 |
2017-05-17 | net: sched: introduce tcf block infractructure | Jiri Pirko | 1 | -1/+1 |
2017-05-17 | net: sched: move tc_classify function to cls_api.c | Jiri Pirko | 1 | -48/+0 |
2017-05-11 | net: sched: optimize class dumps | Eric Dumazet | 1 | -0/+6 |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -6/+9 |
2017-04-17 | Subject: net: allow configuring default qdisc | stephen hemminger | 1 | -0/+9 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -5/+5 |
2017-03-12 | net: sched: make default fifo qdiscs appear in the dump | Jiri Kosina | 1 | -12/+30 |
2017-02-17 | pkt_sched: Remove useless qdisc_stab_lock | Gao Feng | 1 | -12/+0 |
2017-02-11 | net_sched: fix error recovery at qdisc creation | Eric Dumazet | 1 | -0/+2 |
2017-02-10 | sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api | Jiri Pirko | 1 | -22/+0 |
2017-02-10 | sched: rename tcf_destroy to tcf_destroy_proto | Jiri Pirko | 1 | -2/+2 |
2017-01-08 | net-tc: make MAX_RECLASSIFY_LOOP local | Willem de Bruijn | 1 | -1/+2 |
2016-12-05 | net_sched: gen_estimator: complete rewrite of rate estimators | Eric Dumazet | 1 | -1/+1 |
2016-11-07 | qdisc: catch misconfig of attaching qdisc to tx_queue_len zero device | Jesper Dangaard Brouer | 1 | -0/+11 |
2016-09-19 | net sched: stylistic cleanups | Jamal Hadi Salim | 1 | -15/+26 |
2016-08-18 | net: sched: avoid duplicates in qdisc dump | Jiri Kosina | 1 | -4/+10 |
2016-08-18 | net: sched: fix handling of singleton qdiscs with qdisc_hash | Jiri Kosina | 1 | -0/+10 |
2016-08-10 | net: sched: convert qdisc linked list to hashtable | Jiri Kosina | 1 | -10/+13 |
2016-06-12 | sched: remove NET_XMIT_POLICED | Florian Westphal | 1 | -2/+0 |
2016-06-10 | net_sched: remove generic throttled management | Eric Dumazet | 1 | -6/+1 |
2016-06-07 | net: sched: do not acquire qdisc spinlock in qdisc/class stats dump | Eric Dumazet | 1 | -10/+11 |
2016-05-24 | net_sched: avoid too many hrtimer_start() calls | Eric Dumazet | 1 | -0/+4 |
2016-04-26 | sched: align nlattr properly when needed | Nicolas Dichtel | 1 | -2/+4 |
2016-02-29 | net_sched: update hierarchical backlog too | WANG Cong | 1 | -3/+5 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-02-18 | net_sched: Improve readability of filter processing | Jamal Hadi Salim | 1 | -1/+1 |
2016-02-18 | net_sched fix: reclassification needs to consider ether protocol changes | Jamal Hadi Salim | 1 | -0/+1 |
2015-12-15 | net_sched: make qdisc_tree_decrease_qlen() work for non mq | Eric Dumazet | 1 | -1/+1 |
2015-12-03 | net_sched: fix qdisc_tree_decrease_qlen() races | Eric Dumazet | 1 | -9/+18 |
2015-08-28 | net: sched: don't break line in tc_classify loop notification | Daniel Borkmann | 1 | -5/+4 |
2015-08-27 | net: sched: register noqueue qdisc | Phil Sutter | 1 | -0/+1 |
2015-08-27 | net: sched: consolidate tc_classify{,_compat} | Daniel Borkmann | 1 | -30/+25 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -9/+3 |
2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+1 |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
2015-05-27 | net_sched: invoke ->attach() after setting dev->qdisc | WANG Cong | 1 | -4/+6 |
2015-05-13 | net: sched: use counter to break reclassify loops | Florian Westphal | 1 | -9/+3 |
2015-04-22 | net: sched: Use hrtimer_resolution instead of hrtimer_get_res() | Thomas Gleixner | 1 | -4/+1 |
2015-03-09 | net_sched: destroy proto tp when all filters are gone | Cong Wang | 1 | -5/+9 |
2015-01-13 | net: sched: fix skb->protocol use in case of accelerated vlan path | Jiri Pirko | 1 | -1/+1 |
2014-10-21 | net: sched: initialize bstats syncp | Sabrina Dubroca | 1 | -1/+1 |
2014-10-06 | net: sched: avoid costly atomic operation in fq_dequeue() | Eric Dumazet | 1 | -2/+3 |
2014-10-04 | net: sched: suspicious RCU usage in qdisc_watchdog | John Fastabend | 1 | -0/+2 |
2014-09-30 | net: sched: enable per cpu qstats | John Fastabend | 1 | -2/+10 |
2014-09-30 | net: sched: restrict use of qstats qlen | John Fastabend | 1 | -2/+3 |
2014-09-30 | net: sched: implement qstat helper routines | John Fastabend | 1 | -1/+1 |
2014-09-30 | net: sched: make bstats per cpu and estimator RCU safe | John Fastabend | 1 | -6/+23 |
2014-09-26 | net: sched: use pinned timers | Eric Dumazet | 1 | -2/+2 |
2014-09-13 | net: rcu-ify tcf_proto | John Fastabend | 1 | -5/+5 |
2014-06-11 | net_sched: drr: warn when qdisc is not work conserving | Florian Westphal | 1 | -1/+1 |
2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2014-05-02 | net: Allow tc changes in user namespaces | Stéphane Graber | 1 | -3/+5 |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -3/+3 |
2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |