summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wireguard: kconfig: use arm chacha even with no neonJason A. Donenfeld2021-02-231-1/+1
* wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld2021-02-238-93/+144
* wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld2021-02-231-3/+4
* wireguard: peer: put frequently used members above cache linesJason A. Donenfeld2021-02-231-2/+2
* wireguard: socket: remove bogus __be32 annotationJann Horn2021-02-231-2/+2
* wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2021-02-232-3/+3
* vxlan: move debug check after netdev unregisterTaehee Yoo2021-02-231-3/+8
* r8152: spilt rtl_set_eee_plus and r8153b_green_enHayes Wang2021-02-231-16/+27
* r8152: replace netif_err with dev_errHayes Wang2021-02-231-2/+2
* r8152: check if the pointer of the function existsHayes Wang2021-02-231-0/+13
* r8152: enable U1/U2 for USB_SPEED_SUPERHayes Wang2021-02-231-3/+4
* net: dsa: b53: Support setting learning on portFlorian Fainelli2021-02-233-15/+21
* net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli2021-02-233-8/+22
* Marvell Sky2 Ethernet adapter: fix warning messages.Krzysztof Halasa2021-02-231-3/+2
* bcm63xx_enet: fix sporadic kernel panicSieng Piaw Liew2021-02-231-2/+6
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-231-1/+0
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-02-224-54/+39
|\
| * i40e: Fix endianness conversionsNorbert Ciosek2021-02-193-8/+8
| * i40e: Fix add TC filter for IPv6Mateusz Palczewski2021-02-191-2/+3
| * i40e: Fix VFs not createdSylwester Dziedziuch2021-02-181-2/+1
| * i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2021-02-182-12/+13
| * i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski2021-02-181-27/+0
| * i40e: Add zero-initialization of AQ command structuresMateusz Palczewski2021-02-181-0/+6
| * i40e: Fix memory leak in i40e_probeKeita Suzuki2021-02-181-0/+2
| * i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba2021-02-181-3/+6
* | net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan2021-02-221-0/+1
* | net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang2021-02-221-4/+26
* | net: phy: icplus: call phy_restore_page() when phy_select_page() failsDan Carpenter2021-02-221-4/+5
* | net: mvpp2: skip RSS configurations on loopback portStefan Chulski2021-02-221-11/+14
* | dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza2021-02-221-1/+1
* | net: ag71xx: remove unnecessary MTU reservationDENG Qingfang2021-02-221-3/+1
* | octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()Dan Carpenter2021-02-211-1/+1
* | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-14/+55
|\ \
| * \ Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-17758-4256/+9266
| |\ \
| * | | thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar2021-01-141-14/+55
* | | | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-211-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-12750-4176/+9132
| |\ \ \ \
| * | | | | s390: Use arch_local_irq_{save,restore}() in early boot codeSven Schnelle2021-02-101-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-219-1374/+73
|\ \ \ \ \
| * \ \ \ \ Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2021-02-109-1374/+73
| |\ \ \ \ \
| | * | | | | clocksource/drivers/timer-microchip-pit64b: Add clocksource suspend/resumeClaudiu Beznea2021-02-031-15/+71
| | * | | | | clocksource/drivers/prima: Remove sirf prima driverArnd Bergmann2021-02-033-249/+0
| | * | | | | clocksource/drivers/atlas: Remove sirf atlas driverArnd Bergmann2021-02-033-288/+0
| | * | | | | clocksource/drivers/tango: Remove tango driverArnd Bergmann2021-02-033-66/+0
| | * | | | | clocksource/drivers/u300: Remove the u300 driverArnd Bergmann2021-02-033-465/+0
| | * | | | | clocksource/drivers/davinci: Move pr_fmt() before the includesBartosz Golaszewski2021-01-181-3/+2
| | * | | | | clocksource/drivers/efm32: Drop unused timer codeUwe Kleine-König2021-01-183-288/+0
* | | | | | | Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2110-397/+571
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-02-1510-397/+571
| |\ \ \ \ \ \ \
| | * | | | | | | irqchip/imx: IMX_INTMUX should not default to y, unconditionallyGeert Uytterhoeven2021-02-141-1/+2