summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+6
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-19/+19
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-19/+19
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-75/+33
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+20
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-29400/+86922
2020-08-05net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson-1/+3
2020-08-05usb: hso: remove bogus check for EINPROGRESSOliver Neukum-2/+1
2020-08-05usb: hso: no complaint about kmalloc failureOliver Neukum-3/+2
2020-08-05hso: fix bailout in error case of probeOliver Neukum-4/+4
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas-1/+0
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-8/+4
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean-11/+24
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2020-08-05Revert "vxlan: fix tos value before xmit"Hangbin Liu-2/+2
2020-08-04farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET-13/+12
2020-08-04wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET-27/+27
2020-08-04hv_netvsc: do not use VF device if link is downStephen Hemminger-3/+4
2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing-3/+3
2020-08-04net: macb: Properly handle phylink on at91sam9xStefan Roese-4/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-34/+34
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long-2/+2
2020-08-04geneve: Support for PMTU discovery on directly bridged linksStefano Brivio-5/+51
2020-08-04vxlan: Support for PMTU discovery on directly bridged linksStefano Brivio-6/+41
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio-6/+8
2020-08-04Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller-1259/+5577
2020-08-04via-velocity: Use more typical logging stylesJoe Perches-122/+85
2020-08-04hinic: add check for mailbox msg from VFLuo bin-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin-0/+167
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo-65/+88
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller-0/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-195/+2
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-163/+112
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree-0/+81
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree-0/+5
2020-08-03sfc_ef100: functions for selftestsEdward Cree-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree-0/+217
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree-9/+167
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree-0/+77
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree-5/+396
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree-0/+220
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree-0/+40
2020-08-03enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan-1/+1
2020-08-03dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan-1/+1
2020-08-03net: dsa: loop: Set correct number of portsFlorian Fainelli-1/+1
2020-08-03net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli-0/+17
2020-08-03net: dsa: loop: Move data structures to headerFlorian Fainelli-31/+1