| Commit message (Expand) | Author | Age | Files | Lines |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ |  naddy | 2017-06-04 | 1 | -15/+1 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+2 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | No trailers has been the default and only option for 20 years, yet some |  tedu | 2015-12-08 | 1 | -2/+2 |
* | Network drivers should not include <net/route.h> or <net/netisr.h> |  mpi | 2015-11-25 | 1 | -2/+1 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -6/+6 |
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | arp_ifinit() is no longer needed and almost dead. |  mpi | 2015-10-25 | 1 | -12/+2 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -3/+1 |
* | Convert to if_input(). |  mpi | 2015-05-19 | 1 | -14/+5 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -5/+5 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-08-11 | 1 | -5/+1 |
* | ansify some function definitions. |  brad | 2013-11-15 | 1 | -50/+20 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -2/+2 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -9/+2 |
* | Replace infinite loops with appropriate constructs to fail operation if it |  miod | 2007-01-07 | 1 | -46/+62 |
* | bus_space_handle_t and bus_space_tag_t being opaque, they can not necessarily |  miod | 2006-04-16 | 1 | -2/+1 |
* | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -3/+3 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
* | network drivers don't need to include bpfdesc.h |  tedu | 2004-05-12 | 1 | -2/+1 |
* | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which |  miod | 2003-04-10 | 1 | -2/+1 |
* | Pad tx buffer with 0's on minimum sized frames; based on NetBSD. |  jason | 2003-01-27 | 1 | -1/+3 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -5/+5 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -21/+21 |
* | ALTQ'ify network drivers. |  kjc | 2001-06-27 | 1 | -2/+3 |
* | ether_input_mbuf() conversion. |  fgsch | 2001-06-25 | 1 | -8/+2 |
* | Remove repeated ethernet constants; use if_ether.h for it instead. |  fgsch | 2001-06-23 | 1 | -5/+1 |
* | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. |  fgsch | 2001-04-06 | 1 | -4/+6 |
* | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok |  mickey | 2001-02-20 | 1 | -5/+1 |
* | Untested busification of this driver done years ago. |  niklas | 2000-06-05 | 1 | -87/+139 |
* | Remove duplicate #include's. |  aaron | 1999-11-30 | 1 | -2/+1 |
* | compensate for the test of packet ownership being moved to ether_input() |  jason | 1999-02-28 | 1 | -16/+2 |
* | $OpenBSD$ |  niklas | 1997-11-07 | 1 | -0/+1 |
* | unused vars, protos |  deraadt | 1996-10-16 | 1 | -3/+10 |
* | two bugs pointed out by thorpe |  deraadt | 1996-08-03 | 1 | -1/+4 |
* | sync 0521 |  deraadt | 1996-05-26 | 1 | -1/+2 |
* | if_name/if_unit -> if_xname/if_softc |  deraadt | 1996-05-10 | 1 | -11/+11 |
* | add general ether_ioctl call in net/if_ethersubr.c, |  mickey | 1996-05-05 | 1 | -22/+5 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -9/+13 |
* | Fix back wrong patches. |  mickey | 1996-03-20 | 1 | -1/+1 |
* | Merging w/ NetBSD 021796. |  mickey | 1996-03-19 | 1 | -1/+1 |
* | Pass device name to interrupt establish routines so it can be recorded in |  tholo | 1996-02-20 | 1 | -1/+1 |
* | update from netbsd |  deraadt | 1996-01-15 | 1 | -1/+4 |
* | from netbsd: |  deraadt | 1995-12-27 | 1 | -4/+4 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+840 |