Nick Nunley
|
58fd62f525
igb: change descriptor control thresholds
|
15 years ago |
Nick Nunley
|
40e90c26f5
igb: move gso_segs into buffer_info structure
|
15 years ago |
Alexander Duyck
|
3025a446b6
igb: Allocate rings seperately instead of as a block
|
15 years ago |
Nick Nunley
|
88a268c1a1
igb: Power down link when interface is down
|
15 years ago |
Nick Nunley
|
3145535ac6
igb: Report link status in ethtool when interface is down
|
15 years ago |
Alexander Duyck
|
26b39276ca
igb: remove unecessary q_vector declarations and remove itr_shift
|
15 years ago |
Williams, Mitch A
|
8151d2948e
igb: support for VF configuration tools
|
15 years ago |
Alexander Duyck
|
6366ad331f
igb: remove use of skb_dma_map from driver
|
15 years ago |
Alexander Duyck
|
55cac248ca
igb: Add full support for 82580 devices
|
15 years ago |
Alexander Duyck
|
971d1d3a7e
igb: removed unused tx/rx total bytes/packets from adapter struct
|
15 years ago |
Alexander Duyck
|
a99955fc06
igb: when number of CPUs > 4 combine tx/rx queues to allow more queues
|
15 years ago |
Alexander Duyck
|
2e5655e758
igb: cleanup igb.h header whitespace and some structure formatting
|
15 years ago |
Alexander Duyck
|
645a3abd73
igb: Remove invalid stats counters
|
15 years ago |
Alexander Duyck
|
7d5753f08c
igb: rework use of VMOLR in regards to PF and VFs
|
15 years ago |
Alexander Duyck
|
f2ca0dbe07
igb: replace the VF clear_to_send with a flags value
|
15 years ago |
Alexander Duyck
|
c5b9bd5e4f
igb: cleanup some of the code related to hw timestamping
|
15 years ago |
Alexander Duyck
|
4fc82adfb0
igb: add support for seperate tx-usecs setting in ethtool
|
15 years ago |
Alexander Duyck
|
b1a436c34c
igb: make tx ring map and free functionality non-static
|
15 years ago |
Alexander Duyck
|
d7ee5b3a78
igb: re-use ring configuration code in ethtool testing
|
15 years ago |
Alexander Duyck
|
e694e964fc
igb: place a pointer to the netdev struct in the ring itself
|
15 years ago |
Alexander Duyck
|
85ad76b2f9
igb: add a flags value to the ring
|
15 years ago |
Alexander Duyck
|
04a5fcaaf0
igb: move alloc_failed and csum_err stats into per rx-ring stat
|
15 years ago |
Alexander Duyck
|
4c844851d1
igb: move rx_buffer_len into the ring structure
|
15 years ago |
Alexander Duyck
|
80785298aa
igb: add pci device pointer to ring structure
|
15 years ago |
Alexander Duyck
|
fce99e3415
igb: change the head and tail offsets into pointers
|
15 years ago |
Alexander Duyck
|
6ec43fe635
igb: remove rx_ps_hdr_len
|
15 years ago |
Alexander Duyck
|
85b430b477
igb: move the tx and rx ring specific config into seperate functions
|
15 years ago |
Alexander Duyck
|
7d95b7170e
igb: increase minimum rx buffer size to 1K
|
15 years ago |
Alexander Duyck
|
094919a4b0
igb: remove rx checksum good counter
|
15 years ago |
Alexander Duyck
|
047e0030f1
igb: add new data structure for handling interrupts and NAPI
|
15 years ago |