]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/em
Make ISPCTL_PLOGX find a handle to log into the management server
[FreeBSD/FreeBSD.git] / sys / dev / em /
2006-11-23 kmacyremove no longer correct comment above em_read_pcie_cap_reg
2006-11-23 kmacyMove magic PCIe workaround constant to header - add...
2006-11-23 kmacyFix TSO support on sun4v
2006-11-18 csjpImplement new ETHER_BPF_MTAP macro. Roll back the vario...
2006-11-15 jhbAdd MSI support to em(4), bce(4), and mpt(4). For...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-09 glebiusInstead of using the legacy if_timer/if_watchdog interf...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-01 jhbFix compile botch in the last panic botch fix. :(
2006-11-01 jhbFix botch in last commit (I tested on 6.x which doesn...
2006-10-31 jhbAllocate receive and transmit data structures during...
2006-10-31 jhb- Use callout_init_mtx() to close various callout-relat...
2006-10-31 glebiusRework the transmit register handling. In em_encap...
2006-10-31 glebiusMerge new vendor release - 6.2.9.
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-28 jfvBackout bogus checkin to HEAD
2006-10-28 jfvThis is the merge of the Intel 6.2.9 driver. It provide...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-29 andreBack out rev. 1.152 as it was breaking vlan tag inserti...
2006-09-29 andreSmall style and comment adjustments.
2006-09-29 andreRemove manual vlan header insertion in em_encap()....
2006-09-29 andreChange em_transmit_checksum_setup() to deal with alread...
2006-09-29 andreChange em_tso_setup() to deal with already inserted...
2006-09-29 andreOnly advertize IFCAP_TSO4 capabilities. IPv6 is not...
2006-09-29 andreHandle all error cases from bus_dmamap_load_mbuf_sg...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 andreMove the initialization of the hardware capabilities...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-18 andreDon't forget to add curly braces when doing more than...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-11 pdeuskarFix issues found by Coverity (223392, 223393) due to...
2006-09-10 pdeuskarFix style(9) issues in the TSO specific changes.
2006-09-09 pdeuskarSecond attempt at fixing module build
2006-09-09 pdeuskarFix build breakage while compiling em as a module.
2006-09-09 pdeuskarAdd support for TSO. Thanks to Andre for adding support...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-03 jmgadd a newbus method for obtaining the bus's bus_dma_tag...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 jhbComment tweaks.
2006-09-01 jhb- Use pci_enable_busmaster() and pci_enable_io() to...
2006-09-01 jhbAdd locking to the ifmedia callouts.
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 glebiusFix my error in rev. 1.109.
2006-08-31 jhbJust foward declare 'struct adapter' instead of declari...
2006-08-31 jhbCompare the correct field against NULL when determining...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-22 yongariIt seems that em(4) misses Tx completion interrupts...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 yongariDon't update Rx descriptor status in two different...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-14 glebiusChange hardcoded and incorrect number with correct...
2006-08-14 yongariMake em(4) handle too many fragmented frame with m_defr...
2006-08-14 yongariOverhaul Rx path to recover from mbuf cluster allocatio...
2006-08-14 yongariApply alignment fixup only when programmed frame size...
2006-08-11 glebiusMerge in new driver from Intel, version 6.1.4. It adds...
2006-08-09 pdeuskar10/100 PHY shouldn't support gigabit media types.
2006-08-04 yarCommit the results of the typo hunt by Darren Pilgrim.
2006-08-03 pdeuskarRevert back changes to made in rev 1.109 of if_em.c...
2006-08-03 glebiusMerge in new driver from Intel, version 6.0.5. It adds...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-27 yongariPrepending an mbuf after loading a DMA map results...
2006-07-27 yongariNuke invalid use of BUS_DMA_ALLOCNOW.
2006-07-27 yongariMake sure to use the same DMA map in DMA map load/unloa...
2006-07-20 yongariSince resetting hardware takes a very long time and...
2006-07-20 yongariProtect EEPROM access with the driver lock.
2006-07-20 yongariHonor IFF_DRV_OACTIVE in em_start_locked().
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-06 glebiusThe procedure of raceless switching between polling...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-17 glebiusFix static array overrun.
next