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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2018-10-04
ixgbe: check return value of napi_complete_done()
Song Liu
1
-5
/
+7
2018-10-03
iavf: fix a typo
Rami Rosen
1
-1
/
+1
2018-10-03
ixgbe: add AF_XDP zero-copy Tx support
Björn Töpel
3
-1
/
+195
2018-10-03
ixgbe: move common Tx functions to ixgbe_txrx_common.h
Björn Töpel
2
-6
/
+8
2018-10-03
ixgbe: add AF_XDP zero-copy Rx support
Björn Töpel
6
-21
/
+745
2018-10-03
ixgbe: move common Rx functions to ixgbe_txrx_common.h
Björn Töpel
2
-18
/
+37
2018-10-03
ixgbe: added Rx/Tx ring disable/enable functions
Björn Töpel
2
-0
/
+159
2018-10-03
ixgbe: Fix crash with VFs and flow director on interface flap
Radoslaw Tyl
1
-2
/
+8
2018-10-03
i40e: Remove unnecessary print statement
Nathan Chancellor
1
-2
/
+0
2018-10-03
i40e: Use proper enum in i40e_ndo_set_vf_link_state
Nathan Chancellor
1
-1
/
+1
2018-10-03
ixgbevf: off by one in ixgbevf_ipsec_tx()
Dan Carpenter
1
-1
/
+1
2018-10-03
ixgbe: remove redundant function ixgbe_fw_recovery_mode()
YueHaibing
1
-11
/
+0
2018-10-03
ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit
Radoslaw Tyl
1
-4
/
+10
2018-10-03
ixgbevf: fix msglen for ipsec mbx messages
Shannon Nelson
1
-7
/
+4
2018-10-03
ice: Update version string
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Use the right function to enable/disable VSI
Dave Ertman
1
-9
/
+14
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
3
-47
/
+59
2018-10-03
ice: Fix potential null pointer issues
Dave Ertman
1
-6
/
+7
2018-10-03
ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSI
Brett Creeley
1
-9
/
+29
2018-10-03
ice: Fix forward to queue group logic
Anirudh Venkataramanan
1
-4
/
+10
2018-10-03
ice: Extend malicious operations detection logic
Anirudh Venkataramanan
3
-2
/
+60
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
3
-0
/
+17
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
6
-0
/
+1221
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
6
-1
/
+629
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
10
-1
/
+272
2018-10-03
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
6
-34
/
+184
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
11
-9
/
+1061
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
8
-1
/
+151
2018-10-02
ice: Fix error on driver remove
Dave Ertman
1
-0
/
+6
2018-10-02
ice: Add support for dynamic interrupt moderation
Brett Creeley
7
-24
/
+102
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
2
-5
/
+14
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
3
-0
/
+40
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
3
-64
/
+148
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
3
-2
/
+6
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
6
-51
/
+178
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
9
-163
/
+132
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
4
-200
/
+328
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
4
-30
/
+31
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
3
-282
/
+249
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
3
-450
/
+521
2018-10-01
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
3
-132
/
+141
2018-10-01
ice: Move common functions out of ice_main.c part 4/7
Anirudh Venkataramanan
3
-417
/
+429
2018-10-01
ice: Move common functions out of ice_main.c part 3/7
Anirudh Venkataramanan
3
-386
/
+410
2018-10-01
ice: Move common functions out of ice_main.c part 2/7
Anirudh Venkataramanan
3
-519
/
+526
2018-10-01
ice: Move common functions out of ice_main.c part 1/7
Anirudh Venkataramanan
6
-315
/
+348
2018-09-28
ice: fix changing of ring descriptor size (ethtool -G)
Bruce Allan
2
-5
/
+16
2018-09-28
ice: Update to capabilities admin queue command
Anirudh Venkataramanan
1
-16
/
+34
2018-09-28
ice: Query the Tx scheduler node before adding it
Anirudh Venkataramanan
2
-1
/
+71
2018-09-28
ice: Update comment for ice_fltr_mgmt_list_entry
Brett Creeley
1
-1
/
+2
[next]