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 |
Ajit Khaparde
|
8d24e93309
igb: Use the instance of net_device_stats from net_device.
|
15 years ago |
Alexander Duyck
|
ae641bdc26
igb: set vf rlpml wasn't taking vlan tag into account
|
15 years ago |
Jesper Dangaard Brouer
|
8c0ab70ab9
igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)
|
16 years ago |
Alexander Duyck
|
7beb0146fc
igb/igbvf: set rx csum always enabled in hw, disable via sw
|
16 years ago |
Alexander Duyck
|
c493ea45a4
igb: remove IGB_DESC_UNUSED since it is better handled by a function call
|
16 years ago |
Alexander Duyck
|
4ae196dfd6
igb: Add support for enabling VFs to PF driver.
|
16 years ago |
Alexander Duyck
|
e173952257
igb: add pf side of VMDq support
|
16 years ago |