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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-06
ixgbe: allow vlan egress priority mapping in DCB mode
Lucy Liu
1
-1
/
+1
2009-07-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-15
/
+40
2009-07-31
ixgbe: Fix RSC completion delay causing Rx interrupts to stop
Peter P Waskiewicz Jr
2
-1
/
+6
2009-07-31
ixgbe: Fix usage of second flags bitmap when using LRO/RSC
Peter P Waskiewicz Jr
2
-9
/
+9
2009-07-31
ixgbe: Fix netpoll to be properly multiqueue aware
Peter P Waskiewicz Jr
1
-3
/
+10
2009-07-27
ixgbe: fix for 82599 errata marking UDP checksum errors
Don Skidmore
1
-2
/
+15
2009-07-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-17
/
+43
2009-07-23
ixgbe: remove unnecessary call to device_init_wakeup
Andy Gospodarek
1
-1
/
+0
2009-07-23
ixgbe: Don't priority tag control frames in DCB mode
Lucy Liu
1
-6
/
+12
2009-07-23
ixgbe: Enable FCoE offload when DCB is enabled for 82599
Yi Zou
3
-10
/
+31
2009-07-17
ixgbe: Bump version number
Peter P Waskiewicz Jr
1
-1
/
+1
2009-07-17
ixgbe: Add device support for a new copper 82598 device
Peter P Waskiewicz Jr
3
-0
/
+4
2009-07-17
ixgbe: Make sure boolean assignments from bitwise operations done correctly
Peter P Waskiewicz Jr
1
-4
/
+4
2009-07-17
ixgbe: Remove legacy descriptor support
Peter P Waskiewicz Jr
3
-49
/
+19
2009-07-17
ixgbe: Remove DPRINTK messages in DCB mode
Lucy Liu
1
-4
/
+0
2009-07-17
ixgbe: clear mac address data block in DCB mode
Lucy Liu
1
-0
/
+2
2009-07-10
ixgbe: Fix coexistence of FCoE and Flow Director in 82599
Yi Zou
2
-8
/
+17
2009-07-04
ixgbe: Not allow 8259x unsupported wol options change from ethtool
Mallikarjuna R Chilakala
1
-1
/
+0
2009-07-04
ixgbe: fix inconsistent SFP/SFP+ failure results.
Don Skidmore
1
-5
/
+5
2009-07-04
ixgbe: fix regression on some 82598 adapters
Don Skidmore
1
-10
/
+14
2009-07-04
ixgbe: fix issues with failing to detect insert of unsupported module
Don Skidmore
2
-2
/
+9
2009-07-01
ixgbe: fix unmap length bug
Jesse Brandeburg
1
-6
/
+11
2009-07-01
ixgbe: Fix link capabilities during adapter resets
Mallikarjuna R Chilakala
1
-1
/
+2
2009-07-01
ixgbe: Fix device capabilities of 82599 single speed fiber NICs.
Mallikarjuna R Chilakala
1
-2
/
+3
2009-07-01
ixgbe: Fix SFP log messages
Don Skidmore
1
-8
/
+17
2009-06-20
convert some DMA_nnBIT_MASK() callers
Andrew Morton
1
-1
/
+1
2009-06-18
net: group address list and its count
Jiri Pirko
1
-3
/
+3
2009-06-09
ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599
Yi Zou
3
-5
/
+42
2009-06-08
net: skb_shared_info optimization
Eric Dumazet
1
-2
/
+2
2009-06-07
ixgbe: Increase the driver version number
Peter P Waskiewicz Jr
1
-1
/
+1
2009-06-07
ixgbe: Add FW detection and warning for 82599 SFP+ adapters
Peter P Waskiewicz Jr
4
-8
/
+85
2009-06-07
ixgbe: Re-adjust ring layouts to have better cacheline efficiency
Jesse Brandeburg
1
-16
/
+19
2009-06-07
ixgbe: Enable Flow Director hashing in 82599
Peter P Waskiewicz Jr
3
-1
/
+228
2009-06-07
ixgbe: Add Flow Director init and modify functions for 82599
Peter P Waskiewicz Jr
2
-0
/
+980
2009-06-07
ixgbe: Add hardware defines for Flow Director for 82599
Peter P Waskiewicz Jr
1
-0
/
+147
2009-06-07
ixgbe: Add a second feature flags variable, move HW RSC capability there
Peter P Waskiewicz Jr
3
-11
/
+12
2009-06-07
ixgbe: move tx processing into NAPI context
Alexander Duyck
1
-34
/
+107
2009-06-07
ixgbe: move v_idx into q_vector and use as index only
Alexander Duyck
3
-126
/
+117
2009-06-07
ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmap
Alexander Duyck
1
-1
/
+1
2009-06-07
ixgbe: ethtool support to change advertised link modes of 82599 adapters
Mallikarjuna R Chilakala
2
-18
/
+33
2009-06-07
ixgbe: Fix 82599 adapter link flickering issues
Mallikarjuna R Chilakala
8
-227
/
+193
2009-06-07
ixgbe: Harden the 82599 multispeed fiber autotry mechanism
Peter P Waskiewicz Jr
4
-23
/
+106
2009-06-07
ixgbe: Add ethtool offline test support
Peter P Waskiewicz Jr
3
-3
/
+842
2009-06-07
ixgbe: Change the 82599 PHY DSP restart logic
Peter P Waskiewicz Jr
1
-4
/
+3
2009-06-07
ixgbe: Enable ACPI WoL capabilities for 82599
Peter P Waskiewicz Jr
1
-0
/
+3
2009-05-30
net: convert unicast addr list
Jiri Pirko
4
-16
/
+12
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
1
-1
/
+0
2009-05-27
ixgbe: Fix build warning
Peter P Waskiewicz Jr
1
-1
/
+0
2009-05-27
ixgbe: fix 82598 SFP initialization after driver load.
Don Skidmore
3
-19
/
+39
2009-05-27
ixgbe: Remove device ID 0x10d8
Peter P Waskiewicz Jr
2
-2
/
+0
[next]