summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix arp_validate toggling in active-backup modeJarod Wilson2019-05-161-7/+0
* net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-161-5/+3
* bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-05-161-1/+3
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-05-162-49/+10
* net: ibm: fix possible object reference leakWen Yang2019-05-161-0/+1
* net: ks8851: Set initial carrier state to downLukas Wunner2019-05-161-0/+2
* net: ks8851: Delay requesting IRQ until openedLukas Wunner2019-05-161-13/+11
* net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner2019-05-161-1/+1
* net: ks8851: Dequeue RX packets explicitlyLukas Wunner2019-05-161-4/+4
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-05-161-0/+2
* net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul2019-05-161-2/+2
* team: fix possible recursive locking when add slavesHangbin Liu2019-05-161-0/+6
* slip: make slhc_free() silently accept an error pointerLinus Torvalds2019-05-161-1/+1
* bonding: fix event handling for stacked bondsSabrina Dubroca2019-04-271-1/+5
* rsi: improve kernel thread handling to fix kernel panicSiva Rebbagondla2019-04-271-1/+0
* qmi_wwan: add Olicard 600Bjørn Mork2019-04-271-0/+1
* wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen2019-04-271-2/+5
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-04-271-2/+2
* mac8390: Fix mmio access size probeFinn Thain2019-04-031-7/+12
* net: set static variable an initial value in atl2_probe()Mao Wenan2019-03-231-3/+1
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-03-231-1/+6
* net: systemport: Fix reception of BPDUsFlorian Fainelli2019-03-231-0/+4
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-231-0/+10
* mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-03-231-1/+0
* net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-231-3/+3
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-231-0/+1
* net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-03-231-1/+2
* net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-03-231-1/+13
* team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-231-0/+15
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-231-1/+23
* ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon2019-03-231-2/+0
* net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto2019-03-231-1/+3
* team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang2019-03-231-22/+5
* net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-231-10/+12
* vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-231-2/+11
* sky2: Increase D3 delay againKai-Heng Feng2019-02-231-1/+1
* kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2019-02-201-12/+6
* smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes2019-02-201-6/+6
* enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-201-1/+1
* net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-202-15/+12
* skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-201-2/+4
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2019-02-201-2/+8
* igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2019-02-201-3/+5
* ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-02-061-0/+2
* can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by remo...Manfred Schlaegl2019-02-061-14/+13
* r8169: Add support for new Realtek EthernetKai-Heng Feng2019-01-261-0/+2
* b43: Fix error in cordic routineLarry Finger2019-01-131-1/+1
* xen/netfront: tolerate frags with no dataJuergen Gross2019-01-131-1/+1
* ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2019-01-131-1/+5
* USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng2019-01-131-2/+16