summaryrefslogtreecommitdiffstats
path: root/drivers/net/ifb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-28can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde3-3/+33
2024-06-28can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde3-47/+56
2024-06-28can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde1-16/+32
2024-06-28can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde5-38/+43
2024-06-28can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...Marc Kleine-Budde3-5/+11
2024-06-28can: mcp251xfd: update errata referencesMarc Kleine-Budde1-5/+7
2024-06-28can: mcp251xfd: properly indent labelsMarc Kleine-Budde4-20/+20
2024-06-28can: gs_usb: add VID/PID for Xylanta SAINT3 product familyMarc Kleine-Budde1-0/+5
2024-06-28can: m_can: Constify struct m_can_opsChristophe JAILLET4-4/+4
2024-06-28can: rcar_canfd: Remove superfluous parentheses in address calculationsGeert Uytterhoeven1-7/+7
2024-06-28can: rcar_canfd: Improve printing of global operational stateGeert Uytterhoeven1-2/+3
2024-06-28can: rcar_canfd: Simplify clock handlingGeert Uytterhoeven1-17/+7
2024-06-28net: thunderx: Unembed netdev structureBreno Leitao1-6/+15
2024-06-28Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg1-2/+2
2024-06-28selftests: net: add config for openvswitchAaron Conole1-0/+5
2024-06-28selftests: net: Use the provided dpctl rather than the vswitchd for tests.Aaron Conole2-23/+124
2024-06-28selftests: openvswitch: Support implicit ipv6 arguments.Aaron Conole1-12/+24
2024-06-28selftests: openvswitch: Add support for tunnel() key.Aaron Conole1-1/+166
2024-06-28selftests: openvswitch: Add set() and set_masked() support.Aaron Conole1-3/+34
2024-06-28selftests: openvswitch: Refactor actions parsing.Aaron Conole1-22/+23
2024-06-28selftests: openvswitch: Support explicit tunnel port creation.Aaron Conole1-6/+75
2024-06-27s390/lcs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-1/+2
2024-06-27tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski1-0/+2
2024-06-27net: mana: Fix possible double free in error handling pathMa Ke1-0/+2
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima1-0/+72
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima2-2/+81
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima1-0/+147
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima1-1/+50
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima1-0/+91
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima2-1/+17
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima1-5/+44
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima2-4/+26
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima2-5/+29
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima2-1/+221
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima3-438/+1
2024-06-27tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim1-1/+1
2024-06-27net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32Christophe Roullier1-3/+77
2024-06-27dt-bindings: net: add STM32MP25 compatible in documentation for stm32Christophe Roullier1-1/+7
2024-06-27selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski5-5/+399
2024-06-27selftests: drv-net: add ability to wait for at least N packets to load genJakub Kicinski1-7/+23
2024-06-27selftests: drv-net: add helper to wait for HW stats to syncJakub Kicinski2-1/+22
2024-06-27selftests: drv-net: try to check if port is in useJakub Kicinski1-2/+13
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso3-5/+11
2024-06-26wifi: brcmfmac: of: Support interrupts-extendedAlex Bee1-2/+3
2024-06-26wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3Arend van Spriel1-0/+1
2024-06-26MAINTAINERS: wifi: update ath.git locationKalle Valo1-4/+4
2024-06-26MAINTAINERS: Remembering Larry FingerKalle Valo2-4/+5
2024-06-26ASoC: rt5645: fix issue of random interrupt from push-buttonJack Yu2-6/+24
2024-06-26ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai1-1/+1
2024-06-26mlxsw: pci: Use fragmented buffersAmit Cohen1-34/+129