Age | Commit message (Expand) | Author |
2022-01-09 | spelling | Jonathan Gray |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | Small fixes related to the IFF_OACTIVE removal. | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-18 | More ifmedia64 fallout. | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
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 |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2013-11-27 | fix typo | Theo de Raadt |
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 |
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 |