index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-22
net: bridge: multicast: optimize TO_INCLUDE EHT timeouts
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT include and exclude handling
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT allow/block handling
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT host delete function
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT source set handling functions
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT host handling functions
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: add EHT structures and definitions
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: calculate idx position without changing ptr
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: __grp_src_block_incl can modify pg
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functions
Nikolay Aleksandrov
2021-01-22
net: bridge: multicast: rename src_size to addr_size
Nikolay Aleksandrov
2021-01-22
net: hns3: replace skb->csum_not_inet with skb_csum_is_sctp
Xin Long
2021-01-22
Merge branch 'mptcp-re-enable-sndbuf-autotune'
Jakub Kicinski
2021-01-22
mptcp: implement delegated actions
Paolo Abeni
2021-01-22
mptcp: schedule work for better snd subflow selection
Paolo Abeni
2021-01-22
mptcp: do not queue excessive data on subflows
Paolo Abeni
2021-01-22
mptcp: re-enable sndbuf autotune
Paolo Abeni
2021-01-22
mptcp: always graft subflow socket to parent
Paolo Abeni
2021-01-22
sfc: reduce the number of requested xdp ev queues
Ivan Babrou
2021-01-22
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2021-01-22
tcp: remove unused ICSK_TIME_EARLY_RETRANS
Pengcheng Yang
2021-01-22
net: phy: realtek: Add support for RTL9000AA/AN
Yuusuke Ashizuka
2021-01-22
dt-bindings: net: renesas,etheravb: Add r8a779a0 support
Wolfram Sang
2021-01-21
Merge branch 'net-ipa-remove-a-build-dependency'
Jakub Kicinski
2021-01-21
arm64: dts: qcom: sdm845: kill IPA modem-remoteproc property
Alex Elder
2021-01-21
arm64: dts: qcom: sc7180: kill IPA modem-remoteproc property
Alex Elder
2021-01-21
dt-bindings: net: remove modem-remoteproc property
Alex Elder
2021-01-21
net: ipa: remove a remoteproc dependency
Alex Elder
2021-01-21
net: macb: ignore tx_clk if MII is used
Michael Walle
2021-01-21
net: remove aurora nb8800 driver
Arnd Bergmann
2021-01-21
cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constant
Heiner Kallweit
2021-01-21
cxgb4: Assign boolean values to a bool variable
Jiapeng Zhong
2021-01-21
MAINTAINERS: add entry for Arrow SpeedChips XRS7000 driver
George McCollister
2021-01-21
Merge branch 'ucc_geth-improvements'
Jakub Kicinski
2021-01-21
ethernet: ucc_geth: simplify rx/tx allocations
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: inform the compiler that numQueues is always 1
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: add helper to replace repeated switch statements
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: remove bd_mem_part and all associated code
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directly
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: don't statically allocate eight ucc_geth_info
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: constify ugeth_primary_info
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} properties
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_private
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: replace kmalloc+memset by kzalloc
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: remove unnecessary memset_io() calls
Rasmus Villemoes
2021-01-21
ethernet: ucc_geth: use qe_muram_free_addr()
Rasmus Villemoes
2021-01-21
soc: fsl: qe: add cpm_muram_free_addr() helper
Rasmus Villemoes
2021-01-21
soc: fsl: qe: store muram_vbase as a void pointer instead of u8
Rasmus Villemoes
2021-01-21
soc: fsl: qe: make cpm_muram_offset take a const void* argument
Rasmus Villemoes
[next]