summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)Author
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-08net: chelsio: remove unused function calc_tx_descsColin Ian King
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13cxgb3: Avoid potential string truncation in descKees Cook
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-10-04cxgb4: Annotate struct smt_data with __counted_byKees Cook
2023-10-04cxgb4: Annotate struct sched_table with __counted_byKees Cook
2023-10-04cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_byKees Cook
2023-10-04cxgb4: Annotate struct clip_tbl with __counted_byKees Cook
2023-10-04chelsio/l2t: Annotate struct l2t_data with __counted_byKees Cook
2023-09-15chelsio: Do not include crypto/algapi.hHerbert Xu
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-08chelsio/chtls: Use splice_eof() to flushDavid Howells
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou
2023-03-24net: cxgb4vf: Remove redundant pci_clear_masterCai Huoqing
2023-03-20net: cxgb3: remove unused fl_to_qset functionTom Rix
2023-03-08cxgb4: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean
2023-01-26cxgb4: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2023-01-06thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() functionDaniel Lezcano
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld