summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet4-4/+4
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-05-01cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior1-3/+3
2024-04-23cxgb4: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-1/+1
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-04-10cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errorsAsbjørn Sloth Tønnesen1-34/+30
2024-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-15cxgb4: unnecessary check for 0 in the free_sge_txq_uld() functionMikhail Lobanov1-1/+1
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-08net: chelsio: remove unused function calc_tx_descsColin Ian King1-14/+0
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-1/+1
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-11/+13
2023-12-14cxgb3: Avoid potential string truncation in descKees Cook2-6/+5
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-4/+0
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+29
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-8/+0
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-7/+29
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi2-2/+2
2023-10-05cxgb4: Annotate struct smt_data with __counted_byKees Cook1-1/+1
2023-10-05cxgb4: Annotate struct sched_table with __counted_byKees Cook1-1/+1
2023-10-05cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_byKees Cook1-1/+1
2023-10-05cxgb4: Annotate struct clip_tbl with __counted_byKees Cook1-1/+1
2023-10-05chelsio/l2t: Annotate struct l2t_data with __counted_byKees Cook2-2/+2
2023-09-15chelsio: Do not include crypto/algapi.hHerbert Xu3-4/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+9
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-9/+9
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells3-17/+0
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski4-8/+3
2023-06-09chelsio/chtls: Use splice_eof() to flushDavid Howells3-0/+11
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells1-1/+11
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+2
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-11/+0
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou1-1/+1
2023-03-24net: cxgb4vf: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-03-21net: cxgb3: remove unused fl_to_qset functionTom Rix1-5/+0
2023-03-09cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0