index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ifb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-28
can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
Marc Kleine-Budde
3
-3
/
+33
2024-06-28
can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
Marc Kleine-Budde
3
-47
/
+56
2024-06-28
can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...
Marc Kleine-Budde
1
-16
/
+32
2024-06-28
can: mcp251xfd: clarify the meaning of timestamp
Marc Kleine-Budde
5
-38
/
+43
2024-06-28
can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...
Marc Kleine-Budde
3
-5
/
+11
2024-06-28
can: mcp251xfd: update errata references
Marc Kleine-Budde
1
-5
/
+7
2024-06-28
can: mcp251xfd: properly indent labels
Marc Kleine-Budde
4
-20
/
+20
2024-06-28
can: gs_usb: add VID/PID for Xylanta SAINT3 product family
Marc Kleine-Budde
1
-0
/
+5
2024-06-28
can: m_can: Constify struct m_can_ops
Christophe JAILLET
4
-4
/
+4
2024-06-28
can: rcar_canfd: Remove superfluous parentheses in address calculations
Geert Uytterhoeven
1
-7
/
+7
2024-06-28
can: rcar_canfd: Improve printing of global operational state
Geert Uytterhoeven
1
-2
/
+3
2024-06-28
can: rcar_canfd: Simplify clock handling
Geert Uytterhoeven
1
-17
/
+7
2024-06-28
net: thunderx: Unembed netdev structure
Breno Leitao
1
-6
/
+15
2024-06-28
Revert "net: micro-optimize skb_datagram_iter"
Sagi Grimberg
1
-2
/
+2
2024-06-28
selftests: net: add config for openvswitch
Aaron Conole
1
-0
/
+5
2024-06-28
selftests: net: Use the provided dpctl rather than the vswitchd for tests.
Aaron Conole
2
-23
/
+124
2024-06-28
selftests: openvswitch: Support implicit ipv6 arguments.
Aaron Conole
1
-12
/
+24
2024-06-28
selftests: openvswitch: Add support for tunnel() key.
Aaron Conole
1
-1
/
+166
2024-06-28
selftests: openvswitch: Add set() and set_masked() support.
Aaron Conole
1
-3
/
+34
2024-06-28
selftests: openvswitch: Refactor actions parsing.
Aaron Conole
1
-22
/
+23
2024-06-28
selftests: openvswitch: Support explicit tunnel port creation.
Aaron Conole
1
-6
/
+75
2024-06-27
s390/lcs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-1
/
+2
2024-06-27
tools: ynl: use display hints for formatting of scalar attrs
Jakub Kicinski
1
-0
/
+2
2024-06-27
net: mana: Fix possible double free in error handling path
Ma Ke
1
-0
/
+2
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
1
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-2
/
+81
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
1
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
2
-1
/
+17
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
1
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-4
/
+26
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
2
-5
/
+29
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
3
-438
/
+1
2024-06-27
tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
Yunseong Kim
1
-1
/
+1
2024-06-27
net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32
Christophe Roullier
1
-3
/
+77
2024-06-27
dt-bindings: net: add STM32MP25 compatible in documentation for stm32
Christophe Roullier
1
-1
/
+7
2024-06-27
selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts
Jakub Kicinski
5
-5
/
+399
2024-06-27
selftests: drv-net: add ability to wait for at least N packets to load gen
Jakub Kicinski
1
-7
/
+23
2024-06-27
selftests: drv-net: add helper to wait for HW stats to sync
Jakub Kicinski
2
-1
/
+22
2024-06-27
selftests: drv-net: try to check if port is in use
Jakub Kicinski
1
-2
/
+13
2024-06-27
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
3
-5
/
+11
2024-06-26
wifi: brcmfmac: of: Support interrupts-extended
Alex Bee
1
-2
/
+3
2024-06-26
wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
Arend van Spriel
1
-0
/
+1
2024-06-26
MAINTAINERS: wifi: update ath.git location
Kalle Valo
1
-4
/
+4
2024-06-26
MAINTAINERS: Remembering Larry Finger
Kalle Valo
2
-4
/
+5
2024-06-26
ASoC: rt5645: fix issue of random interrupt from push-button
Jack Yu
2
-6
/
+24
2024-06-26
ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
Takashi Iwai
1
-1
/
+1
2024-06-26
mlxsw: pci: Use fragmented buffers
Amit Cohen
1
-34
/
+129
[next]