| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. |  jan | 2020-12-12 | 1 | -3/+3 |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 1 | -2/+2 |
* | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for |  claudio | 2018-11-09 | 1 | -2/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
* | 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 | -7/+8 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | 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 | -4/+1 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 1 | -3/+3 |
* | MFREE(9) is dead, long live m_freem(9)! |  mpi | 2015-07-08 | 1 | -3/+3 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -3/+1 |
* | Convert, convert, convert 'em all to if_input(), tralalalala... |  mpi | 2015-03-30 | 1 | -23/+14 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Some cleaning up of the ioctl handling bits to bring things in line |  brad | 2014-12-29 | 1 | -34/+18 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -5/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Cope with strict alignment platforms, and unbreak the RX logic. Tested with |  miod | 2012-04-09 | 1 | -21/+36 |
* | ansify and de'register some prototypes |  dhill | 2012-01-11 | 1 | -96/+38 |
* | Correct the copy out of the packet into the mbuf. We need to loop or |  claudio | 2009-11-24 | 1 | -16/+29 |
* | Bring elink3 at least a bit into the new world. It used to have some super |  claudio | 2009-11-23 | 1 | -73/+40 |
* | Fix array access found by parfait and switch to nitems while here. |  jsg | 2009-11-16 | 1 | -7/+7 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -26/+7 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -9/+2 |
* | remove unneeded declarations that shadows existing vars; ok by many. |  fgsch | 2007-10-13 | 1 | -3/+1 |
* | ep(4) is totally weird. due to hardware design limitations it plays |  henning | 2007-09-26 | 1 | -5/+2 |
* | Some '= 0' -> '= NULL' cleanup for pointer fields and return values. |  krw | 2007-01-19 | 1 | -14/+15 |
* | 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 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
* | ep_w1_reg() returns int thus no need to stuff it into bus_addr_t |  mickey | 2005-11-14 | 1 | -6/+3 |
* | csum -> csum_flags |  brad | 2005-04-25 | 1 | -2/+2 |
* | 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 |
* | no need for an explicit machine/intr.h; tested on alpha, i386, sparc |  mickey | 2003-07-08 | 1 | -2/+1 |
* | replace epsetfilter() / epsetmedia() with epinit() and only if the |  fgsch | 2002-06-09 | 1 | -8/+5 |
* | media table could be const |  mickey | 2002-04-30 | 1 | -3/+3 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -36/+36 |
* | zero out csum when re-using mbuf (cures 50% packet loss under load) |  rees | 2002-01-31 | 1 | -3/+4 |
* | occured->occurred |  mpech | 2001-09-20 | 1 | -2/+2 |
* | 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 | -6/+6 |
* | ether_input_mbuf(). |  fgsch | 2001-06-24 | 1 | -8/+2 |
* | Remove repeated ethernet constants; use if_ether.h for it instead. |  fgsch | 2001-06-23 | 1 | -5/+1 |
* | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than |  angelos | 2001-05-26 | 1 | -2/+2 |