Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2022-08-15 | remove unused smc91cxx_activate() | Jonathan Gray |
2022-01-09 | spelling | Jonathan Gray |
2021-03-07 | ansi | Jonathan Gray |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-07-13 | remove unused function ether_cmp() | Theo de Raadt |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-02-12 | pcakets -> packets | mmcc |
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-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-05-19 | Convert to if_input(). | 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-09-23 | dont need to call bpfdetach cos if_detach does it for you. | David Gwynne |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-03 | Use ether_ioctl(). | 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 |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-24 | remove NetBSD rnd(4) code. | Brad Smith |
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2002-06-07 | fix indent | Jun-ichiro itojun Hagino |
2002-03-22 | make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers | Vincent Labrecque |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
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-24 | Add back stuff I removed in previous commit with a minor change. | Federico G. Schwindt |
2001-06-23 | ether_input_mbuf(). | 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-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt |
1999-08-16 | Remove netbsd ifdefs. | Federico G. Schwindt |
1999-08-16 | Only print revision if SMC_DEBUG is defined. Shorten dmesg output. | Federico G. Schwindt |
1999-08-08 | These all are backends for interfaces that can be attached late, whence | Niklas Hallqvist |