summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ixgb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert moar drivers to if_input().mpi2015-04-301-12/+5
* unifdef INETtedu2014-12-221-3/+1
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-5/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-5/+8
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-3/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Fix a variety of structure packing and byte order bugs to try to getderaadt2010-09-201-5/+6
* These do not need powerhook functions.deraadt2010-08-271-16/+1
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* A few more simple cases of shutdown hooks which only call xxstop, whenderaadt2009-08-101-17/+1
* like I did for em(4) before, doubled error messages are sillyderaadt2009-06-241-5/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-27/+16
* Introduce bpf_mtap_ether(), which for the benefit of bpf listenersnaddy2008-11-091-3/+3
* Some tweaks for the usage of NVLAN > 0 checks in the code.brad2008-10-281-1/+4
* Re-add support TX VLAN tag insertion and RX VLAN tag stripping.brad2008-10-211-3/+38
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* style nits.brad2008-09-301-4/+2
* remove dead stores and newly created unused variables.chl2008-09-241-7/+1
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-4/+4
* Correct the watchdog timer by moving it out from under the condition checkbrad2008-06-081-9/+10
* dma sync the tx ring and post new packets to the chip once per call tobrad2008-06-081-11/+19
* don't declare foo_driver_version[] strings and turn them into defines,reyk2008-06-081-2/+2
* put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinksreyk2008-06-031-1/+9
* If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead ofbrad2008-03-021-2/+2
* Add support for the optics on the Sun variant of ixgb(4) boards.brad2008-02-191-3/+8
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw2007-10-011-14/+5
* Use the proper baudrate for 10Gb hw now that it can fit into the buadratebrad2007-09-191-2/+2
* report full/half duplex state for non-MII interfacesreyk2006-12-041-2/+2
* Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapbrad2006-11-281-33/+71
* - ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.brad2006-11-281-6/+14
* style changes and cleaning. no op.brad2006-11-281-8/+4
* ixgb_get_buf():brad2006-11-181-22/+27
* add a few commentsbrad2006-11-181-1/+4
* move the checksum stuff under IXGB_CSUM_OFFLOAD.brad2006-10-021-3/+8
* check hw.max_frame_size when deciding when to use m_adj().brad2006-08-181-3/+3
* Use if_hardmtu and simplify the MTU ioctl handler. no-op change.brad2006-08-141-5/+3
* update the version I am tracking.brad2006-08-091-2/+2
* Use the DMA map size from the DMA map instead of the dma_size field withbrad2006-08-091-7/+11
* typo, loose -> losebrad2006-08-041-2/+2
* - merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().brad2006-08-041-21/+17
* fix up error messages in em/ixgb_allocate_pci_resources().brad2006-08-041-4/+4
* (em/ixgb)_(clean_transmit_interrupts/process_receive_interrupts) ->brad2006-08-011-11/+12