Age | Commit message (Expand) | Author |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-07 | splimp -> splnet | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-01 | allow reception of VLAN sized frames. | Brad Smith |
2004-09-28 | Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN | Brad Smith |
2004-06-01 | Replace hand-rolled crc32 with ether_crc32_le(). | Ryan Thomas McBride |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2003-08-18 | back out previous. miod pointed out that we don't recover from this | Jason Wright |
2003-08-18 | #ifdef warning about chained buffers | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | remove annoying sputtering that no other ethernet driver does; ok jason@ | Todd T. Fries |
2002-12-02 | set if_baudrate | Henning Brauer |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-24 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat |
2001-06-24 | damn, correctly spell ifdef. | Federico G. Schwindt |
2001-06-24 | better. | Federico G. Schwindt |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2000-03-15 | more smurph damage control | Theo de Raadt |
2000-03-14 | sloppy smurph, leaving debug garbage behind... | Theo de Raadt |
2000-03-10 | increased buffer size. | Steve Murphree |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jun-ichiro itojun Hagino |
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright |
1998-09-16 | o if_media'fied am7990 | Jason Wright |
1998-06-24 | initialization error; joel@wmi.com | Theo de Raadt |
1998-06-08 | am7990 is a chip | Theo de Raadt |
1998-03-09 | handle 128KB if_le chunks | Theo de Raadt |
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | Jason Downs |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff |
1996-05-02 | make these work together | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist |