summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski2021-12-281-0/+1
* | | net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski2021-12-281-0/+1
* | | r8169: don't use pci_irq_vector() in atomic contextThomas Gleixner2021-12-281-7/+7
|/ /
* | net:Remove initialization of static variables to 0Wen Zhiwei2021-12-271-3/+3
* | net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-27/+42
* | net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* | net: ethoc: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* | fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-16/+16
* | net: pxa168_eth: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-4/+5
* | ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-7/+6
* | net: wwan: iosm: Keep device at D0 for s2idle caseKai-Heng Feng2021-12-271-0/+3
* | net: wwan: iosm: Let PCI core handle PCI power transitionKai-Heng Feng2021-12-271-47/+2
* | net: lan966x: Fix the vlan used by host portsHoratiu Vultur2021-12-271-3/+3
* | bnxt_en: Use page frag RX buffers for better software GRO performanceJakub Kicinski2021-12-271-12/+15
* | bnxt_en: convert to xdp_do_flushEdwin Peer2021-12-271-1/+1
* | bnxt_en: Support CQE coalescing mode in ethtoolMichael Chan2021-12-271-1/+23
* | bnxt_en: Support configurable CQE coalescing modeMichael Chan2021-12-272-5/+12
* | bnxt_en: enable interrupt sampling on 5750X for DIMAndy Gospodarek2021-12-271-1/+13
* | bnxt_en: Log error report for dropped doorbellMichael Chan2021-12-271-2/+8
* | bnxt_en: Add event handler for PAUSE Storm eventSomnath Kotur2021-12-271-0/+3
* | net: phy: micrel: Add config_init for LAN8814Horatiu Vultur2021-12-241-0/+32
* | net: wan/lmc: fix spelling of "its"Randy Dunlap2021-12-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-2323-147/+268
|\ \
| * | net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu2021-12-231-1/+1
| * | r8152: sync ocp baseHayes Wang2021-12-231-4/+22
| * | r8152: fix the force speed doesn't work for RTL8156Hayes Wang2021-12-231-0/+17
| * | net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang2021-12-231-1/+1
| * | veth: ensure skb entering GRO are not cloned.Paolo Abeni2021-12-231-2/+6
| * | asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin2021-12-221-2/+4
| * | asix: fix uninit-value in asix_mdio_read()Pavel Skripkin2021-12-221-1/+1
| * | sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * | sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * | net: ks8851: Check for error irqJiasheng Jiang2021-12-221-0/+2
| * | drivers: net: smc911x: Check for error irqJiasheng Jiang2021-12-221-0/+5
| * | fjes: Check for error irqJiasheng Jiang2021-12-221-0/+5
| * | bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera2021-12-211-1/+1
| * | igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-201-6/+13
| * | gve: Correct order of processing device optionsJeroen de Borst2021-12-201-4/+4
| * | qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang2021-12-183-5/+13
| * | hamradio: improve the incomplete fix to avoid NPDLin Ma2021-12-181-2/+2
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-12-184-41/+62
| |\ \
| | * | ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-172-6/+1
| | * | ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
| | * | ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
| | * | ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
| | * | ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-173-22/+47
| | * | ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski2021-12-171-6/+6
| * | | tun: avoid double free in tun_free_netdevGeorge Kennedy2021-12-171-56/+59
| * | | net: marvell: prestera: fix incorrect structure accessYevhen Orlov2021-12-171-7/+12
| * | | net: marvell: prestera: fix incorrect return of port_findYevhen Orlov2021-12-171-6/+10