Age | Commit message (Expand) | Author | Files | Lines |
2015-09-23 | arcnet: Wrap some long lines | Joe Perches | 10 | -46/+75 |
2015-09-23 | arcnet: Remove pointer comparisons to NULL | Joe Perches | 4 | -6/+6 |
2015-09-23 | arcnet: Remove assignments from ifs | Joe Perches | 3 | -3/+7 |
2015-09-23 | arcnet: Remove unnecessary OOM messages | Joe Perches | 5 | -10/+2 |
2015-09-23 | arcnet: Move EXPORT_SYMBOL after declarations | Joe Perches | 1 | -15/+18 |
2015-09-23 | arcnet: Convert printk to pr_<level> | Joe Perches | 12 | -64/+65 |
2015-09-23 | arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont | Joe Perches | 11 | -312/+338 |
2015-09-23 | arcnet: Expand odd BUGLVL macro with if and uses | Joe Perches | 11 | -50/+84 |
2015-09-23 | arcnet: Use network block comment style | Joe Perches | 11 | -132/+95 |
2015-09-23 | arcnet: Use include/linux path for asm | Joe Perches | 7 | -7/+7 |
2015-09-23 | arcnet: Coalesce string fragments | Joe Perches | 6 | -36/+22 |
2015-09-23 | arcnet: Use normal kernel brace style | Joe Perches | 8 | -71/+52 |
2015-09-23 | arcnet: Add and remove blank lines | Joe Perches | 12 | -81/+13 |
2015-09-23 | arcnet: Use normal kernel spacing style | Joe Perches | 12 | -349/+349 |
2015-09-23 | usbnet: remove invalid check | Andrzej Hajda | 3 | -15/+0 |
2015-09-23 | rndis_wlan: fix checking for default value | Andrzej Hajda | 1 | -1/+1 |
2015-09-23 | orinoco: fix checking for default value | Andrzej Hajda | 1 | -3/+3 |
2015-09-23 | mwifiex: fix comparison expression | Andrzej Hajda | 1 | -2/+2 |
2015-09-23 | net: brcm80211: fix range check | Andrzej Hajda | 1 | -1/+1 |
2015-09-23 | net: stmmac: fix type of entry variable | Andrzej Hajda | 1 | -1/+1 |
2015-09-23 | net/ibm/emac: fix type of phy_mode | Andrzej Hajda | 1 | -1/+1 |
2015-09-22 | drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL | Stephen Rothwell | 1 | -25/+10 |
2015-09-22 | drivers: net: cpsw-common: add support for reading mac address for dra7 and a... | Mugunthan V N | 1 | -0/+6 |
2015-09-22 | drivers: net: cpsw: davinci_emac: move reading mac id to common file | Mugunthan V N | 4 | -59/+57 |
2015-09-22 | Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l... | David S. Miller | 1 | -105/+92 |
2015-09-22 | net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high | Florian Fainelli | 1 | -2/+1 |
2015-09-22 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 4 | -49/+174 |
2015-09-21 | can: flexcan: enable interrupts atomically at the end of flexcan_chip_start() | Marc Kleine-Budde | 1 | -1/+6 |
2015-09-21 | can: flexcan: give member of flexcan_priv holding mailboxes a sensible name | Marc Kleine-Budde | 1 | -13/+13 |
2015-09-21 | can: flexcan: use pointer to struct regs instead of void pointer for mmio add... | Marc Kleine-Budde | 1 | -21/+21 |
2015-09-21 | can: flexcan: rename feature into quirks | Marc Kleine-Budde | 1 | -10/+10 |
2015-09-21 | can: flexcan: flexcan_chip_start(): cleanup writing of reg_mcr | Marc Kleine-Budde | 1 | -4/+4 |
2015-09-21 | can: flexcan: remove unused header files | Marc Kleine-Budde | 1 | -4/+0 |
2015-09-21 | can: flexcan: cleanup coding style and fix typos | Marc Kleine-Budde | 1 | -52/+38 |
2015-09-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 9 | -85/+354 |
2015-09-21 | Merge tag 'linux-can-next-for-4.4-20150917' of git://git.kernel.org/pub/scm/l... | David S. Miller | 3 | -0/+868 |
2015-09-21 | net: add Hisilicon Network Subsystem basic ethernet support | huangdaode | 5 | -0/+2971 |
2015-09-21 | net: add Hisilicon Network Subsystem DSAF support | huangdaode | 18 | -0/+9798 |
2015-09-21 | net: add Hisilicon Network Subsystem hnae framework support | huangdaode | 5 | -0/+1103 |
2015-09-21 | net: add Hisilicon Network Subsystem MDIO support | huangdaode | 4 | -187/+531 |
2015-09-21 | xen-netfront: always set num queues if possible | chas williams | 1 | -7/+10 |
2015-09-18 | net: bcmgenet: Implement RX coalescing control knobs | Florian Fainelli | 2 | -3/+105 |
2015-09-18 | net: bcmgenet: Implement TX coalescing control knobs | Florian Fainelli | 2 | -3/+50 |
2015-09-18 | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR. | Woojung.Huh@microchip.com | 2 | -4/+0 |
2015-09-18 | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M... | Woojung.Huh@microchip.com | 1 | -38/+52 |
2015-09-18 | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic... | Woojung.Huh@microchip.com | 2 | -232/+40 |
2015-09-18 | lan78xx: Update to use phylib instead of mii_if_info. | Woojung.Huh@microchip.com | 1 | -362/+256 |
2015-09-18 | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config. | Woojung.Huh@microchip.com | 1 | -0/+2 |
2015-09-18 | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHY | Woojung.Huh@microchip.com | 1 | -1/+1 |
2015-09-18 | bonding: use l4 hash if available | Eric Dumazet | 1 | -0/+4 |