index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rmnet: fix lower interface leak
Taehee Yoo
2020-07-22
1
-7
/
+12
*
net: qualcomm: rmnet: Allow configuration updates to existing devices
Subash Abhinov Kasiviswanathan
2020-04-17
1
-12
/
+19
*
net: rmnet: fix packet forwarding in rmnet bridge mode
Taehee Yoo
2020-03-21
1
-0
/
+3
*
net: rmnet: fix bridge mode bugs
Taehee Yoo
2020-03-21
4
-77
/
+64
*
net: rmnet: use upper/lower device infrastructure
Taehee Yoo
2020-03-21
1
-19
/
+16
*
net: rmnet: do not allow to change mux id if mux id is duplicated
Taehee Yoo
2020-03-21
1
-0
/
+4
*
net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
Taehee Yoo
2020-03-21
1
-2
/
+0
*
net: rmnet: fix suspicious RCU usage
Taehee Yoo
2020-03-21
3
-10
/
+9
*
net: rmnet: fix NULL pointer dereference in rmnet_changelink()
Taehee Yoo
2020-03-21
1
-4
/
+2
*
net: rmnet: fix NULL pointer dereference in rmnet_newlink()
Taehee Yoo
2020-03-21
1
-0
/
+5
*
net: qca_spi: Move reset_count to struct qcaspi
Stefan Wahren
2019-11-20
2
-5
/
+5
*
net: qca_spi: fix receive buffer size check
Michael Heimpold
2019-11-20
1
-1
/
+1
*
net: qualcomm: rmnet: Fix potential UAF when unregistering
Sean Tranchetti
2019-11-05
1
-2
/
+2
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
2
-4
/
+2
*
qca: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-10
1
-10
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-4
/
+9
|
\
|
*
net: qualcomm: rmnet: Fix incorrect UL checksum offload logic
Subash Abhinov Kasiviswanathan
2019-07-26
1
-4
/
+9
*
|
net: qcom/emac: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-01
1
-5
/
+2
*
|
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-30
1
-4
/
+1
*
|
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-22
1
-7
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
22
-206
/
+22
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2019-06-05
22
-206
/
+22
*
|
net: qualcomm: rmnet: Move common struct definitions to include
Subash Abhinov Kasiviswanathan
2019-05-23
1
-24
/
+1
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
4
-0
/
+4
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
2
-2
/
+2
*
net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...
Yang Wei
2019-02-13
1
-1
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-1
/
+1
*
net: qca_spi: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-12-03
1
-14
/
+2
*
net: qualcomm: rmnet: Remove set but not used variable 'cmd'
YueHaibing
2018-11-30
1
-2
/
+0
*
net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, q...
YueHaibing
2018-11-28
1
-7
/
+0
*
net: qualcomm: rmnet: move null check on dev before dereferecing it
Colin Ian King
2018-11-24
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-11
1
-3
/
+3
|
\
|
*
net: qualcomm: rmnet: Fix incorrect assignment of real_dev
Subash Abhinov Kasiviswanathan
2018-11-09
1
-3
/
+3
*
|
net: qca_spi: Add available buffer space verification
Stefan Wahren
2018-11-08
3
-1
/
+17
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-03
1
-2
/
+5
|
\
|
*
net: qualcomm: rmnet: Fix incorrect allocation flag in receive path
Subash Abhinov Kasiviswanathan
2018-10-02
1
-1
/
+1
|
*
net: qualcomm: rmnet: Fix incorrect allocation flag in transmit
Subash Abhinov Kasiviswanathan
2018-10-02
1
-1
/
+1
|
*
net: qualcomm: rmnet: Skip processing loopback packets
Sean Tranchetti
2018-10-02
1
-0
/
+3
*
|
net: qca_spi: Introduce write register verification
Stefan Wahren
2018-09-24
5
-10
/
+56
|
/
*
net: qca_spi: Fix race condition in spi transfers
Stefan Wahren
2018-09-05
3
-98
/
+93
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-9
/
+12
|
\
|
*
net: qca_spi: Fix log level if probe fails
Stefan Wahren
2018-07-18
1
-8
/
+8
|
*
net: qca_spi: Make sure the QCA7000 reset is triggered
Stefan Wahren
2018-07-18
1
-0
/
+3
|
*
net: qca_spi: Avoid packet drop during initial sync
Stefan Wahren
2018-07-18
1
-1
/
+1
*
|
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2018-06-23
1
-1
/
+1
|
/
*
net: qcom/emac: Add missing of_node_put()
YueHaibing
2018-06-14
1
-0
/
+1
*
net: qualcomm: rmnet: Fix use after free while sending command ack
Subash Abhinov Kasiviswanathan
2018-06-05
1
-4
/
+4
*
net: ipv6: Generate random IID for addresses on RAWIP devices
Subash Abhinov Kasiviswanathan
2018-06-05
1
-0
/
+4
*
net: qcom/emac: fix device tree initialization
Timur Tabi
2018-05-29
1
-3
/
+13
*
net: qcom/emac: Allocate buffers from local node
Hemanth Puranik
2018-05-20
1
-2
/
+4
[next]