| Commit message (Expand) | Author | Age | Files | Lines |
* | net: wan: switch to netif_napi_add_weight() | Jakub Kicinski | 2022-05-08 | 1 | -1/+2 |
* | net: wan: add necessary () to macro argument | Peng Li | 2021-05-21 | 1 | -10/+10 |
* | net: wan: add braces {} to all arms of the statement | Peng Li | 2021-05-21 | 1 | -1/+2 |
* | net: wan: remove redundant blank lines | Peng Li | 2021-05-21 | 1 | -20/+0 |
* | net: wan: fix the code style issue about trailing statements | Peng Li | 2021-05-21 | 1 | -10/+28 |
* | net: wan: add some required spaces | Peng Li | 2021-05-21 | 1 | -3/+3 |
* | net: wan: fix an code style issue about "foo* bar" | Peng Li | 2021-05-21 | 1 | -5/+5 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2019-05-30 | 1 | -4/+1 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2012-12-07 | 1 | -2/+1 |
* | net/hdlc: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 1 | -2/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | generic_hdlc: Update to current logging forms | Joe Perches | 2011-06-27 | 1 | -4/+4 |
* | WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers. | Krzysztof Halasa | 2010-12-13 | 1 | -1/+4 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -1/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | wan: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -2/+2 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -1/+2 |
* | net: Remove redundant NAPI functions | Ben Hutchings | 2009-01-21 | 1 | -2/+2 |
* | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-23 | 1 | -2/+2 |
* | WAN: Simplify sca_init_port() in HD64572 driver. | Krzysztof Hałasa | 2008-11-22 | 1 | -36/+31 |
* | WAN: Correct comments in hd6457[02].c | Krzysztof Hałasa | 2008-11-22 | 1 | -1/+1 |
* | WAN: HD64572 drivers don't use next_desc() anymore. | Krzysztof Hałasa | 2008-11-22 | 1 | -10/+3 |
* | WAN: Simplify HD64572 drivers. | Krzysztof Hałasa | 2008-11-22 | 1 | -69/+70 |
* | WAN: Simplify HD64572 status handling. | Krzysztof Hałasa | 2008-11-22 | 1 | -29/+8 |
* | WAN: rework HD64572 interrupts a bit. | Krzysztof Hałasa | 2008-11-22 | 1 | -23/+13 |
* | WAN: HD64572 already handles TX underruns with DMAC. | Krzysztof Hałasa | 2008-11-22 | 1 | -17/+15 |
* | WAN: TX-done handler now uses the ownership bit in HD64572 drivers. | Krzysztof Hałasa | 2008-11-22 | 1 | -8/+3 |
* | WAN: convert HD64572-based drivers to NAPI. | Krzysztof Hałasa | 2008-11-22 | 1 | -35/+67 |
* | WAN: remove SCA support from SCA-II drivers | Krzysztof Hałasa | 2008-11-22 | 1 | -253/+43 |
* | WAN: split hd6457x.c into hd64570.c and hd64572.c | Krzysztof Hałasa | 2008-11-22 | 1 | -0/+867 |