Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-16 | Correctly computed the mac address checksum on big-endian platforms. | Miod Vallat | |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
2005-11-14 | register offsets [against bh] are expected bus_size_t and not bus_addr_t | Michael Shalayeff | |
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2003-10-30 | array for multicast filter intialization mismatches. millert ok | Jun-ichiro itojun Hagino | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | |||
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert | |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist | |
ether_crc32_le from NetBSD, which might be bettter placed in if_ethersubr.c later, if any other driver needs it. | |||
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas Hallqvist | |
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy! |