| Commit message (Expand) | Author | Age | Files | Lines |
* | - In gem_bitwait() check that the bit clears/was set in the content | marius | 2007-06-16 | 1 | -2/+2 |
* | o Implemented Rx/Tx checksum offload. The simple checksum logic in | yongari | 2007-06-04 | 3 | -224/+420 |
* | Since if_gem is being touted as one of our more architecturally | phk | 2007-05-04 | 3 | -195/+141 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | - Use the gem_tick() callout instead of if_slowtimo() for driving | marius | 2006-12-06 | 2 | -22/+25 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -3/+4 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 1 | -2/+1 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | - In gem_ioctl() move the call to ether_ioctl() to the default case of | marius | 2005-09-18 | 1 | -47/+29 |
* | - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU. | marius | 2005-08-28 | 1 | -8/+23 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -8/+9 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Remove NOP spl*() calls and add locking (making gem(4) MPSAFE). | marius | 2005-07-24 | 3 | -35/+118 |
* | - Wrap the handler and associated code for collecting completed RX | marius | 2005-07-24 | 1 | -31/+23 |
* | Stop the interface before detaching and freeing it, rather than after. | brooks | 2005-06-12 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 3 | -15/+24 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -3/+3 |
* | Since if_gem doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | - Remove a variable no longer used after the conversion to ether_crc32_le(). | marius | 2004-06-10 | 1 | -4/+2 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -17/+1 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 2 | -0/+2 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Clean up two printf()s that were on a line by themselves unintendedly | tmm | 2004-04-23 | 1 | -2/+2 |
* | Let ether_ifattach() announce our MAC address. | mdodd | 2004-03-20 | 1 | -5/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+4 |
* | Add new Apple GEM PCI id. | grehan | 2004-02-02 | 1 | -0/+1 |
* | Properly initialize all members of the sentinel entry. | obrien | 2003-12-26 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+2 |
* | Preparatory commit to allow prototypes in ofw_machdep.h to contain | marcel | 2003-09-02 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -4/+7 |
* | s=gem/foo=dev/gem/foo= | imp | 2003-08-23 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -4/+4 |
* | Some gem and hme hardware bogusly has the intpin register hardwired to | tmm | 2003-07-01 | 1 | -3/+6 |
* | Miscellaneous fixes: | tmm | 2003-05-15 | 2 | -6/+59 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -1/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Free resources when failing to set up the interrupt. | tmm | 2003-01-21 | 1 | -0/+1 |
* | bus_dmamap_sync() overhaul: | tmm | 2003-01-21 | 2 | -22/+18 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Add detach, shutdown, suspend and resume methods. The latter two are | tmm | 2003-01-08 | 3 | -42/+97 |
* | - Convert to use bus_dmamap_load_mbuf(). | tmm | 2003-01-06 | 2 | -397/+155 |
* | Catch up with sam's changes to network interfaces. | mux | 2002-11-15 | 1 | -2/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -5/+3 |
* | Call bpf_mtap() on outgoing packets. | tmm | 2002-10-26 | 1 | -3/+6 |
* | Fix warning. | jake | 2002-07-24 | 1 | -0/+4 |
* | Incorporate changes made to the NetBSD version of this driver. | benno | 2002-07-10 | 4 | -87/+159 |
* | Fully reset a gem on some error conditions; otherwise it would hang in | tmm | 2002-05-24 | 1 | -0/+4 |