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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
ixgbe: pci_set_drvdata must be called before register_netdev
Jeff Mahoney
1
-1
/
+1
2017-06-14
ixgbe: Resolve cppcheck format string warning
Tony Nguyen
1
-1
/
+1
2017-06-14
ixgbe: fix writes to PFQDE
Emil Tantilov
1
-1
/
+1
2017-06-14
ixgbe: Bump version number
Tony Nguyen
1
-1
/
+1
2017-06-14
ixgbe: check for Tx timestamp timeouts during watchdog
Jacob Keller
3
-0
/
+29
2017-06-14
ixgbe: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-10
/
+17
2017-06-14
ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
1
-5
/
+15
2017-06-14
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
Jacob Keller
1
-3
/
+12
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
1
-2
/
+5
2017-05-31
ixgbe: fix incorrect status check
Emil Tantilov
1
-4
/
+4
2017-05-31
ixgbe: add missing configuration for rate select 1
Emil Tantilov
1
-0
/
+19
2017-05-31
ixgbe: always call setup_mac_link for multispeed fiber
Emil Tantilov
1
-18
/
+0
2017-05-31
ixgbe: add write flush when configuring CS4223/7
Emil Tantilov
1
-2
/
+18
2017-05-31
ixgbe: correct CS4223/7 PHY identification
Emil Tantilov
2
-6
/
+7
2017-05-31
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
5
-11
/
+18
2017-05-31
ixgbe: Resolve truncation warning for q_vector->name
Tony Nguyen
1
-7
/
+7
2017-05-31
ixgbe: Add error checking to setting VF MAC
Tony Nguyen
1
-13
/
+41
2017-05-31
ixgbe: Correct thermal sensor event check
Mark Rustad
1
-2
/
+1
2017-05-31
ixgbe: enable L3/L4 filtering for Tx switched packets
Emil Tantilov
1
-0
/
+3
2017-05-31
ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
Paul Greenwalt
3
-2
/
+29
2017-05-31
ixgbe: initialize u64_stats_sync structures early at ixgbe_probe
Liwei Song
1
-4
/
+4
2017-05-31
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets
Scott Peterson
1
-2
/
+10
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-05-09
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+2
2017-04-30
ixgbe: Check for RSS key before setting value
Tony Nguyen
4
-7
/
+31
2017-04-30
ixgbe: Add 1000Base-T device based on X550EM_X MAC
Paul Greenwalt
4
-1
/
+49
2017-04-30
ixgbe: Allow setting zero MAC address for VF
Tony Nguyen
1
-10
/
+18
2017-04-30
ixgbe: clean macvlan MAC filter table on VF reset
Emil Tantilov
1
-52
/
+53
2017-04-30
ixgbe: delay tail write to every 'n' packets
John Fastabend
1
-11
/
+17
2017-04-30
ixgbe: add support for XDP_TX action
John Fastabend
4
-53
/
+348
2017-04-30
ixgbe: add XDP support for pass and drop actions
John Fastabend
3
-29
/
+148
2017-04-29
ixgbe: Acquire PHY semaphore before device reset
Paul Greenwalt
2
-0
/
+16
2017-04-27
ixgbe: Use pcie_flr() instead of duplicating it
Christoph Hellwig
1
-14
/
+2
2017-04-19
ixgbe: Fix output from ixgbe_dump
Alexander Duyck
1
-3
/
+1
2017-04-18
ixgbe: Add support for maximum headroom when using build_skb
Alexander Duyck
2
-8
/
+53
2017-04-18
ixgbe: add check for VETO bit when configuring link for KR
Tony Nguyen
1
-0
/
+3
2017-04-18
ixgbe: Remove unused define
Don Skidmore
1
-3
/
+0
2017-04-18
ixgbe: do not use adapter->num_vfs when setting VFs via module parameter
Emil Tantilov
3
-30
/
+28
2017-04-18
ixgbe: return early instead of wrap block in if statement
Emil Tantilov
1
-44
/
+41
2017-04-18
ixgbe: move num_vfs_macvlans allocation into separate function
Emil Tantilov
1
-19
/
+29
2017-04-18
ixgbe: add default setup_link for x550em_a MAC type
Emil Tantilov
1
-1
/
+1
2017-04-18
ixgbe: list X553 backplane speeds correctly
Don Skidmore
2
-0
/
+19
2017-04-18
ixgbe: Add X552 XFI backplane support
Don Skidmore
4
-0
/
+18
2017-04-18
ixgbe: Complete support for X553 sgmii
Don Skidmore
1
-2
/
+27
2017-04-18
ixgbe: Remove driver config for KX4 PHY
Tony Nguyen
3
-52
/
+3
2017-04-18
ixgbe: Remove pr_cont uses
Joe Perches
1
-37
/
+47
2017-04-18
ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.
Usha Ketineni
2
-3
/
+26
2017-03-17
igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
Alexander Duyck
1
-1
/
+1
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-03-13
net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-77
/
+91
[next]