summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-01-12Merge 4.4.251 into android-4.4-pGreg Kroah-Hartman
2021-01-12ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes
2021-01-12virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike
2021-01-12CDC-NCM: remove "connected" log messageRoland Dreier
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He
2021-01-12net: hns: fix return value check in __lb_other_process()Yunjian Wang
2021-01-09Merge 4.4.250 into android-4.4-pGreg Kroah-Hartman
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui
2020-12-29Merge 4.4.249 into android-4.4-pGreg Kroah-Hartman
2020-12-29xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-29xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-12-29qlcnic: Fix error code in probeDan Carpenter
2020-12-29net: korina: fix return valueVincent Stehlé
2020-12-29net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET
2020-12-29net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET
2020-12-29cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao
2020-12-29orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior
2020-12-29can: softing: softing_netdev_open(): fix error handlingZhang Qilong
2020-12-29net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan
2020-12-29net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh
2020-12-11Merge 4.4.248 into android-4.4-pGreg Kroah-Hartman
2020-12-11net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong
2020-12-11cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong
2020-12-11bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-12-11usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez
2020-12-02Merge 4.4.247 into android-4.4-pGreg Kroah-Hartman
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong
2020-11-24Merge 4.4.246 into android-4.4-pGreg Kroah-Hartman
2020-11-24can: m_can: m_can_handle_state_change(): fix state changeWu Bo
2020-11-24can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
2020-11-24can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez
2020-11-24net: usb: qmi_wwan: Set DTR quirk for MR400Filip Moc
2020-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong
2020-11-24net/mlx4_core: Fix init_hca fields offsetAya Levin
2020-11-24net: b44: fix error return code in b44_init_one()Zhang Changzhong
2020-11-18Merge 4.4.244 into android-4.4-pGreg Kroah-Hartman
2020-11-18xen/netback: use lateeoi irq bindingJuergen Gross
2020-11-18cosa: Add missing kfree in error path of cosa_writeWang Hai
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma
2020-11-18geneve: add transport ports in route lookup for geneveMark Gray
2020-11-18i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-11-18i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-11-18can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean
2020-11-18can: peak_usb: add range checking in decode operationsDan Carpenter
2020-11-18can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp
2020-11-18can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol
2020-11-10Merge 4.4.242 into android-4.4-pGreg Kroah-Hartman
2020-11-10gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil
2020-11-10gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil