Age | Commit message (Expand) | Author |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | No need for "vlan.h" if you don't check for "#if NVLAN > 0". | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-03-30 | Convert to if_input(), tested by sebastia@. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-27 | Garbage collect some bits that were never used. | Brad Smith |
2014-11-27 | rxr ioctl handling. | Brad Smith |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-06-17 | ansi function declarations. | David Gwynne |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2011-07-05 | When the kernel runs out of mbuf clusters, the hme receive ring may | Alexander Bluhm |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-06-22 | Tidy up promiscuous mode and multicast handling; tested by Simon Kuhnle | Stuart Henderson |
2009-06-11 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-04-23 | Clear IFF_RUNNING and IFF_OACTIVE flags and cancel watchdog timer in | Mark Kettenis |
2009-04-17 | Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis |
2008-12-10 | Replace m_free() with m_freem() in foo_start() to ensure that upon error | Brad Smith |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, and | Mark Kettenis |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-18 | revert previous commit as requested by kettenis and deraadt. | Brad Smith |
2007-11-18 | remove use of static. | Brad Smith |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright |
2006-12-21 | better yet, nuke all references to sc_enaddr except for the copy into arpcom.... | Jason Wright |
2006-12-21 | use the arpcom copy of the ethernet address so that updates to lladdr can work | Jason Wright |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith |
2005-12-16 | a little quieter | Brad Smith |
2005-10-21 | tidy up dmesg printing a bit, makes PCI hme only take 2 lines | Brad Smith |
2005-06-26 | rev 1.29 | Brad Smith |
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | Brad Smith |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-02-04 | add hme(4) RX TCP/UDP checksum offload | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-09-28 | - Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTU | Brad Smith |
2004-08-08 | do not reset the chip (and subsequently the phy) when unnecessary; that is, | Brad Smith |
2004-05-31 | Don't reinvent the wheel, use ether_crc32_le() instead. | Ryan Thomas McBride |