index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
net: qcom/emac: Add missing of_node_put()
YueHaibing
1
-0
/
+1
2018-06-05
net: qualcomm: rmnet: Fix use after free while sending command ack
Subash Abhinov Kasiviswanathan
1
-4
/
+4
2018-06-05
net: ipv6: Generate random IID for addresses on RAWIP devices
Subash Abhinov Kasiviswanathan
1
-0
/
+4
2018-05-29
net: qcom/emac: fix device tree initialization
Timur Tabi
1
-3
/
+13
2018-05-21
net: qcom/emac: Allocate buffers from local node
Hemanth Puranik
1
-2
/
+4
2018-05-16
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
4
-71
/
+103
2018-05-16
net: qualcomm: rmnet: Remove redundant command check
Subash Abhinov Kasiviswanathan
1
-11
/
+3
2018-05-16
net: qualcomm: rmnet: Add support for ethtool private stats
Subash Abhinov Kasiviswanathan
3
-16
/
+112
2018-05-16
net: qualcomm: rmnet: Capture all drops in transmit path
Subash Abhinov Kasiviswanathan
1
-11
/
+10
2018-04-19
net: qualcomm: rmnet: Fix warning seen with fill_info
Subash Abhinov Kasiviswanathan
1
-5
/
+6
2018-03-26
net: qualcomm: rmnet: check for null ep to avoid null pointer dereference
Colin Ian King
1
-0
/
+2
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+14
2018-03-22
net: qualcomm: rmnet: Implement fill_info
Subash Abhinov Kasiviswanathan
1
-0
/
+30
2018-03-22
net: qualcomm: rmnet: Export mux_id and flags to netlink
Subash Abhinov Kasiviswanathan
5
-29
/
+32
2018-03-22
net: qualcomm: rmnet: Remove unnecessary device assignment
Subash Abhinov Kasiviswanathan
1
-1
/
+0
2018-03-22
net: qualcomm: rmnet: Update copyright year to 2018
Subash Abhinov Kasiviswanathan
8
-8
/
+8
2018-03-22
net: qualcomm: rmnet: Fix casting issues
Subash Abhinov Kasiviswanathan
1
-3
/
+3
2018-03-15
net: drivers/net: Remove unnecessary skb_copy_expand OOM messages
Joe Perches
1
-1
/
+0
2018-03-07
net: qcom/emac: Use proper free methods during TX
Hemanth Puranik
1
-9
/
+14
2018-02-19
net: qualcomm: rmnet: Fix possible null dereference in command processing
Subash Abhinov Kasiviswanathan
1
-0
/
+5
2018-02-19
net: qualcomm: rmnet: Fix warning seen with 64 bit stats
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2018-02-19
net: qualcomm: rmnet: Fix crash on real dev unregistration
Subash Abhinov Kasiviswanathan
1
-54
/
+14
2018-01-25
net: qcom/emac: extend DMA mask to 46bits
Wang Dongsheng
2
-3
/
+7
2018-01-08
net: qualcomm: rmnet: Add support for GSO
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2018-01-08
net: qualcomm: rmnet: Add support for TX checksum offload
Subash Abhinov Kasiviswanathan
4
-0
/
+131
2018-01-08
net: qualcomm: rmnet: Handle command packets with checksum trailer
Subash Abhinov Kasiviswanathan
1
-2
/
+15
2018-01-08
net: qualcomm: rmnet: Add support for RX checksum offload
Subash Abhinov Kasiviswanathan
4
-6
/
+201
2018-01-08
net: qualcomm: rmnet: Define the MAPv4 packet formats
Subash Abhinov Kasiviswanathan
2
-0
/
+18
2018-01-08
net: qualcomm: rmnet: Set pacing shift
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2018-01-08
net: qualcomm: rmnet: Rename ingress data format to data format
Subash Abhinov Kasiviswanathan
3
-9
/
+8
2018-01-08
net: qualcomm: rmnet: Remove unused function declaration
Subash Abhinov Kasiviswanathan
1
-1
/
+0
2018-01-08
net: qualcomm: rmnet: Remove invalid condition while stamping mux id
Subash Abhinov Kasiviswanathan
1
-4
/
+1
2018-01-08
net: qualcomm: rmnet: Remove redundant check when stamping map header
Subash Abhinov Kasiviswanathan
1
-3
/
+0
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-12-18
net: qcom/emac: Change the order of mac up and sgmii open
Hemanth Puranik
1
-3
/
+3
2017-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2017-12-15
net: qcom/emac: Reduce timeout for mdio read/write
Hemanth Puranik
1
-3
/
+4
2017-12-13
net: qualcomm: rmnet: Allow to configure flags for existing devices
Subash Abhinov Kasiviswanathan
1
-0
/
+40
2017-12-13
net: qualcomm: rmnet: Allow to configure flags for new devices
Subash Abhinov Kasiviswanathan
1
-3
/
+13
2017-12-13
net: qualcomm: rmnet: Process packets over ethernet
Subash Abhinov Kasiviswanathan
1
-0
/
+10
2017-12-13
net: qualcomm: rmnet: Allow only one rmnet dev per muxid per real dev
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2017-12-13
net: qualcomm: rmnet: Remove the some redundant macros
Subash Abhinov Kasiviswanathan
4
-29
/
+11
2017-12-13
net: qualcomm: rmnet: Remove the rmnet_map_results enum
Subash Abhinov Kasiviswanathan
2
-21
/
+3
2017-12-06
net: qualcomm: rmnet: Fix leak in device creation failure
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2017-12-06
net: qualcomm: rmnet: Fix leak on transmit failure
Subash Abhinov Kasiviswanathan
1
-2
/
+6
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
net: qualcomm: rmnet: Add support for GRO
Subash Abhinov Kasiviswanathan
4
-1
/
+14
2017-10-27
net: qualcomm: rmnet: Add support for 64 bit stats
Subash Abhinov Kasiviswanathan
2
-5
/
+85
[next]