Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
8547aa131495b081ef3e5ada8bc726251e23d2e0
/
drivers
/
net
/
ethernet
/
intel
46c264d
bridge/nl: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
2aea6dc
i40e: Bump version to 1.3.2
by Catherine Sullivan
· 10 years ago
edf5cff
i40e: Use new 40G speeds
by Greg Rose
· 10 years ago
0f575bf
i40e: get rid of unused locals
by Jesse Brandeburg
· 10 years ago
c1147280
i40e: handle possible memory allocation failure
by Jesse Brandeburg
· 10 years ago
73b2340
i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilities
by Kevin Scott
· 10 years ago
3169c32
i40e: enable user dump of internal hardware state
by Jesse Brandeburg
· 10 years ago
f18ae10
i40e: print FCoE capability reported by the device function
by Vasu Dev
· 10 years ago
57175ac
i40e: For VF reset (VFR and VFLR) add some more delay
by Anjali Singhai Jain
· 10 years ago
532b045
i40e: move VF notification routines up
by Mitch Williams
· 10 years ago
055b295
i40e: notify VFs of link state
by Mitch Williams
· 10 years ago
ed63696
i40evf: remove aq_pending
by Mitch Williams
· 10 years ago
e7c8c60
i40e: Add support to program FDir SB rules for VF from PF through ethtool
by Anjali Singhai Jain
· 10 years ago
2619ef4
i40evf: fix bad indentation
by Mitch Williams
· 10 years ago
4443463
i40e: stop VF rings
by Mitch Williams
· 10 years ago
f4f88c6
fm10k: Bump driver version to 0.15.2
by Jeff Kirsher
· 10 years ago
b32d15b
fm10k: corrected VF multicast update
by Jeff Kirsher
· 10 years ago
da61b36
fm10k: mbx_update_max_size does not drop all oversized messages
by Jeff Kirsher
· 10 years ago
78288e3
fm10k: reset head instead of calling update_max_size
by Jeff Kirsher
· 10 years ago
750c607
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
by Jeff Kirsher
· 10 years ago
a7731cc
fm10k: update xcast mode before synchronizing multicast addresses
by Jeff Kirsher
· 10 years ago
54b3c9c
fm10k: start service timer on probe
by Jeff Kirsher
· 10 years ago
4185756
fm10k: fix function header comment
by Jeff Kirsher
· 10 years ago
ada2411
fm10k: comment next_vf_mbx flow
by Jeff Kirsher
· 10 years ago
9de15bd
fm10k: don't handle mailbox events in iov_event path and always process mailbox
by Jeff Kirsher
· 10 years ago
b382bb1
fm10k: use separate workqueue for fm10k driver
by Jeff Kirsher
· 10 years ago
ded8b20
fm10k: Set PF queues to unlimited bandwidth during virtualization
by Jeff Kirsher
· 10 years ago
e05546e
fm10k: expose tx_timeout_count as an ethtool stat
by Jeff Kirsher
· 10 years ago
10df06f
fm10k: only increment tx_timeout_count in Tx hang path
by Jeff Kirsher
· 10 years ago
5deaf50
fm10k: remove extraneous "Reset interface" message
by Jeff Kirsher
· 10 years ago
fbdb159
fm10k: separate PF only stats so that VF does not display them
by Jeff Kirsher
· 10 years ago
c0e6178
fm10k: use hw->mac.max_queues for stats
by Jeff Kirsher
· 10 years ago
29a928e
fm10k: only show actual queues, not the maximum in hardware
by Jeff Kirsher
· 10 years ago
661b206
fm10k: allow creation of VLAN on default vid
by Jeff Kirsher
· 10 years ago
de44519
fm10k: fix unused warnings
by Jeff Kirsher
· 10 years ago
8b4a98c
fm10k: Add netconsole support
by Jeff Kirsher
· 10 years ago
4c16cea
fm10k: Have the VF get the default VLAN during init
by Jeff Kirsher
· 10 years ago
a4bcea8
fm10k: Correct spelling mistake
by Jeff Kirsher
· 10 years ago
97c71e3
fm10k: Remove redundant rx_errors in ethtool
by Jeff Kirsher
· 10 years ago
f4e25f6
fm10k: Corrected an error in Tx statistics
by Jeff Kirsher
· 10 years ago
e2c6544
e1000e: Move pm_qos_req to e1000e adapter
by Thomas Graf
· 10 years ago
b641173
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
by Vlad Zolotarov
· 10 years ago
ad1431e
ixgbevf: Add RSS Key query code
by Vlad Zolotarov
· 10 years ago
3c0841a
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
by Vlad Zolotarov
· 10 years ago
94cf66f
ixgbevf: Add a RETA query code
by Vlad Zolotarov
· 10 years ago
4ce37a4
ixgbe: Add a RETA query command to VF-PF channel API
by Vlad Zolotarov
· 10 years ago
e65ce0d
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
by Vlad Zolotarov
· 10 years ago
7f276ef
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
by Vlad Zolotarov
· 10 years ago
dfaf891
ixgbe: Refactor the RSS configuration code
by Vlad Zolotarov
· 10 years ago
020f1d9
ixgbe: Drop unnecessary call to rcu_barrier
by Alexander Duyck
· 10 years ago
87031c0
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
by Alexander Duyck
· 10 years ago
ea41201
ixgbe: adds x550 specific FCoE offloads
by Vasu Dev
· 10 years ago
6d4c96a
ixgbe: add support for X550 source_address_prunning
by Don Skidmore
· 10 years ago
219efe9
ixgbe: add new bridge mode support function.
by Don Skidmore
· 10 years ago
aa2bacb
ixgbe: Move bridge mode from flag to variable
by Don Skidmore
· 10 years ago
c335869
e100: Use dma_rmb/wmb where appropriate
by Alexander Duyck
· 10 years ago
6731716
i40e/i40evf: Use dma_rmb where appropriate
by Alexander Duyck
· 10 years ago
837a1db
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
by Alexander Duyck
· 10 years ago
42d255c
i40e: Bump to version 1.3.1
by Catherine Sullivan
· 10 years ago
9a9c8ae
i40evf: Refactor VF RSS code
by Anjali Singhai Jain
· 10 years ago
13acb54
i40evf: protect VLAN filter list
by Mitch Williams
· 10 years ago
fdf0e0b
i40e: Communicate VSI id in place of VSI index to the VFs
by Anjali Singhai Jain
· 10 years ago
3932dbf
i40e: stop flow director on shutdown
by Mitch Williams
· 10 years ago
c22c06c
i40e: fix up VXLAN messages
by Shannon Nelson
· 10 years ago
c142b1d
i40e: Don't register/de-register apps on NIC partitions in MFP mode
by Neerav Parikh
· 10 years ago
31eaacc
i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled
by Greg Rose
· 10 years ago
6d7b967
i40e: warn at the right time
by Mitch Williams
· 10 years ago
b38da40
i40e: fix invalid void return in FCoE code
by Jesse Brandeburg
· 10 years ago
8b6ed9c
i40e/i40evf: fix bug when skb allocation fails
by Jesse Brandeburg
· 10 years ago
1a2f624
i40e: Change some memcpys to struct assignments
by Jesse Brandeburg
· 10 years ago
25fc0e6
i40e: Print some more info to help figure out the cause of HMC error
by Anjali Singhai Jain
· 10 years ago
b57459e
i40e: validate VSI param from VFs
by Mitch Williams
· 10 years ago
818f2e7
i40evf: Fix Outer UDP RX checksum code
by Anjali Singhai Jain
· 10 years ago
0704fae
ptp: ixgbe: use helpers for converting ns to timespec.
by Richard Cochran
· 10 years ago
350f66d
ptp: igb: use helpers for converting ns to timespec.
by Richard Cochran
· 10 years ago
bdf36d9
ptp: e1000e: use helpers for converting ns to timespec.
by Richard Cochran
· 10 years ago
4e833c5
ethernet: Use bool function returns of true/false instead of 1/0
by Joe Perches
· 10 years ago
32eaf12
Merge branch 'ptp-2038'
by David S. Miller
· 10 years ago
91432d1
ptp: ixgbe: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
d4c496f
ptp: igb: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
6f7a9b8
ptp: i40e: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
843293e
ptp: fm10k: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
07c74eb
ptp: e1000e: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
4d92a3e9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 10 years ago
1abbc98
igb: Enable TSO for stacked vlan
by Toshiaki Makita
· 10 years ago
3182b25
i40e: Bump version to 1.2.43
by Catherine Sullivan
· 10 years ago
cc470a8
i40evf: add FW version to ethtool info
by Mitch Williams
· 10 years ago
8af580d
i40e: Increase PF reset max loop limit
by Akeem G Abodunrin
· 10 years ago
63e18c2
i40evf: resequence close operations
by Mitch Williams
· 10 years ago
e284fc8
i40evf: delay releasing rings
by Mitch Williams
· 10 years ago
ae24b40
i40e/i40evf: implement KR2 support
by Jesse Brandeburg
· 10 years ago
784401b
igbvf: use netif_carrier_off earlier when bringing if down
by Todd Fujinaka
· 10 years ago
f28ea08
igb: use netif_carrier_off earlier when bringing if down
by Todd Fujinaka
· 10 years ago
152c0a9
e1000e: NVM write protect access removed from SPT HW
by Yanir Lubetkin
· 10 years ago
a60a132
e1000e: call netif_carrier_off early on down
by Eliezer Tamir
· 10 years ago
d9d888b
ixgb: call netif_carrier_off early on down
by Eliezer Tamir
· 10 years ago
91a0f93
i40e: add NVM update events to AQ clean
by Shannon Nelson
· 10 years ago
0d8bb41
ixgbevf: Use ether_addr_copy() instead of memcpy()
by Jeff Kirsher
· 10 years ago
dec0d8e
ixgbevf: Fix code comments and whitespace
by Jeff Kirsher
· 10 years ago
856f606
ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything
by Alexander Duyck
· 10 years ago
Next »