- 7ebb9db net: remove unneeded break by Tom Rix · 4 years, 4 months ago
- bd7f14d ixgbe: fix probing of multi-port devices with one MDIO by Jakub Kicinski · 4 years, 4 months ago
- f2bf814 e1000: remove unused and incorrect code by Jesse Brandeburg · 4 years, 4 months ago
- 30cf856 i40e: Allow changing FEC settings on X722 if supported by FW by Jaroslaw Gawin · 4 years, 4 months ago
- 051d2b5 ice: fix adding IP4 IP6 Flow Director rules by Dan Nowlin · 4 years, 5 months ago
- ecfb751 ice: Fix pointer cast warnings by Bixuan Cui · 4 years, 5 months ago
- 1e8249c ice: add additional debug logging for firmware update by Jacob Keller · 4 years, 5 months ago
- 48d4002 ice: refactor devlink_port to be per-VSI by Jacob Keller · 4 years, 5 months ago
- 410d068 ice: add the DDP Track ID to devlink info by Jacob Keller · 4 years, 5 months ago
- 045afac ice: Change ice_info_get_dsn to be void by Anirudh Venkataramanan · 4 years, 5 months ago
- ac382a0 ice: remove repeated words by Bruce Allan · 4 years, 5 months ago
- 4d7ebed ice: devlink: use %*phD to print small buffer by Andy Shevchenko · 4 years, 5 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- be49b1a ice: preserve NVM capabilities in safe mode by Jacob Keller · 4 years, 6 months ago
- 0ec86e8 ice: increase maximum wait time for flash write commands by Jacob Keller · 4 years, 6 months ago
- 0171f4e net: intel: Remove in_interrupt() warnings by Sebastian Andrzej Siewior · 4 years, 5 months ago
- f127bab net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation by Sebastian Andrzej Siewior · 4 years, 5 months ago
- eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 5 months ago
- cc23f4f e1000e: Add support for Meteor Lake by Sasha Neftin · 4 years, 6 months ago
- 67ea4065 igc: Clean up nvm_info structure by Sasha Neftin · 4 years, 6 months ago
- 58c4ee0 igc: Reject schedules with a base_time in the future by Vinicius Costa Gomes · 4 years, 6 months ago
- fec49eb4 igc: Export a way to read the PTP timer by Vinicius Costa Gomes · 4 years, 6 months ago
- f4e55d3 igc: Remove reset disable flag by Sasha Neftin · 4 years, 6 months ago
- b03c49c igc: Save PTP time before a reset by Vinicius Costa Gomes · 4 years, 6 months ago
- e5f020a igc: Remove references to SYSTIMR register by Vinicius Costa Gomes · 4 years, 6 months ago
- 40edc73 igc: Expose LPI counters by Sasha Neftin · 4 years, 6 months ago
- ef8a17a igc: Clean RX descriptor error flags by Andre Guedes · 4 years, 7 months ago
- 09cb2a3 igc: Remove timeout check from ptp_tx work by Andre Guedes · 4 years, 7 months ago
- 530a763 igc: Don't reschedule ptp_tx work by Andre Guedes · 4 years, 7 months ago
- 77370df igc: Rename IGC_TSYNCTXCTL_VALID macro by Andre Guedes · 4 years, 7 months ago
- 4354621 igc: Add new device ID's by Sasha Neftin · 4 years, 7 months ago
- 2fc1d8e igb: read PBA number from flash by Gal Hammer · 4 years, 6 months ago
- 9cbc948 igb: add XDP support by Sven Auhagen · 4 years, 6 months ago
- b20e6c1 ice: convert to new udp_tunnel infrastructure by Jakub Kicinski · 4 years, 5 months ago
- f049b826 ice: remove unused args from ice_get_open_tunnel_port() by Jakub Kicinski · 4 years, 5 months ago
- 40a98cb i40e: convert to new udp_tunnel infrastructure by Jakub Kicinski · 4 years, 5 months ago
- 50db1bc ice: add support for flash update overwrite mask by Jacob Keller · 4 years, 5 months ago
- bc75c05 devlink: convert flash_update to use params structure by Jacob Keller · 4 years, 5 months ago
- 22ec3d2 devlink: check flash_update parameter support in net core by Jacob Keller · 4 years, 5 months ago
- 36ec148 intel: handle unused assignments by Jesse Brandeburg · 4 years, 5 months ago
- b50f7bc intel-ethernet: clean up W=1 warnings in kdoc by Jesse Brandeburg · 4 years, 5 months ago
- f6a0727 ice: fix memory leak in ice_vsi_setup by Jacob Keller · 4 years, 6 months ago
- 135f4b9 ice: fix memory leak if register_netdev_fails by Jacob Keller · 4 years, 6 months ago
- 466e439 ice: Fix call trace on suspend by Anirudh Venkataramanan · 4 years, 6 months ago
- 75598a8 iavf: Fix incorrect adapter get in iavf_resume by Sylwester Dziedziuch · 4 years, 6 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- ccb5942 ice: simplify the return expression of ice_finalize_update() by Qinglang Miao · 4 years, 5 months ago
- f9d80a0 net: e1000: Remove set but not used variable by Zheng Yongjun · 4 years, 5 months ago
- d4602a9 net: devlink: region: Pass the region ops to the snapshot function by Andrew Lunn · 4 years, 5 months ago
- eabbe2b ixgbe: add pause frame stats by Jakub Kicinski · 4 years, 5 months ago
- 8cbf741 i40e, xsk: move buffer allocation out of the Rx processing loop by Björn Töpel · 4 years, 6 months ago
- f0064bf i40e: use 16B HW descriptors instead of 32B by Björn Töpel · 4 years, 6 months ago
- f78bd13 i40e, xsk: remove HW descriptor prefetch in AF_XDP path by Björn Töpel · 4 years, 6 months ago
- 1fa5cef i40e: optimise prefetch page refcount by Li RongQing · 4 years, 6 months ago
- f49be6d i40e: not compute affinity_mask for IRQ by Li RongQing · 4 years, 8 months ago
- 5198d545 net: remove napi_hash_del() from driver-facing API by Jakub Kicinski · 4 years, 6 months ago
- 4406e97 igc: Fix not considering the TX delay for timestamps by Vinicius Costa Gomes · 4 years, 6 months ago
- f03369b igc: Fix wrong timestamp latency numbers by Vinicius Costa Gomes · 4 years, 6 months ago
- b6f23d3 i40e: always propagate error value in i40e_set_vsi_promisc() by Stefan Assmann · 4 years, 6 months ago
- e1e1b53 i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc by Stefan Assmann · 4 years, 6 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 6 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 9647c57 xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performance by Magnus Karlsson · 4 years, 6 months ago
- c465576 xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces by Magnus Karlsson · 4 years, 6 months ago
- 1742b3d xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem by Magnus Karlsson · 4 years, 6 months ago
- f468f21 net: Take common prefetch code structure into a function by Tariq Toukan · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 9e574b7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 6 months ago
- fa39ab5 scsi: fcoe: Fix I/O path allocation by Mike Christie · 4 years, 7 months ago
- 5b6d4a7 i40e: Fix crash during removing i40e driver by Grzegorz Szczurek · 4 years, 7 months ago
- 4bd5e02 i40e: Set RX_ONLY mode for unicast promiscuous on VLAN by Przemyslaw Patynowski · 4 years, 7 months ago
- 3cda505 igc: Fix PTP initialization by Vinicius Costa Gomes · 4 years, 7 months ago
- 049eb09 Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 7 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
- 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 7 months ago
- ac6d183 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 7 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 7dbc63f ice: Misc minor fixes by Tony Nguyen · 4 years, 7 months ago
- 6a2c2b2 ice: adjust profile ID map locks by Victor Raj · 4 years, 7 months ago
- eddbee9 ice: update PTYPE lookup table by Tony Nguyen · 4 years, 7 months ago
- 68d210a ice: Disable VLAN pruning in promiscuous mode by Nick Nunley · 4 years, 7 months ago
- bcc46cb ice: Graceful error handling in HW table calloc failure by Surabhi Boob · 4 years, 7 months ago
- 0a37abf ice: port fix for chk_linearlize by Kiran Patil · 4 years, 7 months ago
- f34f555 ice: Allow 2 queue pairs per VF on SR-IOV initialization by Brett Creeley · 4 years, 7 months ago
- ec1d1d2 ice: Clear and free XLT entries on reset by Vignesh Sridhar · 4 years, 7 months ago
- a8fffd7 ice: add useful statistics by Jesse Brandeburg · 4 years, 7 months ago
- a4c493f ice: remove page_reuse statistic by Jesse Brandeburg · 4 years, 7 months ago
- cdedbab ice: Fix RSS profile locks by Vignesh Sridhar · 4 years, 7 months ago
- f07d134 ice: fix the vsi_id mask to be 10 bit for set_rss_lut by Kiran Patil · 4 years, 7 months ago
- 585cdab ice: rename misleading grst_delay variable by Nick Nunley · 4 years, 7 months ago
- 65c7229 ice: mark PM functions as __maybe_unused by Wei Yongjun · 4 years, 7 months ago
- 8698fb6 igb: use eth_zero_addr() to clear mac address by Miaohe Lin · 4 years, 7 months ago
- 935f73b ixgbe: use eth_zero_addr() to clear mac address by Miaohe Lin · 4 years, 7 months ago
- 7ba068d ixgbe: Remove unnecessary usages of memset by Suraj Upadhyay · 4 years, 7 months ago
- 9010526 igb: Remove unnecessary usages of memset by Suraj Upadhyay · 4 years, 7 months ago
- c5b3696 e1000e: Remove unnecessary usages of memset by Suraj Upadhyay · 4 years, 7 months ago
- 4b6bafb e1000: Remove unnecessary usages of memset by Suraj Upadhyay · 4 years, 7 months ago
- 69a74ae e100: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
- 024a816 igb: reinit_locked() should be called with rtnl_lock by Francesco Ruggeri · 4 years, 8 months ago
- 1050242 e1000e: continue to init PHY even when failed to disable ULP by Aaron Ma · 4 years, 8 months ago