summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-3/+3
2025-05-28cxgb4: Constify struct thermal_zone_device_opsChristophe JAILLET1-1/+1
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-9/+11
2025-05-15net: cxgb4: generate software timestamp just before the doorbellJason Xing1-2/+3
2025-04-17cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error pathAbdun Nihaal1-0/+1
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-9/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-21/+0
2025-02-06cxgb4: Avoid a -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+4
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-0/+3
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu1-0/+3
2025-01-07cxgb4: Avoid removal of uninserted tidAnumula Murali Mohan Reddy1-1/+4
2024-12-10cxgb4: use port number to set mac addrAnumula Murali Mohan Reddy3-4/+5
2024-11-19Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook1-2/+2
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2024-10-16cxgb4: Remove unused t4_free_ofld_rxqsDr. David Alan Gilbert2-17/+0
2024-10-16cxgb4: Remove unused cxgb4_l2t_alloc_switchingDr. David Alan Gilbert2-21/+0
2024-10-16cxgb4: Remove unused cxgb4_scsi_initDr. David Alan Gilbert2-14/+0
2024-10-16cxgb4: Remove unused cxgb4_get_srq_entryDr. David Alan Gilbert2-60/+0
2024-10-16cxgb4: Remove unused cxgb4_alloc/free_raw_mac_filtDr. David Alan Gilbert2-84/+0
2024-10-16cxgb4: Remove unused cxgb4_alloc/free_encap_mac_filtDr. David Alan Gilbert2-36/+0
2024-09-27cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"Colin Ian King1-2/+2
2024-09-06cxgb4: Remove setting of RX software timestampGal Pressman1-8/+3
2024-09-03cxgb4: Remove unused declarationsYue Haibing3-7/+0
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-4/+2
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-08-21cxgb4: add forgotten u64 ivlan cast before shiftNikolay Kuratov1-1/+2
2024-08-15cxgb4: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-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-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-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
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 Cook1-1/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski3-7/+2