igb: Use kmalloc_cachealign to allocate rx ring, tx ring and msix data
[dragonfly.git] / sys / dev / netif / igb / if_igb.c
2012-10-07 Sepherosa Ziehauigb: Use kmalloc_cachealign to allocate rx ring, tx...
2012-10-06 Sepherosa Ziehauigb: Remove unused code
2012-10-06 Sepherosa Ziehauigb: Change polling(4) support to ifpoll support
2012-10-06 Sepherosa Ziehauigb: Initialize if_name so functions used on if_init...
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-08-14 Sepherosa Ziehauigb: Remove no longer referenced code
2012-08-14 Sepherosa Ziehauigb: Remove unused code; adjust and add comment
2012-08-08 Sepherosa Ziehauigb: Make sure that mbuf is changed before busdma sync
2012-08-02 Sepherosa Ziehauigb: Add TSO support
2012-08-02 Sepherosa Ziehauigb: Change TXCSUM does not require reinitialize hardware
2012-08-02 Sepherosa Ziehauigb: Utilize mbuf's header length to setup TX context
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-07 Sepherosa Ziehauigb: Add comment for WTHRESH and header write back...
2012-07-07 Sepherosa Ziehauigb: Update comment about errata number
2012-07-07 Sepherosa Ziehauigb: Move shared interrupt configure to igb_alloc_intr()
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-06-30 Sepherosa Ziehauigb: Make sure EITR interval is within range
2012-06-30 Sepherosa Ziehauigb: Add MSI-X support
2012-06-17 Sepherosa Ziehauigb: Factor out igb_{alloc,free}_intr
2012-06-17 Sepherosa Ziehauigb: Move interrupt allocation after RX/TX ring allocation
2012-06-17 Sepherosa Ziehauigb: White space
2012-06-17 Sepherosa Ziehauigb: Move RX/TX ring count configuration before interru...
2012-06-16 Sepherosa Ziehauigb: In shared interrupt handler, use ICR to process...
2012-06-16 Sepherosa Ziehauigb: Allow used RX rings less than allocated ones
2012-06-13 Sepherosa Ziehauigb: Fix RSS redirect table setting
2012-06-13 Sepherosa Ziehauigb: Main serializer should be enough to protect link...
2012-06-13 Sepherosa Ziehauigb: Enable multiple RX rings and integrate it w/ Drago...
2012-06-12 Sepherosa Ziehauigb: Split RX and TX serializer
2012-06-12 Sepherosa Ziehauigb: Function renaming
2012-06-12 Sepherosa Ziehauigb: Move RX/TX descriptor count into ring struct
2012-06-12 Sepherosa Ziehauigb: Remove unused field
2012-06-11 Sepherosa Ziehauigb: Split RX/TX ring count
2012-06-04 Sepherosa Ziehauigb: Use extended interrupt mode whenever possible
2012-06-04 Sepherosa Ziehauigb: Unbreak compile on i386
2012-05-31 Sepherosa Ziehauigb: Optimize TX path
2012-05-20 Sepherosa Ziehauigb: Import Intel igb-2.2.3