index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
ice: added sibling head to parse nodes
Victor Raj
2
-36
/
+23
2019-08-27
ice: Fix ethtool port and PFC stats for 4x25G cards
Usha Ketineni
2
-44
/
+45
2019-08-23
ice: Don't allow VSI to remove unassociated ucast filter
Akeem G Abodunrin
1
-0
/
+56
2019-08-23
ice: Fix issues updating VSI MAC filters
Akeem G Abodunrin
4
-67
/
+73
2019-08-23
ice: update ethtool stats on-demand
Bruce Allan
3
-6
/
+9
2019-08-23
ice: Add input handlers for virtual channel handlers
Amruth G.P
1
-32
/
+32
2019-08-23
ice: Don't clear auto_fec bit in ice_cfg_phy_fec()
Chinh T Cao
1
-6
/
+3
2019-08-23
ice: Fix flag used for module query
Chinh T Cao
1
-1
/
+1
2019-08-23
ice: silence some bogus error messages
Mitch Williams
2
-3
/
+4
2019-08-23
ice: Rename ethtool private flag for lldp
Dave Ertman
4
-8
/
+8
2019-08-23
ice: reject VF attempts to enable head writeback
Jacob Keller
1
-0
/
+1
2019-08-23
ice: Copy dcbx configuration only if mode is correct
Michal Swiatkowski
1
-2
/
+4
2019-08-23
ice: Treat DCBx state NOT_STARTED as valid
Dave Ertman
1
-1
/
+2
2019-08-23
ice: Don't call synchronize_irq() for VF's from the host
Brett Creeley
1
-0
/
+4
2019-08-23
ice: Account for all states of FW DCBx and LLDP
Dave Ertman
1
-22
/
+12
2019-08-23
ice: Allow egress control packets from PF_VSI
Dave Ertman
2
-1
/
+17
2019-08-21
ice: improve print for VF's when adding/deleting MAC filters
Brett Creeley
1
-2
/
+2
2019-08-21
ice: Change type for queue counts
Pawel Kaminski
1
-12
/
+13
2019-08-21
ice: Move VF resources definition to SR-IOV specific file
Akeem G Abodunrin
2
-10
/
+13
2019-08-21
ice: Increase size of Mailbox receive queue for many VFs
Brett Creeley
2
-3
/
+4
2019-08-21
ice: Reduce wait times during VF bringup/reset
Brett Creeley
2
-11
/
+19
2019-08-21
ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register access
Paul Greenwalt
2
-11
/
+16
2019-08-21
ice: Do not always bring up PF VSI in ice_ena_vsi()
Tony Nguyen
1
-2
/
+0
2019-08-21
ice: allow empty Rx descriptors
Mitch Williams
1
-3
/
+12
2019-08-21
ice: Fix kernel hang with DCB reset in CEE mode
Usha Ketineni
1
-61
/
+88
2019-08-21
ice: Set WB_ON_ITR when we don't re-enable interrupts
Brett Creeley
3
-0
/
+70
2019-08-20
ice: fix set pause param autoneg check
Paul Greenwalt
1
-1
/
+26
2019-08-20
ice: Restructure VFs initialization flows
Akeem G Abodunrin
2
-22
/
+48
2019-08-20
ice: Assume that more than one Rx queue is rare in ice_napi_poll
Brett Creeley
1
-5
/
+10
2019-08-20
ice: Use the software based tail when checking for hung Tx ring
Brett Creeley
1
-3
/
+3
2019-07-31
ice: Bump version number
Tony Nguyen
1
-1
/
+1
2019-07-31
ice: Remove flag to track VF interrupt status
Akeem G Abodunrin
2
-16
/
+0
2019-07-31
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
Brett Creeley
4
-102
/
+48
2019-07-31
ice: Don't return error for disabling LAN Tx queue that does exist
Akeem G Abodunrin
1
-0
/
+3
2019-07-31
ice: Remove duplicate code in ice_alloc_rx_bufs
Brett Creeley
1
-11
/
+3
2019-07-31
ice: Add stats for Rx drops at the port level
Brett Creeley
2
-0
/
+7
2019-07-31
ice: Update number of VF queue before setting VSI resources
Akeem G Abodunrin
1
-5
/
+5
2019-07-31
ice: Set up Tx scheduling tree based on alloc VSI Tx queues
Akeem G Abodunrin
1
-3
/
+3
2019-07-31
ice: Only bump Rx tail and release buffers once per napi_poll
Brett Creeley
1
-15
/
+27
2019-07-31
ice: Disable VFs until reset is completed
Akeem G Abodunrin
1
-0
/
+5
2019-07-31
ice: Do not configure port with no media
Tony Nguyen
2
-82
/
+158
2019-07-31
ice: separate out control queue lock creation
Jacob Keller
3
-29
/
+91
2019-07-31
ice: Always set prefena when configuring an Rx queue
Brett Creeley
2
-1
/
+9
2019-07-31
ice: Move vector base setup to PF VSI
Tony Nguyen
1
-4
/
+4
2019-07-31
ice: track hardware stat registers past rollover
Jacob Keller
5
-130
/
+91
2019-07-31
ice: add lp_advertising flow control support
Paul Greenwalt
1
-32
/
+72
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+3
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2019-06-29
ice: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
[prev]
[next]