index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-13
igb: Add workaround for byte swapped VLAN on i350 local traffic
Alexander Duyck
1
-6
/
+23
2011-10-13
igb: Drop unnecessary write of E1000_IMS from igb_msix_other
Alexander Duyck
1
-6
/
+0
2011-10-13
igb: Fix features that are currently 82580 only and should also be i350
Alexander Duyck
1
-9
/
+6
2011-10-13
igb: Make certain one vector is always assigned in igb_request_irq
Alexander Duyck
1
-6
/
+6
2011-10-13
igb: avoid unnecessarily creating a local copy of the q_vector
Alexander Duyck
1
-29
/
+17
2011-10-08
igb: add support for NETIF_F_RXHASH
Alexander Duyck
1
-17
/
+35
2011-10-08
igb: move TX hang check flag into ring->flags
Alexander Duyck
1
-3
/
+3
2011-10-08
igb: fix recent VLAN changes that would leave VLANs disabled after reset
Alexander Duyck
1
-14
/
+4
2011-10-08
igb: leave staterr in place and instead us a helper function to check bits
Alexander Duyck
1
-24
/
+31
2011-10-08
igb: retire the RX_CSUM flag and use the netdev flag instead
Alexander Duyck
1
-16
/
+6
2011-10-08
igb: cleanup IVAR configuration
Alexander Duyck
1
-64
/
+56
2011-10-08
igb: Move ITR related data into work container within the q_vector
Alexander Duyck
1
-109
/
+94
2011-10-08
igb: Consolidate all of the ring feature flags into a single value
Alexander Duyck
1
-10
/
+13
2011-10-08
igb: avoid unnecessary conversions from u16 to int
Alexander Duyck
1
-5
/
+4
2011-10-08
igb: Use node specific allocations for the q_vectors and rings
Alexander Duyck
1
-5
/
+75
2011-10-08
igb: push data into first igb_tx_buffer sooner to reduce stack usage
Alexander Duyck
1
-50
/
+53
2011-10-07
igb: consolidate creation of Tx buffer info and data descriptor
Alexander Duyck
1
-137
/
+181
2011-10-07
igb: Combine all flag info fields into a single tx_flags structure
Alexander Duyck
1
-16
/
+8
2011-10-07
igb: Cleanup protocol handling in transmit path
Alexander Duyck
1
-12
/
+11
2011-10-07
igb: Create separate functions for generating cmd_type and olinfo
Alexander Duyck
1
-43
/
+62
2011-10-07
igb: Make first and tx_buffer_info->next_to_watch into pointers
Alexander Duyck
1
-30
/
+36
2011-10-07
igb: Consolidate creation of Tx context descriptors into a single function
Alexander Duyck
1
-127
/
+106
2011-10-07
igb: split buffer_info into tx_buffer_info and rx_buffer_info
Alexander Duyck
1
-60
/
+63
2011-10-07
igb: Make Tx budget for NAPI user adjustable
Alexander Duyck
1
-53
/
+83
2011-09-20
igb: Remove multi_tx_table and simplify igb_xmit_frame
Alexander Duyck
1
-14
/
+22
2011-09-20
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
Alexander Duyck
1
-12
/
+12
2011-09-20
igb: drop the "adv" off function names relating to descriptors
Alexander Duyck
1
-31
/
+31
2011-09-20
igb: Refactor clean_rx_irq to reduce overhead and improve performance
Alexander Duyck
1
-49
/
+47
2011-09-20
igb: update ring and adapter structure to improve performance
Alexander Duyck
1
-3
/
+1
2011-09-20
igb: streamline Rx buffer allocation and cleanup
Alexander Duyck
1
-87
/
+103
2011-09-20
igb: drop support for single buffer mode
Alexander Duyck
1
-78
/
+24
2011-09-20
igb: Update max_frame_size to account for an optional VLAN tag if present
Alexander Duyck
1
-7
/
+12
2011-09-20
igb: Update RXDCTL/TXDCTL configurations
Alexander Duyck
1
-14
/
+9
2011-08-31
intel: convert to SKB paged frag API.
Ian Campbell
1
-4
/
+1
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+0
2011-08-18
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
1
-0
/
+3
2011-08-11
intel: Move the Intel wired LAN drivers
Jeff Kirsher
1
-0
/
+6890
[prev]