Age | Commit message (Expand) | Author |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-12-01 | Don't bother to zero initialize the if_capabilities field first and | Brad Smith |
2012-11-23 | set ifp->if_baudrate with IF_Gbps() / IF_Mbps(). | Gleydson Soares |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-03-24 | Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085. | Mark Kettenis |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-08 | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | Brad Smith |
2008-05-31 | Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in | Brad Smith |
2008-05-22 | ANSI function definitions. | Brad Smith |
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen |
2008-05-22 | Remove unnecessary receive filter call from the attach hook. This is | Brad Smith |
2008-05-22 | Read the MII_ANAR register and get the common denominator ability. | Brad Smith |
2008-05-22 | Remove the "loaded firmware" message from dmesg. Only print something | Brad Smith |
2008-04-03 | Add missing half duplex flags for the media status. | Brad Smith |
2007-04-11 | Do not use m_prepend() directly, always use M_PREPEND() instead. | Claudio Jeker |
2006-06-29 | do not check for master/io/mem enables | Theo de Raadt |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-04-26 | coverity, covsmerity: no reason to put an overly complex fix in here in | Jason Wright |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-16 | set IFCAP_VLAN_MTU unconditionally. | Brad Smith |
2005-06-15 | Disable hardware vlan decapsulation, but not really. Because of a firmware | Camiel Dobbelaar |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-17 | Fix printf in loadfirmware error path. | Alexander Yurchenko |
2004-12-14 | txp(4) late firmware loading, written somewhere over the pacific, tested | Theo de Raadt |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-05-31 | Replace local crc32 with ether_crc32_be. | Ryan Thomas McBride |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-10-22 | one more 3c990 variant; tested by Niko Itajarvi <niko.itajarvi@satabaana.net> | Henning Brauer |
2003-06-02 | Remove clause 3 & 4 (with permission from aaron and deraadt) | Jason Wright |
2003-02-28 | add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driver | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-07-11 | add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly. | Jason Wright |
2002-07-11 | Convert the cmd and response queues to be endian aware, also prepare for new ... | Jason Wright |
2002-04-30 | enough letoh-foo to get through firmware upload on big endian machines | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | sync with KAME | Kenjiro Cho |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-07 | fix copyright; chris@ | Jason Wright |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |