| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 2 | -10/+2 |
* | Revert r224157, re-enabling r222135. The underlying problem keeping the | marius | 2011-08-19 | 1 | -2/+0 |
* | Revert r222135 by allowing controller reinitialization. Due to | yongari | 2011-07-17 | 1 | -0/+2 |
* | Correct r223648; as gem_init_locked() was calling gem_setladrf(), which | marius | 2011-07-12 | 1 | -21/+20 |
* | According to the OpenSolaris source the PCI latency and the cache line size | marius | 2011-07-12 | 3 | -16/+29 |
* | Fix typo in r223648 which was accidentally committed | marius | 2011-06-28 | 1 | -1/+1 |
* | - In gem_reset_rx() also reset the RX MAC which is necessary in order to | marius | 2011-06-28 | 2 | -48/+55 |
* | Remove unnecessary controller reinitialization by checking | yongari | 2011-05-20 | 1 | -1/+8 |
* | Correct spelling in comments. | marius | 2011-04-22 | 1 | -1/+1 |
* | - Fix and enable support for flow control. | marius | 2010-11-22 | 1 | -6/+10 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 2 | -24/+17 |
* | Merge r207585 from cas(4): | marius | 2010-09-16 | 3 | -5/+47 |
* | KTR_CTx are long time aliased by existing classes so they can't serve | attilio | 2010-07-21 | 1 | -1/+1 |
* | According to the Linux sungem driver, in case of Apple (K2) GMACs | marius | 2010-02-22 | 1 | -1/+4 |
* | Work around a quirk with the G5 Xserve, which has a fake GMAC controller | nwhitehorn | 2009-10-18 | 1 | -0/+10 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Revert the part of r194763 which added a dying flag and instead | marius | 2009-06-24 | 2 | -12/+5 |
* | - Initialize the ifnet structure, especially if_dname, before probing | marius | 2009-06-23 | 5 | -316/+569 |
* | - Restore the behavior of enabling the MII buffer for an internal | marius | 2008-08-23 | 1 | -10/+22 |
* | o The FreeBSD bus_dmamap_sync(9) supports ored together flags for quite | marius | 2008-06-22 | 1 | -90/+90 |
* | Split the registers into two halves in preparation for SBus support. | marius | 2008-03-24 | 4 | -212/+285 |
* | - Fix some style bugs and remove another banal comment missed in | marius | 2008-03-09 | 1 | -10/+11 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -88/+1 |
* | o In preparation for basing a new driver on this one: | marius | 2007-12-30 | 4 | -514/+423 |
* | Fix a NULL pointer dereference in Tx checksum calculation. | yongari | 2007-10-13 | 1 | -0/+5 |
* | o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() | marius | 2007-09-26 | 4 | -417/+774 |
* | - 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 |