| Commit message (Expand) | Author | Age | Files | Lines |
* | ansi |  jsg | 2021-03-07 | 1 | -55/+23 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | remove unused function ether_cmp() |  deraadt | 2016-07-13 | 1 | -13/+1 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | pcakets -> packets |  mmcc | 2016-02-12 | 1 | -2/+2 |
* | No trailers has been the default and only option for 20 years, yet some |  tedu | 2015-12-08 | 1 | -2/+2 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -6/+5 |
* | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -4/+5 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -11/+2 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 1 | -4/+4 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
* | Convert to if_input(). |  mpi | 2015-05-19 | 1 | -10/+6 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -5/+1 |
* | dont need to call bpfdetach cos if_detach does it for you. |  dlg | 2014-09-23 | 1 | -9/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -3/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -2/+2 |
* | If we initialize miicapabilities, we might as well pass it on when calling |  kettenis | 2009-07-23 | 1 | -3/+4 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -22/+7 |
* | Use ether_ioctl(). |  brad | 2008-10-03 | 1 | -3/+2 |
* | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+1 |
* | add sys/timeout.h |  brad | 2006-06-17 | 1 | -1/+2 |
* | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -3/+3 |
* | remove NetBSD rnd(4) code. |  brad | 2006-02-24 | 1 | -17/+1 |
* | update sm(4) from NetBSD, including support for more models and MII; |  martin | 2006-01-23 | 1 | -50/+313 |
* | remove netns crud. |  henning | 2005-06-08 | 1 | -28/+1 |
* | CCITT about to bite the dust, remove special casing in archs and drivers |  henning | 2005-06-07 | 1 | -21/+1 |
* | make sure interface is in RUNNING state before touching the multicast filters |  brad | 2005-01-15 | 1 | -2/+3 |
* | network drivers don't need to include bpfdesc.h |  tedu | 2004-05-12 | 1 | -2/+1 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -2/+2 |
* | fix indent |  itojun | 2002-06-07 | 1 | -4/+4 |
* | make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers |  vincent | 2002-03-22 | 1 | -3/+1 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -13/+13 |
* | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN |  fgsch | 2001-07-08 | 1 | -2/+1 |
* | ALTQ'ify network drivers. |  kjc | 2001-06-27 | 1 | -5/+7 |
* | Add back stuff I removed in previous commit with a minor change. |  fgsch | 2001-06-24 | 1 | -1/+2 |
* | ether_input_mbuf(). |  fgsch | 2001-06-23 | 1 | -10/+2 |
* | Remove repeated ethernet constants; use if_ether.h for it instead. |  fgsch | 2001-06-23 | 1 | -8/+1 |
* | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok |  mickey | 2001-02-20 | 1 | -6/+1 |
* | Call xxx_init and xxx_stop on activate. |  fgsch | 2000-02-02 | 1 | -3/+1 |
* | Remove netbsd ifdefs. |  fgsch | 1999-08-16 | 1 | -76/+3 |
* | Only print revision if SMC_DEBUG is defined. Shorten dmesg output. |  fgsch | 1999-08-16 | 1 | -5/+11 |
* | These all are backends for interfaces that can be attached late, whence |  niklas | 1999-08-08 | 1 | -1/+2 |
* | compensate for the test of packet ownership being moved to ether_input() |  jason | 1999-02-28 | 1 | -14/+2 |
* | if_media support. |  fgsch | 1998-09-12 | 1 | -15/+4 |
* | Support for the SMC 91Cxx family of ethernet chips from NetBSD. |  fgsch | 1998-09-11 | 1 | -0/+1284 |