lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230817212239.2601543-1-anthony.l.nguyen@intel.com> Date: Thu, 17 Aug 2023 14:22:24 -0700 From: Tony Nguyen <anthony.l.nguyen@...el.com> To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com, netdev@...r.kernel.org Cc: Tony Nguyen <anthony.l.nguyen@...el.com> Subject: [PATCH net-next v2 00/15][pull request] Intel Wired LAN Driver Updates 2023-08-17 (ice) This series contains updates to ice driver only. Jan removes unused functions and refactors code to make, possible, functions static. Jake rearranges some functions to be logically grouped. Marcin removes an unnecessary call to disable VLAN stripping. Yang Yingliang utilizes list_for_each_entry() helper for a couple list traversals. Przemek removes some parameters from ice_aq_alloc_free_res() which were always the same and reworks ice_aq_wait_for_event() to reduce chance of race. --- v2: - Add patch to use assign_bit() in ice_vf_set_host_trust_cfg() v1: https://lore.kernel.org/netdev/20230816204736.1325132-1-anthony.l.nguyen@intel.com/ The following are changes since commit f54a2a132a9d76c0e31fd1d5f569e84682563e54: Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE Jacob Keller (1): ice: move E810T functions to before device agnostic ones Jan Sokolowski (7): ice: remove unused methods ice: refactor ice_ddp to make functions static ice: refactor ice_lib to make functions static ice: refactor ice_vf_lib to make functions static ice: refactor ice_sched to make functions static ice: refactor ice_ptp_hw to make functions static ice: refactor ice_vsi_is_vlan_pruning_ena Marcin Szycik (1): ice: Remove redundant VSI configuration in eswitch setup Przemek Kitszel (4): ice: drop two params from ice_aq_alloc_free_res() ice: ice_aq_check_events: fix off-by-one check when filling buffer ice: embed &ice_rq_event_info event into struct ice_aq_task ice: split ice_aq_wait_for_event() func into two Tony Nguyen (1): ice: Utilize assign_bit() helper Yang Yingliang (1): ice: use list_for_each_entry() helper drivers/net/ethernet/intel/ice/ice.h | 21 +- drivers/net/ethernet/intel/ice/ice_common.c | 24 +- drivers/net/ethernet/intel/ice/ice_common.h | 7 +- drivers/net/ethernet/intel/ice/ice_ddp.c | 120 ++--- drivers/net/ethernet/intel/ice/ice_ddp.h | 10 - drivers/net/ethernet/intel/ice/ice_eswitch.c | 4 - .../net/ethernet/intel/ice/ice_fw_update.c | 45 +- drivers/net/ethernet/intel/ice/ice_lag.c | 17 +- drivers/net/ethernet/intel/ice/ice_lib.c | 82 ++- drivers/net/ethernet/intel/ice/ice_lib.h | 5 - drivers/net/ethernet/intel/ice/ice_main.c | 99 ++-- drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 383 +++++++-------- drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 4 - drivers/net/ethernet/intel/ice/ice_sched.c | 2 +- drivers/net/ethernet/intel/ice/ice_sched.h | 4 - drivers/net/ethernet/intel/ice/ice_switch.c | 64 +-- drivers/net/ethernet/intel/ice/ice_switch.h | 1 - drivers/net/ethernet/intel/ice/ice_vf_lib.c | 465 +++++++++--------- .../ethernet/intel/ice/ice_vf_lib_private.h | 2 - 19 files changed, 624 insertions(+), 735 deletions(-) -- 2.38.1
Powered by blists - more mailing lists