index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
4
-4
/
+4
*
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
2024-05-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-3
/
+3
|
\
|
*
cxgb4: Properly lock TX queue for the selftest.
Sebastian Andrzej Siewior
2024-05-01
1
-3
/
+3
*
|
cxgb4: flower: validate control flags
Asbjørn Sloth Tønnesen
2024-04-23
1
-0
/
+3
*
|
net: mirror skb frag ref/unref helpers
Mina Almasry
2024-04-12
1
-1
/
+1
*
|
net: move skb ref helpers to new header
Mina Almasry
2024-04-12
1
-0
/
+1
*
|
cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errors
Asbjørn Sloth Tønnesen
2024-04-10
1
-34
/
+30
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-22
1
-1
/
+1
|
\
|
|
*
Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-13
1
-1
/
+1
|
|
\
|
|
*
thermal: core: Eliminate writable trip points masks
Rafael J. Wysocki
2024-02-27
1
-1
/
+1
*
|
|
cxgb4: unnecessary check for 0 in the free_sge_txq_uld() function
Mikhail Lobanov
2024-03-15
1
-1
/
+1
|
/
/
*
/
net: chelsio: remove unused function calc_tx_descs
Colin Ian King
2024-03-08
1
-14
/
+0
|
/
*
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-11
/
+13
*
cxgb3: Avoid potential string truncation in desc
Kees Cook
2023-12-14
2
-6
/
+5
*
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-11-03
3
-4
/
+0
|
\
|
*
chelsio: Do not include crypto/algapi.h
Herbert Xu
2023-09-15
3
-4
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
1
-0
/
+2
|
\
\
|
*
|
net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
Su Hui
2023-10-22
1
-0
/
+2
*
|
|
chtls: fix tp->rcv_tstamp initialization
Eric Dumazet
2023-10-23
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-7
/
+29
|
\
|
|
|
*
|
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-14
1
-7
/
+29
|
|
/
*
|
net: introduce napi_is_scheduled helper
Christian Marangi
2023-10-19
1
-8
/
+0
*
|
net: cxgb3: simplify logic for rspq_check_napi
Christian Marangi
2023-10-16
1
-6
/
+1
*
|
chcr_ktls: use tls_offload_context_tx and driver_state like other drivers
Sabrina Dubroca
2023-10-13
2
-33
/
+46
*
|
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2023-10-12
2
-2
/
+2
*
|
cxgb4: Annotate struct smt_data with __counted_by
Kees Cook
2023-10-05
1
-1
/
+1
*
|
cxgb4: Annotate struct sched_table with __counted_by
Kees Cook
2023-10-05
1
-1
/
+1
*
|
cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_by
Kees Cook
2023-10-05
1
-1
/
+1
*
|
cxgb4: Annotate struct clip_tbl with __counted_by
Kees Cook
2023-10-05
1
-1
/
+1
*
|
chelsio/l2t: Annotate struct l2t_data with __counted_by
Kees Cook
2023-10-05
2
-2
/
+2
|
/
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-9
/
+9
|
\
|
*
minmax: add in_range() macro
Matthew Wilcox (Oracle)
2023-08-25
1
-9
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-1
/
+1
|
\
\
|
*
|
ipv4: fix data-races around inet->inet_id
Eric Dumazet
2023-08-20
1
-1
/
+1
|
|
/
*
|
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
2023-07-31
1
-9
/
+9
*
|
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2023-07-28
1
-0
/
+1
|
/
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-25
3
-17
/
+0
*
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
2023-06-15
4
-8
/
+3
*
chelsio/chtls: Use splice_eof() to flush
David Howells
2023-06-09
3
-0
/
+11
*
chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
David Howells
2023-06-01
1
-102
/
+7
*
chelsio: Support MSG_SPLICE_PAGES
David Howells
2023-06-01
1
-1
/
+11
*
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-13
1
-3
/
+2
*
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-27
3
-11
/
+0
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-21
1
-1
/
+1
|
|
\
|
*
|
net: cxgb4vf: Remove redundant pci_clear_master
Cai Huoqing
2023-03-24
1
-2
/
+0
|
*
|
net: cxgb3: remove unused fl_to_qset function
Tom Rix
2023-03-21
1
-5
/
+0
|
*
|
cxgb4: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-03-09
1
-4
/
+0
*
|
|
Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-26
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
Daniel Lezcano
2023-03-03
1
-1
/
+1
|
|
/
[next]