index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
/
rmnet
/
rmnet_config.c
Age
Commit message (
Expand
)
Author
Lines
2020-02-27
net: rmnet: fix bridge mode bugs
Taehee Yoo
-68
/
+63
2020-02-27
net: rmnet: use upper/lower device infrastructure
Taehee Yoo
-19
/
+16
2020-02-27
net: rmnet: do not allow to change mux id if mux id is duplicated
Taehee Yoo
-0
/
+4
2020-02-27
net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
Taehee Yoo
-2
/
+0
2020-02-27
net: rmnet: fix suspicious RCU usage
Taehee Yoo
-7
/
+6
2020-02-27
net: rmnet: fix NULL pointer dereference in rmnet_changelink()
Taehee Yoo
-4
/
+2
2020-02-27
net: rmnet: fix NULL pointer dereference in rmnet_newlink()
Taehee Yoo
-0
/
+5
2019-11-05
net: qualcomm: rmnet: Fix potential UAF when unregistering
Sean Tranchetti
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
-10
/
+1
2018-11-24
net: qualcomm: rmnet: move null check on dev before dereferecing it
Colin Ian King
-1
/
+4
2018-04-18
net: qualcomm: rmnet: Fix warning seen with fill_info
Subash Abhinov Kasiviswanathan
-5
/
+6
2018-03-26
net: qualcomm: rmnet: check for null ep to avoid null pointer dereference
Colin Ian King
-0
/
+2
2018-03-22
net: qualcomm: rmnet: Implement fill_info
Subash Abhinov Kasiviswanathan
-0
/
+30
2018-03-22
net: qualcomm: rmnet: Export mux_id and flags to netlink
Subash Abhinov Kasiviswanathan
-16
/
+25
2018-03-22
net: qualcomm: rmnet: Update copyright year to 2018
Subash Abhinov Kasiviswanathan
-1
/
+1
2018-02-19
net: qualcomm: rmnet: Fix crash on real dev unregistration
Subash Abhinov Kasiviswanathan
-54
/
+14
2018-01-08
net: qualcomm: rmnet: Rename ingress data format to data format
Subash Abhinov Kasiviswanathan
-5
/
+5
2017-12-13
net: qualcomm: rmnet: Allow to configure flags for existing devices
Subash Abhinov Kasiviswanathan
-0
/
+40
2017-12-13
net: qualcomm: rmnet: Allow to configure flags for new devices
Subash Abhinov Kasiviswanathan
-3
/
+13
2017-12-13
net: qualcomm: rmnet: Remove the some redundant macros
Subash Abhinov Kasiviswanathan
-8
/
+2
2017-12-05
net: qualcomm: rmnet: Fix leak in device creation failure
Subash Abhinov Kasiviswanathan
-0
/
+1
2017-10-11
net: qualcomm: rmnet: Implement bridge mode
Subash Abhinov Kasiviswanathan
-1
/
+92
2017-10-11
net: qualcomm: rmnet: Convert the muxed endpoint to hlist
Subash Abhinov Kasiviswanathan
-35
/
+40
2017-10-11
net: qualcomm: rmnet: Remove duplicate setting of rmnet private info
Subash Abhinov Kasiviswanathan
-8
/
+2
2017-10-11
net: qualcomm: rmnet: Move rmnet_mode to rmnet_port
Subash Abhinov Kasiviswanathan
-7
/
+5
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-4
/
+1
2017-10-04
net: Add extack to upper device linking
David Ahern
-1
/
+1
2017-09-23
net: qualcomm: rmnet: Fix rcu splat in rmnet_is_real_dev_registered
Subash Abhinov Kasiviswanathan
-4
/
+1
2017-09-03
net: qualcomm: rmnet: Rename real_dev_info to port
Subash Abhinov Kasiviswanathan
-33
/
+32
2017-09-03
net: qualcomm: rmnet: Implement ndo_get_iflink
Subash Abhinov Kasiviswanathan
-1
/
+1
2017-09-03
net: qualcomm: rmnet: Refactor the new rmnet dev creation
Subash Abhinov Kasiviswanathan
-75
/
+21
2017-09-03
net: qualcomm: rmnet: Remove the unused endpoint -1
Subash Abhinov Kasiviswanathan
-11
/
+3
2017-08-30
drivers: net: ethernet: qualcomm: rmnet: Initial implementation
Subash Abhinov Kasiviswanathan
-0
/
+419