Age | Commit message (Expand) | Author |
2020-05-19 | staging: qlge: unmap dma when lock failed | Xiangyang Zhang |
2020-05-15 | staging: qlge: Remove unnecessary spaces in qlge_main.c | Xiangyang Zhang |
2020-05-05 | staging: qlge: Fix function argument alignment warning in ql_init_device | Rylan Dmello |
2020-05-05 | staging: qlge: Fix suspect code indent warning in ql_init_device | Rylan Dmello |
2020-05-05 | staging: qlge: Remove multi-line dereference from ql_request_irq | Rylan Dmello |
2020-05-05 | staging: qlge: Remove goto statements from ql_get_mac_addr_reg | Rylan Dmello |
2020-05-05 | staging: qlge: Fix indentation in ql_get_mac_addr_reg | Rylan Dmello |
2020-05-05 | staging: qlge: Remove gotos from ql_set_mac_addr_reg | Rylan Dmello |
2020-05-05 | staging: qlge: Fix indentation in ql_set_mac_addr_reg | Rylan Dmello |
2020-04-28 | staging: qlge: Remove print statements for lbq_clean_idx and lbq_free_cnt | Rylan Dmello |
2020-04-28 | staging: qlge: Remove print statement for vlgrp field | Rylan Dmello |
2020-04-28 | staging: qlge: Remove unnecessary parentheses around struct field | Rylan Dmello |
2020-04-25 | staging: qlge: qlge_dbg.c: Remove trailing semicolon from macro | Rylan Dmello |
2020-04-23 | staging: qlge: replace deprecated apis pci_dma_* | realwakka |
2020-04-23 | staging: qlge: cleanup indent in qlge_main.c | Mathieu Dolmen |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-03-19 | Staging: qlge: Add a blank line after variable | Sam Muhammed |
2020-03-17 | staging: qlge: qlge_ethtool.c: remove an unneeded variable | Payal Kshirsagar |
2020-03-17 | staging: qlge: qlge_dbg.c: remove an unneeded variable | Payal Kshirsagar |
2020-03-17 | staging: qlge: qlge_mpi.c: remove an unneeded variable | Payal Kshirsagar |
2020-03-17 | staging: qlge: qlge_main.c: remove an unneeded variable | Payal Kshirsagar |
2020-03-17 | staging: qlge: qlge_main: remove unused code | Lourdes Pedrajas |
2020-03-17 | staging: qlge: qlge_dbg: remove unneeded spaces | Lourdes Pedrajas |
2020-03-11 | staging: qlge: Fix WARNING: Missing a blank line after declarations | Carlos Henrique Lima Melara |
2020-03-10 | staging: qlge: qlge.h: remove excess newlines | Payal Kshirsagar |
2020-03-10 | staging: qlge: qlge.h: add spaces around operators | Payal Kshirsagar |
2020-03-10 | staging: qlge: qlge.h: remove spaces before tabs and align code | Payal Kshirsagar |
2020-03-10 | staging: qlge: remove blank line | Payal Kshirsagar |
2020-03-06 | staging: qlge: reject unsupported coalescing params | Jakub Kicinski |
2020-02-23 | staging: qlge: emit debug and dump at same level | Kaaira Gupta |
2020-02-23 | staging: qlge: add braces around macro arguments | Kaaira Gupta |
2020-02-23 | staging: qlge: add braces on all arms of if-else | Kaaira Gupta |
2020-02-11 | staging: qlge: qlge_main.c: fix style issues | Mohana Datta Yelugoti |
2020-02-09 | staging: qlge: remove spaces at the start of a line | Mohana Datta Yelugoti |
2020-01-29 | Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-17 | staging: qlge: Fix CHECK: Alignment should match open parenthesis | Scott Schafer |
2019-12-17 | staging: qlge: Fix CHECK extra blank lines in many files | Scott Schafer |
2019-12-16 | Merge 5.5-rc2 into staging-next | Greg Kroah-Hartman |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-12-10 | staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.c | Scott Schafer |
2019-12-10 | staging/qlge: fix block comment coding style | Dorothea Ehrl |
2019-12-10 | staging/qlge: remove braces in conditional statement | Dorothea Ehrl |
2019-12-10 | staging/qlge: add braces to conditional statement | Dorothea Ehrl |
2019-12-10 | staging/qlge: add blank lines after declarations | Dorothea Ehrl |
2019-12-10 | staging/qlge: remove initialising of static local variable | Dorothea Ehrl |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-11-05 | staging: qlge: Avoid NULL comparison | Nachammai Karuppiah |