summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang2019-05-161-1/+6
* tuntap: fix dividing by zero in ebpf queue selectionJason Wang2019-05-161-1/+6
* net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-161-5/+3
* net: seeq: fix crash caused by not set dev.parentThomas Bogendoerfer2019-05-161-0/+1
* net: macb: Change interrupt and napi enable order in openHarini Katakam2019-05-161-3/+3
* net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe2019-05-161-0/+2
* dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-161-1/+1
* bonding: fix arp_validate toggling in active-backup modeJarod Wilson2019-05-161-7/+0
* rtlwifi: rtl8723ae: Fix missing break in switch statementGustavo A. R. Silva2019-05-161-0/+1
* mwl8k: Fix rate_idx underflowPetr Štetiar2019-05-161-4/+9
* cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun2019-05-161-1/+4
* mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel2019-05-161-1/+1
* mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel2019-05-161-1/+1
* mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel2019-05-161-1/+1
* mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel2019-05-161-1/+1
* net: fec: manage ahb clock in runtime pmAndy Duan2019-05-161-9/+21
* net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmodeHeiner Kallweit2019-05-161-8/+16
* spi: Micrel eth switch: declare missing of tableDaniel Gomez2019-05-161-0/+9
* ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil2019-05-161-1/+1
* qede: fix write to free'd pointer error and double free of ptpColin Ian King2019-05-161-4/+3
* vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King2019-05-161-0/+1
* net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing2019-05-101-1/+1
* libcxgb: fix incorrect ppmax calculationVarun Prakash2019-05-081-1/+8
* net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-05-081-1/+3
* net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-05-081-6/+27
* net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-05-081-1/+1
* net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-05-081-5/+2
* net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-05-081-2/+3
* net: stmmac: don't log oversized framesAaro Koskinen2019-05-081-2/+0
* net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen2019-05-081-0/+5
* net: stmmac: don't overwrite discard_frame statusAaro Koskinen2019-05-081-3/+4
* net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen2019-05-081-7/+7
* net: stmmac: ratelimit RX error logsAaro Koskinen2019-05-081-6/+8
* net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen2019-05-087-19/+35
* bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-05-081-1/+3
* net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon2019-05-081-4/+2
* net: hns3: fix compile errorXi Wang2019-05-082-2/+2
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-05-082-49/+10
* mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson2019-05-081-1/+1
* iwlwifi: fix driver operation for 5350Emmanuel Grumbach2019-05-081-1/+2
* ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki2019-05-051-1/+1
* bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-05-051-4/+5
* bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-05-051-0/+1
* bnxt_en: Improve multicast address setup logic.Michael Chan2019-05-051-1/+8
* net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn2019-05-051-2/+4
* net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfcDan Carpenter2019-05-051-0/+6
* net: ethernet: ti: fix possible object reference leakWen Yang2019-05-041-2/+6
* net: ibm: fix possible object reference leakWen Yang2019-05-041-0/+1
* net: xilinx: fix possible object reference leakWen Yang2019-05-041-0/+2
* net: macb: Add null check for PCLK and HCLKHarini Katakam2019-05-041-2/+8