Jacob Keller
|
11ba69e876
igb: enable l4 timestamping for v2 event packets
|
13 years ago |
Eric Dumazet
|
95b9c1dfb7
igb: fix skb truesize underestimation
|
13 years ago |
Carolyn Wyborny
|
a28dc43f1d
igb: Version bump.
|
13 years ago |
Alexander Duyck
|
8be10e9130
igb: Add workaround for byte swapped VLAN on i350 local traffic
|
14 years ago |
Alexander Duyck
|
9ab64ba3c7
igb: Drop unnecessary write of E1000_IMS from igb_msix_other
|
14 years ago |
Alexander Duyck
|
06218a8dbf
igb: Fix features that are currently 82580 only and should also be i350
|
14 years ago |
Alexander Duyck
|
c74d588e2a
igb: Make certain one vector is always assigned in igb_request_irq
|
14 years ago |
Alexander Duyck
|
0d1ae7f46f
igb: avoid unnecessarily creating a local copy of the q_vector
|
14 years ago |
Alexander Duyck
|
077887c386
igb: add support for NETIF_F_RXHASH
|
14 years ago |
Alexander Duyck
|
6d095fa8cb
igb: move TX hang check flag into ring->flags
|
14 years ago |
Alexander Duyck
|
5faf030c9b
igb: fix recent VLAN changes that would leave VLANs disabled after reset
|
14 years ago |
Alexander Duyck
|
3ceb90fd48
igb: leave staterr in place and instead us a helper function to check bits
|
14 years ago |
Alexander Duyck
|
294e7d78f5
igb: retire the RX_CSUM flag and use the netdev flag instead
|
14 years ago |
Alexander Duyck
|
4be000c874
igb: cleanup IVAR configuration
|
14 years ago |
Alexander Duyck
|
0ba829943c
igb: Move ITR related data into work container within the q_vector
|
14 years ago |
Alexander Duyck
|
866cff0690
igb: Consolidate all of the ring feature flags into a single value
|
14 years ago |
Alexander Duyck
|
6ad4edfcd7
igb: avoid unnecessary conversions from u16 to int
|
14 years ago |
Alexander Duyck
|
81c2fc2232
igb: Use node specific allocations for the q_vectors and rings
|
14 years ago |
Alexander Duyck
|
7af40ad909
igb: push data into first igb_tx_buffer sooner to reduce stack usage
|
14 years ago |
Alexander Duyck
|
ebe42d169b
igb: consolidate creation of Tx buffer info and data descriptor
|
14 years ago |
Alexander Duyck
|
2bbfebe2db
igb: Combine all flag info fields into a single tx_flags structure
|
14 years ago |
Alexander Duyck
|
31f6adbb35
igb: Cleanup protocol handling in transmit path
|
14 years ago |
Alexander Duyck
|
e032afc80c
igb: Create separate functions for generating cmd_type and olinfo
|
14 years ago |
Alexander Duyck
|
8542db05db
igb: Make first and tx_buffer_info->next_to_watch into pointers
|
14 years ago |
Alexander Duyck
|
7d13a7d0da
igb: Consolidate creation of Tx context descriptors into a single function
|
14 years ago |
Alexander Duyck
|
0603464956
igb: split buffer_info into tx_buffer_info and rx_buffer_info
|
14 years ago |
Alexander Duyck
|
13fde97a48
igb: Make Tx budget for NAPI user adjustable
|
13 years ago |
Alexander Duyck
|
1cc3bd8792
igb: Remove multi_tx_table and simplify igb_xmit_frame
|
14 years ago |
Alexander Duyck
|
6013690699
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
|
14 years ago |
Alexander Duyck
|
cd392f5ca9
igb: drop the "adv" off function names relating to descriptors
|
14 years ago |