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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-11
ixgbevf: Add a RETA query code
Vlad Zolotarov
5
-1
/
+80
2015-04-11
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2
-0
/
+39
2015-04-11
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
4
-2
/
+40
2015-04-11
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
3
-1
/
+44
2015-04-11
ixgbe: Refactor the RSS configuration code
Vlad Zolotarov
2
-44
/
+112
2015-04-10
ixgbe: Drop unnecessary call to rcu_barrier
Alexander Duyck
1
-2
/
+0
2015-04-10
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
Alexander Duyck
1
-1
/
+1
2015-04-10
ixgbe: adds x550 specific FCoE offloads
Vasu Dev
3
-27
/
+107
2015-04-10
ixgbe: add support for X550 source_address_prunning
Don Skidmore
3
-0
/
+77
2015-04-10
ixgbe: add new bridge mode support function.
Don Skidmore
1
-16
/
+34
2015-04-10
ixgbe: Move bridge mode from flag to variable
Don Skidmore
3
-19
/
+20
2015-04-10
amd-xgbe: Add support for the netdev Tx watchdog
Lendacky, Thomas
2
-0
/
+12
2015-04-10
amd-xgbe: Move Rx mode configuration into init
Lendacky, Thomas
3
-17
/
+20
2015-04-10
amd-xgbe: Allow rx-frames coalescing to be changed anytime
Lendacky, Thomas
4
-28
/
+21
2015-04-09
e100: Use dma_rmb/wmb where appropriate
Alexander Duyck
1
-3
/
+3
2015-04-09
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2
-4
/
+4
2015-04-09
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
4
-10
/
+10
2015-04-09
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
3
-14
/
+14
2015-04-08
sfc: Revert SRIOV changes.
David S. Miller
16
-454
/
+207
2015-04-08
stmmac: Add an optional register interface clock
Andrew Bresticker
2
-0
/
+16
2015-04-08
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
9
-1
/
+87
2015-04-08
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
15
-207
/
+368
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2
-7
/
+7
2015-04-08
s2io: Update driver to use dma_wmb
Alexander Duyck
1
-4
/
+4
2015-04-08
sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb
Alexander Duyck
3
-18
/
+18
2015-04-08
cxgb4: Move ethtool related code to a separate file
Hariprasad Shenai
5
-1608
/
+1702
2015-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+3
2015-04-07
net/mlx4_core: Fix error message deprecation for ConnectX-2 cards
Jack Morgenstein
1
-1
/
+2
2015-04-06
mvneta: dont call mvneta_adjust_link() manually
Stas Sergeev
1
-6
/
+1
2015-04-03
mvneta: implement SGMII-based in-band link state signaling
Stas Sergeev
1
-11
/
+95
2015-04-03
i40e: Bump to version 1.3.1
Catherine Sullivan
1
-2
/
+2
2015-04-03
i40evf: Refactor VF RSS code
Anjali Singhai Jain
1
-32
/
+11
2015-04-03
i40evf: protect VLAN filter list
Mitch Williams
1
-2
/
+22
2015-04-03
i40e: Communicate VSI id in place of VSI index to the VFs
Anjali Singhai Jain
4
-53
/
+76
2015-04-03
i40e: stop flow director on shutdown
Mitch Williams
1
-0
/
+2
2015-04-03
i40e: fix up VXLAN messages
Shannon Nelson
1
-19
/
+19
2015-04-03
i40e: Don't register/de-register apps on NIC partitions in MFP mode
Neerav Parikh
1
-0
/
+8
2015-04-03
i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled
Greg Rose
2
-0
/
+27
2015-04-03
i40e: warn at the right time
Mitch Williams
1
-3
/
+2
2015-04-03
i40e: fix invalid void return in FCoE code
Jesse Brandeburg
1
-2
/
+1
2015-04-03
i40e/i40evf: fix bug when skb allocation fails
Jesse Brandeburg
2
-2
/
+8
2015-04-03
i40e: Change some memcpys to struct assignments
Jesse Brandeburg
1
-11
/
+8
2015-04-03
i40e: Print some more info to help figure out the cause of HMC error
Anjali Singhai Jain
1
-0
/
+3
2015-04-03
i40e: validate VSI param from VFs
Mitch Williams
1
-0
/
+2
2015-04-03
i40evf: Fix Outer UDP RX checksum code
Anjali Singhai Jain
1
-11
/
+13
2015-04-02
net/mlx5_core: Extend struct mlx5_interface to support multiple protocols
Saeed Mahameed
1
-0
/
+22
2015-04-02
net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core
Saeed Mahameed
1
-0
/
+91
2015-04-02
net/mlx5_core: Update module info macros for ConnectX4 Support
Achiad Shochat
1
-3
/
+3
2015-04-02
net/mlx5_core: Fix Mellanox copyright note
Saeed Mahameed
18
-18
/
+18
2015-04-02
net/mlx5_core: Fix a bug in alloc_token
Achiad Shochat
1
-1
/
+4
[next]