aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-032-213/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-18/+16
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of gem driverWarner Losh2018-07-081-16/+18
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-14/+14
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-10/+2
* Revert r224157, re-enabling r222135. The underlying problem keeping theMarius Strobl2011-08-191-2/+0
* Revert r222135 by allowing controller reinitialization. Due toPyun YongHyeon2011-07-171-0/+2
* Correct r223648; as gem_init_locked() was calling gem_setladrf(), whichMarius Strobl2011-07-121-21/+20
* According to the OpenSolaris source the PCI latency and the cache line sizeMarius Strobl2011-07-123-16/+29
* Fix typo in r223648 which was accidentally committedMarius Strobl2011-06-281-1/+1
* - In gem_reset_rx() also reset the RX MAC which is necessary in order toMarius Strobl2011-06-282-48/+55
* Remove unnecessary controller reinitialization by checkingPyun YongHyeon2011-05-201-1/+8
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* - Fix and enable support for flow control.Marius Strobl2010-11-221-6/+10
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-24/+17
* Merge r207585 from cas(4):Marius Strobl2010-09-163-5/+47
* KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao2010-07-211-1/+1
* According to the Linux sungem driver, in case of Apple (K2) GMACsMarius Strobl2010-02-221-1/+4
* Work around a quirk with the G5 Xserve, which has a fake GMAC controllerNathan Whitehorn2009-10-181-0/+10
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Revert the part of r194763 which added a dying flag and insteadMarius Strobl2009-06-242-12/+5
* - Initialize the ifnet structure, especially if_dname, before probingMarius Strobl2009-06-235-316/+569
* - Restore the behavior of enabling the MII buffer for an internalMarius Strobl2008-08-231-10/+22
* o The FreeBSD bus_dmamap_sync(9) supports ored together flags for quiteMarius Strobl2008-06-221-90/+90
* Split the registers into two halves in preparation for SBus support.Marius Strobl2008-03-244-212/+285
* - Fix some style bugs and remove another banal comment missed inMarius Strobl2008-03-091-10/+11
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-88/+1
* o In preparation for basing a new driver on this one:Marius Strobl2007-12-304-514/+423
* Fix a NULL pointer dereference in Tx checksum calculation.Pyun YongHyeon2007-10-131-0/+5
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl2007-09-264-417/+774
* - In gem_bitwait() check that the bit clears/was set in the contentMarius Strobl2007-06-161-2/+2
* o Implemented Rx/Tx checksum offload. The simple checksum logic inPyun YongHyeon2007-06-043-224/+420
* Since if_gem is being touted as one of our more architecturallyPoul-Henning Kamp2007-05-043-195/+141
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Use the gem_tick() callout instead of if_slowtimo() for drivingMarius Strobl2006-12-062-22/+25
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-3/+4
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-2/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* - In gem_ioctl() move the call to ether_ioctl() to the default case ofMarius Strobl2005-09-181-47/+29
* - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.Marius Strobl2005-08-281-8/+23