| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-20 | net: sched: refine software bypass handling in tc_run | Xin Long | 1 | -0/+4 |
| 2024-11-12 | net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno... | Alexandre Ferrieux | 1 | -4/+14 |
| 2024-02-02 | net/sched: Add module aliases for cls_,sch_,act_ modules | Michal Koutný | 1 | -0/+1 |
| 2023-11-18 | net/sched: cls_u32: replace int refcounts with proper refcounts | Pedro Tammela | 1 | -18/+18 |
| 2023-11-01 | net: sched: Fill in missing MODULE_DESCRIPTION for classifiers | Victor Nogueira | 1 | -0/+1 |
| 2023-10-06 | net: sched: cls_u32: Fix allocation size in u32_init() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2023-07-31 | net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free | valis | 1 | -1/+0 |
| 2023-07-28 | net: sched: cls_u32: Fix match key mis-addressing | Jamal Hadi Salim | 1 | -6/+50 |
| 2023-07-17 | net: sched: cls_u32: Undo refcount decrement in case update failed | Victor Nogueira | 1 | -0/+7 |
| 2023-07-17 | net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode | Victor Nogueira | 1 | -11/+30 |
| 2023-06-09 | net/sched: cls_u32: Fix reference counter leak leading to overflow | Lee Jones | 1 | -8/+10 |
| 2022-12-09 | net/sched: avoid indirect classify functions on retpoline kernels | Pedro Tammela | 1 | -2/+4 |
| 2022-10-02 | net: sched: use tc_cls_bind_class() in filter | Zhengchao Shao | 1 | -6/+1 |
| 2022-09-29 | net: sched: cls_u32: Avoid memcpy() false-positive warning | Kees Cook | 1 | -1/+5 |
| 2022-09-20 | net/sched: use tc_cls_stats_dump() in filter | Zhengchao Shao | 1 | -15/+5 |
| 2022-04-15 | net/sched: cls_u32: fix possible leak in u32_init_knode() | Eric Dumazet | 1 | -4/+4 |
| 2022-04-15 | net/sched: cls_u32: fix netns refcount changes in u32_change() | Eric Dumazet | 1 | -6/+10 |
| 2021-12-19 | flow_offload: validate flags of filter and actions | Baowen Zheng | 1 | -5/+7 |
| 2021-08-02 | net_sched: refactor TC action init API | Cong Wang | 1 | -12/+12 |
| 2020-12-08 | net/sched: cls_u32: simplify the return expression of u32_reoffload_knode() | Zheng Yongjun | 1 | -8/+3 |
| 2020-09-28 | net/sched: cls_u32: Replace one-element array with flexible-array member | Gustavo A. R. Silva | 1 | -4/+4 |
| 2020-07-31 | net/sched: cls_u32: Use struct_size() helper | Gustavo A. R. Silva | 1 | -14/+6 |
| 2020-06-19 | net/sched: cls_u32: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -3/+1 |
| 2020-01-27 | net_sched: fix ops->bind_class() implementations | Cong Wang | 1 | -3/+8 |
| 2019-12-30 | net/sched: add delete_empty() to filters and use it in cls_flower | Davide Caratti | 1 | -25/+0 |
| 2019-12-19 | net/sched: cls_u32: fix refcount leak in the error path of u32_change() | Davide Caratti | 1 | -0/+25 |
| 2019-08-26 | net: sched: refactor block offloads counter usage | Vlad Buslov | 1 | -17/+12 |
| 2019-07-19 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso | 1 | -3/+3 |
| 2019-06-15 | net: sched: remove NET_CLS_IND config option | Jiri Pirko | 1 | -15/+0 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-07 | net/sched: remove block pointer from common offload structure | Pieter Jansen van Vuuren | 1 | -11/+6 |
| 2019-05-05 | net/sched: add block pointer to tc_cls_common_offload structure | Pieter Jansen van Vuuren | 1 | -6/+11 |
| 2019-05-04 | net: sched: cls_u32: use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -1/+2 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
| 2019-02-22 | net_sched: initialize net pointer inside tcf_exts_init() | Cong Wang | 1 | -4/+4 |
| 2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov | 1 | -5/+7 |
| 2019-02-12 | net: sched: track rtnl lock status when validating extensions | Vlad Buslov | 1 | -1/+1 |
| 2018-12-14 | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() | Cong Wang | 1 | -4/+4 |
| 2018-11-19 | net: sched: cls_u32: add res to offload information | Jakub Kicinski | 1 | -0/+2 |
| 2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2018-10-08 | net: sched: cls_u32: simplify the hell out u32_delete() emptiness check | Al Viro | 1 | -47/+1 |
| 2018-10-08 | net: sched: cls_u32: keep track of knodes count in tc_u_common | Al Viro | 1 | -0/+6 |
| 2018-10-08 | net: sched: cls_u32: get rid of tp_c | Al Viro | 1 | -7/+4 |
| 2018-10-08 | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data | Al Viro | 1 | -3/+2 |
| 2018-10-08 | net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode | Al Viro | 1 | -4/+4 |
| 2018-10-08 | net: sched: cls_u32: clean tc_u_common hashtable | Al Viro | 1 | -15/+9 |
| 2018-10-08 | net: sched: cls_u32: get rid of tc_u_common ->rcu | Al Viro | 1 | -1/+0 |
| 2018-10-08 | net: sched: cls_u32: get rid of tc_u_knode ->tp | Al Viro | 1 | -3/+0 |
| 2018-10-08 | net: sched: cls_u32: get rid of unused argument of u32_destroy_key() | Al Viro | 1 | -7/+6 |
| 2018-10-08 | net: sched: cls_u32: make sure that divisor is a power of 2 | Al Viro | 1 | -1/+5 |
| 2018-10-08 | net: sched: cls_u32: disallow linking to root hnode | Al Viro | 1 | -0/+4 |
| 2018-10-08 | net: sched: cls_u32: mark root hnode explicitly | Al Viro | 1 | -1/+3 |
| 2018-10-07 | net: sched: cls_u32: fix hnode refcounting | Al Viro | 1 | -5/+5 |
| 2018-08-26 | net: sched: Fix memory exposure from short TCA_U32_SEL | Kees Cook | 1 | -2/+8 |
| 2018-06-26 | net: sched: cls_u32: implement offload tcf_proto_op | John Hurley | 1 | -0/+111 |
| 2018-05-24 | net_sched: switch to rcu_work | Cong Wang | 1 | -27/+10 |
| 2018-04-07 | net_sched: fix a missing idr_remove() in u32_delete_key() | Cong Wang | 1 | -0/+1 |
| 2018-02-13 | net: sched: fix tc_u_common lookup | Jiri Pirko | 1 | -4/+20 |
| 2018-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+2 |
| 2018-02-08 | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -28/+19 |
| 2018-02-08 | net/sched: cls_u32: fix cls_u32 on filter replace | Ivan Vecera | 1 | -1/+2 |
| 2018-02-06 | cls_u32: Convert to idr_alloc_u32 | Matthew Wilcox | 1 | -13/+10 |
| 2018-02-06 | cls_u32: Reinstate cyclic allocation | Matthew Wilcox | 1 | -10/+4 |
| 2018-02-06 | idr: Delete idr_replace_ext function | Matthew Wilcox | 1 | -1/+1 |
| 2018-02-06 | idr: Delete idr_remove_ext function | Matthew Wilcox | 1 | -4/+4 |
| 2018-02-06 | cls_u32: fix use after free in u32_destroy_key() | Paolo Abeni | 1 | -10/+11 |
| 2018-02-02 | cls_u32: add missing RCU annotation. | Paolo Abeni | 1 | -5/+7 |
| 2018-01-24 | cls_u32: propagate extack to delete callback | Jakub Kicinski | 1 | -15/+19 |
| 2018-01-24 | cls_u32: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -4/+6 |
| 2018-01-24 | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski | 1 | -4/+4 |
| 2018-01-24 | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 1 | -1/+1 |
| 2018-01-22 | net: sched: add extack support for offload via tc_cls_common_offload | Quentin Monnet | 1 | -4/+4 |
| 2018-01-22 | net: sched: cls_u32: propagate extack support for filter offload | Quentin Monnet | 1 | -5/+5 |
| 2018-01-19 | net: sched: cls_u32: add extack support | Alexander Aring | 1 | -14/+44 |
| 2018-01-19 | net: sched: cls: add extack support for tcf_change_indev | Alexander Aring | 1 | -1/+1 |
| 2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring | 1 | -1/+2 |
| 2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring | 1 | -4/+6 |
| 2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring | 1 | -1/+2 |
| 2018-01-19 | net: sched: cls: fix code style issues | Alexander Aring | 1 | -4/+4 |
| 2018-01-17 | net: sched: keep track of offloaded filters and check tc offload feature | Jiri Pirko | 1 | -6/+7 |
| 2017-12-13 | net: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
| 2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+7 |
| 2017-11-09 | cls_u32: use tcf_exts_get_net() before call_rcu() | Cong Wang | 1 | -1/+7 |
| 2017-11-04 | net: sched: cls_u32: use bitwise & rather than logical && on n->flags | Colin Ian King | 1 | -1/+1 |
| 2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+26 |
| 2017-10-29 | net_sched: use tcf_queue_work() in u32 filter | Cong Wang | 1 | -3/+26 |
| 2017-10-21 | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* | Jiri Pirko | 1 | -31/+0 |
| 2017-10-21 | net: sched: cls_u32: call block callbacks for offload | Jiri Pirko | 1 | -20/+52 |
| 2017-10-21 | net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode | Jiri Pirko | 1 | -8/+8 |
| 2017-10-20 | net: sched: cls_u32: use hash_ptr() for tc_u_hash | Arnd Bergmann | 1 | -1/+1 |
| 2017-10-16 | net: sched: cls_u32: use block instead of q in tc_u_common | Jiri Pirko | 1 | -8/+4 |
| 2017-09-28 | net_sched: use idr to allocate u32 filter handles | Cong Wang | 1 | -41/+67 |
| 2017-08-31 | net_sched: add reverse binding for tc class | Cong Wang | 1 | -0/+9 |
| 2017-08-25 | net_sched: kill u32_node pointer in Qdisc | WANG Cong | 1 | -4/+53 |
| 2017-08-11 | net: sched: remove cops->tcf_cl_offload | Jiri Pirko | 1 | -4/+4 |
| 2017-08-07 | net_sched: use void pointer for filter handle | WANG Cong | 1 | -15/+15 |
| 2017-08-07 | net: sched: get rid of struct tc_to_netdev | Jiri Pirko | 1 | -46/+37 |
| 2017-08-07 | net: sched: push cls related args into cls_common structure | Jiri Pirko | 1 | -12/+8 |
| 2017-08-07 | net: sched: make type an argument for ndo_setup_tc | Jiri Pirko | 1 | -12/+8 |
| 2017-08-04 | net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct | Jiri Pirko | 1 | -14/+4 |
| 2017-06-08 | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko | 1 | -4/+8 |
| 2017-04-21 | net_sched: move the empty tp check from ->destroy() to ->delete() | WANG Cong | 1 | -30/+41 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+1 |
| 2017-02-17 | net/sched: cls_u32: Reflect HW offload status | Or Gerlitz | 1 | -0/+10 |
| 2017-01-09 | cls_u32: don't bother explicitly initializing ->divisor to zero | Alexandru Moise | 1 | -1/+0 |
| 2016-09-19 | net sched: stylistic cleanups | Jamal Hadi Salim | 1 | -18/+12 |
| 2016-08-22 | net_sched: properly handle failure case of tcf_exts_init() | WANG Cong | 1 | -6/+15 |
| 2016-06-08 | net: cls_u32: be more strict about skip-sw flag for knodes | Jakub Kicinski | 1 | -18/+19 |
| 2016-06-08 | net: cls_u32: catch all hardware offload errors | Jakub Kicinski | 1 | -1/+7 |
| 2016-06-07 | net: sched: fix tc_should_offload for specific clsact classes | Daniel Borkmann | 1 | -4/+4 |
| 2016-06-07 | net: cls_u32: be more strict about skip-sw flag | Jakub Kicinski | 1 | -10/+11 |
| 2016-06-07 | net: cls_u32: fix error code for invalid flags | Jakub Kicinski | 1 | -1/+1 |
| 2016-05-16 | net: cls_u32: Add support for skip-sw flag to tc u32 classifier. | Samudrala, Sridhar | 1 | -9/+36 |
| 2016-04-26 | sched: align nlattr properly when needed | Nicolas Dichtel | 1 | -3/+4 |
| 2016-03-01 | net: sched: cls_u32 add bit to specify software only rules | John Fastabend | 1 | -10/+27 |
| 2016-03-01 | net: sched: consolidate offload decision in cls_u32 | John Fastabend | 1 | -4/+4 |
| 2016-02-17 | net: sched: add cls_u32 offload hooks for netdevs | John Fastabend | 1 | -2/+97 |
| 2015-08-25 | cls_u32: complete the check for non-forced case in u32_destroy() | WANG Cong | 1 | -0/+13 |
| 2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
| 2015-03-09 | net_sched: fix struct tc_u_hnode layout in u32 | WANG Cong | 1 | -1/+4 |
| 2015-03-09 | net_sched: destroy proto tp when all filters are gone | Cong Wang | 1 | -1/+24 |
| 2014-12-09 | net: sched: cls: remove unused op put from tcf_proto_ops | Jiri Pirko | 1 | -5/+0 |
| 2014-10-01 | net_sched: avoid calling tcf_unbind_filter() in call_rcu callback | WANG Cong | 1 | -4/+6 |
| 2014-09-28 | net_sched: remove the first parameter from tcf_exts_destroy() | WANG Cong | 1 | -2/+2 |
| 2014-09-22 | net: sched: fix compile warning in cls_u32 | Eric Dumazet | 1 | -1/+1 |
| 2014-09-22 | net: sched: cls_u32 changes to knode must appear atomic to readers | John Fastabend | 1 | -9/+126 |
| 2014-09-22 | net: cls_u32: fix missed pcpu_success free_percpu | John Fastabend | 1 | -0/+13 |
| 2014-09-19 | net: sched: cls_u32: rcu can not be last node | John Fastabend | 1 | -1/+4 |
| 2014-09-16 | net: sched: cls_u32 add missing rcu_assign_pointer and annotation | John Fastabend | 1 | -3/+4 |
| 2014-09-16 | net: sched: fix unsued cpu variable | John Fastabend | 1 | -3/+4 |
| 2014-09-13 | net: sched: make cls_u32 lockless | John Fastabend | 1 | -73/+110 |
| 2014-09-13 | net: sched: make cls_u32 per cpu | John Fastabend | 1 | -16/+59 |
| 2014-07-20 | net_sched: avoid generating same handle for u32 filters | Cong Wang | 1 | -5/+14 |
| 2014-04-27 | sched, cls: check if we could overwrite actions when changing a filter | Cong Wang | 1 | -5/+5 |
| 2014-01-13 | net_sched: avoid casting void pointer | WANG Cong | 1 | -1/+1 |
| 2014-01-13 | net_sched: optimize tcf_match_indev() | WANG Cong | 1 | -7/+12 |
| 2014-01-13 | net_sched: add struct net pointer to tcf_proto_ops->dump | WANG Cong | 1 | -1/+1 |
| 2013-12-18 | net_sched: cls: refactor out struct tcf_ext_map | WANG Cong | 1 | -9/+5 |
| 2013-12-18 | net_sched: act: use standard struct list_head | WANG Cong | 1 | -0/+1 |
| 2013-12-10 | net_sched: change "foo* bar" to "foo *bar" | Yang Yingliang | 1 | -1/+1 |
| 2013-01-14 | pkt_sched: namespace aware act_mirred | Benjamin LaHaise | 1 | -6/+7 |
| 2012-08-14 | net sched: Pass the skb into change so it can access NETLINK_CB | Eric W. Biederman | 1 | -1/+2 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -2/+1 |
| 2012-04-01 | pkt_sched: Stop using NLA_PUT*(). | David S. Miller | 1 | -16/+24 |
| 2011-07-06 | net: sched: constify tcf_proto and tc_action | Eric Dumazet | 1 | -1/+1 |
| 2011-02-22 | cls_u32: fix sparse warnings | stephen hemminger | 1 | -6/+6 |
| 2011-01-19 | net_sched: cleanups | Eric Dumazet | 1 | -38/+39 |
| 2010-10-05 | cls_u32: signedness bug | Dan Carpenter | 1 | -1/+1 |
| 2010-08-02 | u32: negative offset fix | stephen hemminger | 1 | -2/+4 |
| 2010-06-02 | cls_u32: use skb_header_pointer() to dereference data safely | Changli Gao | 1 | -13/+36 |
| 2010-05-17 | net sched: printk message severity | stephen hemminger | 1 | -5/+5 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-24 | net: remove trailing space in messages | Frans Pop | 1 | -2/+2 |
| 2009-01-05 | pkt_sched: cls_u32: Fix locking in u32_change() | Jarek Poplawski | 1 | -1/+2 |
| 2008-11-20 | pkt_sched: remove unnecessary xchg() in packet classifiers | Patrick McHardy | 1 | -5/+6 |
| 2008-07-25 | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 1 | -5/+5 |
| 2008-07-18 | pkt_sched: Get rid of u32_list. | David S. Miller | 1 | -15/+3 |
| 2008-04-12 | [NET_SCHED] cls_u32: refcounting fix for u32_delete() | Jarek Poplawski | 1 | -3/+9 |
| 2008-03-17 | [PKT_SCHED]: annotate cls_u32 | Al Viro | 1 | -4/+4 |
| 2008-01-31 | [NET_SCHED]: Constify struct tcf_ext_map | Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NET_SCHED]: Use nla_policy for attribute validation in classifiers | Patrick McHardy | 1 | -10/+12 |
| 2008-01-28 | [NET_SCHED]: Use typeful attribute parsing helpers | Patrick McHardy | 1 | -4/+4 |
| 2008-01-28 | [NET_SCHED]: Use typeful attribute construction helpers | Patrick McHardy | 1 | -4/+4 |
| 2008-01-28 | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NET_SCHED]: Use nla_nest_start/nla_nest_end | Patrick McHardy | 1 | -6/+7 |
| 2008-01-28 | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 1 | -2/+3 |
| 2008-01-28 | [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API | Patrick McHardy | 1 | -39/+39 |
| 2008-01-28 | [NET_SCHED]: mark classifier ops __read_mostly | Patrick McHardy | 1 | -2/+1 |
| 2007-11-10 | [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se... | Radu Rendec | 1 | -11/+1 |
| 2007-11-07 | [PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks. | Radu Rendec | 1 | -2/+2 |
| 2007-10-10 | [NET]: sparse warning fixes | Stephen Hemminger | 1 | -1/+1 |
| 2007-10-07 | [PKT_SCHED] cls_u32: error code isn't been propogated properly | Stephen Hemminger | 1 | -1/+1 |
| 2007-07-15 | [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE | Patrick McHardy | 1 | -3/+0 |
| 2007-07-10 | [NET_SCHED]: Remove unnecessary includes | Patrick McHardy | 1 | -17/+1 |
| 2007-04-25 | [NET]: cleanup extra semicolons | Stephen Hemminger | 1 | -1/+1 |
| 2007-04-25 | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-02-10 | [NET] SCHED: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -2/+2 |
| 2006-12-02 | [NET]: Turn nfmark into generic mark | Thomas Graf | 1 | -1/+1 |
| 2006-08-17 | [PKT_SCHED] cls_u32: Fix typo. | Ralf Hildebrandt | 1 | -1/+1 |
| 2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 1 | -10/+5 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-23 | [NET_SCHED]: cls_u32: remove unnecessary NULL-ptr check | Patrick McHardy | 1 | -4/+2 |
| 2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 1 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+828 |