summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-084-4/+4
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-3/+3
|\
| * cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-05-011-3/+3
* | cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-231-0/+3
* | net: mirror skb frag ref/unref helpersMina Almasry2024-04-121-1/+1
* | net: move skb ref helpers to new headerMina Almasry2024-04-121-0/+1
* | cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errorsAsbjørn Sloth Tønnesen2024-04-101-34/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-221-1/+1
|\|
| * Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
| |\
| | * thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-1/+1
* | | cxgb4: unnecessary check for 0 in the free_sge_txq_uld() functionMikhail Lobanov2024-03-151-1/+1
|/ /
* / net: chelsio: remove unused function calc_tx_descsColin Ian King2024-03-081-14/+0
|/
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-11/+13
* cxgb3: Avoid potential string truncation in descKees Cook2023-12-142-6/+5
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-033-4/+0
|\
| * chelsio: Do not include crypto/algapi.hHerbert Xu2023-09-153-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-0/+2
|\ \
| * | net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui2023-10-221-0/+2
* | | chtls: fix tp->rcv_tstamp initializationEric Dumazet2023-10-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-7/+29
|\| |
| * | tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-141-7/+29
| |/
* | net: introduce napi_is_scheduled helperChristian Marangi2023-10-191-8/+0
* | net: cxgb3: simplify logic for rspq_check_napiChristian Marangi2023-10-161-6/+1
* | chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2023-10-132-33/+46
* | netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-122-2/+2
* | cxgb4: Annotate struct smt_data with __counted_byKees Cook2023-10-051-1/+1
* | cxgb4: Annotate struct sched_table with __counted_byKees Cook2023-10-051-1/+1
* | cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_byKees Cook2023-10-051-1/+1
* | cxgb4: Annotate struct clip_tbl with __counted_byKees Cook2023-10-051-1/+1
* | chelsio/l2t: Annotate struct l2t_data with __counted_byKees Cook2023-10-052-2/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-9/+9
|\
| * minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-251-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
|\ \
| * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
| |/
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-9/+9
* | net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-0/+1
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-253-17/+0
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-154-8/+3
* chelsio/chtls: Use splice_eof() to flushDavid Howells2023-06-093-0/+11
* chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-011-102/+7
* chelsio: Support MSG_SPLICE_PAGESDavid Howells2023-06-011-1/+11
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+2
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-273-11/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-211-1/+1
| |\
| * | net: cxgb4vf: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
| * | net: cxgb3: remove unused fl_to_qset functionTom Rix2023-03-211-5/+0
| * | cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-4/+0
* | | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| |/