index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net
Vinay Kumar Yadav
2020-08-21
9
-5
/
+953
*
chelsio/chtls: separate chelsio tls driver from crypto driver
Vinay Kumar Yadav
2020-08-21
11
-0
/
+6140
*
cxgb4: insert IPv6 filter rules in next free region
Rahul Kundu
2020-08-20
1
-10
/
+7
*
Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-06
1
-0
/
+8
|
\
|
*
thermal: Explicitly enable non-changing thermal zone devices
Andrzej Pietrasiewicz
2020-06-29
1
-0
/
+8
*
|
cxgb4: add TC-MATCHALL IPv6 support
Rahul Lakkireddy
2020-08-03
3
-26
/
+82
*
|
cxgb4: fix extracting IP addresses in TC-FLOWER rules
Rahul Lakkireddy
2020-08-03
1
-2
/
+15
*
|
cxgb4: fix check for running offline ethtool selftest
Rahul Lakkireddy
2020-08-03
1
-3
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-25
1
-0
/
+1
|
\
\
|
*
|
cxgb4: add missing release on skb in uld_send()
Navid Emamdoost
2020-07-22
1
-0
/
+1
*
|
|
cxgb4: add loopback ethtool self-test
Vishal Kulkarni
2020-07-23
3
-1
/
+166
*
|
|
cxgb4: use eth_zero_addr() to clear mac address
Miaohe Lin
2020-07-23
1
-1
/
+1
*
|
|
cxgb4: convert to new udp_tunnel_nic infra
Jakub Kicinski
2020-07-14
2
-79
/
+31
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
2
-9
/
+9
|
\
|
|
|
*
|
cxgb4: fix all-mask IP address comparison
Rahul Lakkireddy
2020-07-08
1
-5
/
+5
|
*
|
net: cxgb4: fix return error value in t4_prep_fw
Li Heng
2020-06-30
1
-4
/
+4
|
|
/
*
|
cxgb4: add main VI to mirror VI config replication
Rahul Lakkireddy
2020-06-30
3
-17
/
+121
*
|
cxgb4: add support for mirror Rxqs
Rahul Lakkireddy
2020-06-30
3
-22
/
+288
*
|
cxgb4: add mirror action to TC-MATCHALL offload
Rahul Lakkireddy
2020-06-30
7
-10
/
+197
*
|
cxgb4vf: configure ports accessible by the VF
Nirranjan Kirubaharan
2020-06-30
3
-12
/
+43
*
|
cxgb4vf: fix t4vf_eth_xmit()'s return type
Luc Van Oostenryck
2020-06-28
2
-2
/
+2
*
|
docs: networking: reorganize driver documentation again
Jakub Kicinski
2020-06-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-25
18
-169
/
+211
|
\
|
|
*
cxgb4vf: update kernel-doc line comments
Rahul Lakkireddy
2020-06-23
3
-11
/
+8
|
*
cxgb4: update kernel-doc line comments
Rahul Lakkireddy
2020-06-23
8
-30
/
+38
|
*
cxgb4: fix set but unused variable when DCB is disabled
Rahul Lakkireddy
2020-06-23
1
-3
/
+3
|
*
cxgb4: move DCB version extern to header file
Rahul Lakkireddy
2020-06-23
2
-1
/
+3
|
*
cxgb4: remove cast when saving IPv4 partial checksum
Rahul Lakkireddy
2020-06-23
1
-2
/
+1
|
*
cxgb4: fix SGE queue dump destination buffer context
Rahul Lakkireddy
2020-06-23
1
-2
/
+4
|
*
cxgb4: use correct type for all-mask IP address comparison
Rahul Lakkireddy
2020-06-23
1
-5
/
+5
|
*
cxgb4: fix endian conversions for L4 ports in filters
Rahul Lakkireddy
2020-06-23
3
-25
/
+22
|
*
cxgb4: parse TC-U32 key values and masks natively
Rahul Lakkireddy
2020-06-23
2
-49
/
+91
|
*
cxgb4: use unaligned conversion for fetching timestamp
Rahul Lakkireddy
2020-06-23
1
-1
/
+1
|
*
cxgb4: move PTP lock and unlock to caller in Tx path
Rahul Lakkireddy
2020-06-23
1
-12
/
+11
|
*
cxgb4: move handling L2T ARP failures to caller
Rahul Lakkireddy
2020-06-23
1
-28
/
+24
*
|
cxgb4: move device dump arrays in header to C file
Rahul Lakkireddy
2020-06-23
4
-407
/
+410
*
|
cxgb4: always sync access when flashing PHY firmware
Rahul Lakkireddy
2020-06-23
4
-17
/
+10
*
|
cxgb4: Use struct_size() helper
Gustavo A. R. Silva
2020-06-19
1
-1
/
+1
*
|
cxgb4: add action to steer flows to specific Rxq
Vishal Kulkarni
2020-06-19
1
-0
/
+8
*
|
cxgb4: add support to fetch ethtool n-tuple filters
Vishal Kulkarni
2020-06-19
1
-0
/
+110
*
|
cxgb4: add ethtool n-tuple filter deletion
Vishal Kulkarni
2020-06-19
3
-9
/
+84
*
|
cxgb4: add ethtool n-tuple filter insertion
Vishal Kulkarni
2020-06-19
5
-47
/
+135
*
|
cxgb4: add skeleton for ethtool n-tuple filters
Vishal Kulkarni
2020-06-19
6
-16
/
+126
*
|
net: qos offload add flow status with dropped count
Po Liu
2020-06-19
2
-2
/
+2
*
|
cxgb4: add support to read serial flash
Vishal Kulkarni
2020-06-18
5
-2
/
+57
*
|
cxgb4: add support to flash boot cfg image
Vishal Kulkarni
2020-06-18
3
-0
/
+129
*
|
cxgb4: add support to flash boot image
Vishal Kulkarni
2020-06-18
4
-0
/
+297
*
|
cxgb4: add support to flash PHY image
Vishal Kulkarni
2020-06-18
2
-0
/
+40
*
|
cxgb4: update set_flash to flash different images
Vishal Kulkarni
2020-06-18
2
-15
/
+115
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-9
/
+9
[next]