Age | Commit message (Expand) | Author |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-03 | KNF. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-10 | Fix setting up the multicast filter. Fixes PR 5474. | Mark Kettenis |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
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-12-09 | missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl> | Michael Shalayeff |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-08-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so... | Michael Shalayeff |
2003-01-27 | pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa. | Jason Wright |
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff |
2002-11-01 | fight the grammar in the tdr messages | Michael Shalayeff |
2002-10-30 | bring on a few changes from netbsd, such as better rx mbuf calculation, ram p... | Michael Shalayeff |
2002-10-13 | do not flush cache here, better support for intrhook, increase number of tran... | Michael Shalayeff |
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback |
2002-09-23 | make the leds blink (on those machines where we have 'em). | Michael Shalayeff |
2002-07-31 | mop up after federico who is not capable of comitting the same diffs he sents... | Michael Shalayeff |
2002-07-29 | switch to ether_input_mbuf(); mickey@ tested and ok. | Federico G. Schwindt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-08 | do not add maddr twice, break out of the loop if cmd post fails | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-03-23 | cache alignment games | Michael Shalayeff |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff |
1999-08-15 | i82586/96 MI stuff currently in 586 mode, tested on hppa; from netbsd i82586 | Michael Shalayeff |