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 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | 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 and almost dead. | Martin Pieuchot |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-29 | dont double count if_ibytes here, it gets done by something inside | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-02-09 | fix uninitialized argument. | Charles Longeau |
2008-10-03 | Merge xe_ether_ioctl() into xe_ioctl() which was just a handler for | Brad Smith |
2007-09-11 | KNF | Gilles Chehade |
2007-09-07 | sprinkle some M_ZERO love. | Federico G. Schwindt |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-11-09 | splimp -> splnet | Brad Smith |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell |
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert |
2000-06-02 | make sure we are writing to the correct page; fixes a subtle bug which | Brandon Creighton |
2000-04-24 | use mii_detach, now xe detach/attach rocks again | Niklas Hallqvist |
2000-04-24 | Fix promiscuous mode (from martin@crt.se). Style nits. Do not look at | Niklas Hallqvist |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt |
2000-02-01 | Enable Intel EE PRO; still need to find a working phy. | Federico G. Schwindt |
1999-09-16 | Do not try to output when there is no space in the FIFO, optimize too | Niklas Hallqvist |