| Commit message (Expand) | Author | Age | Files | Lines |
* | dont leak an ifp reference if tun isnt ready to read. |  dlg | 2015-09-10 | 1 | -1/+2 |
* | if_put after if_get. |  dlg | 2015-09-09 | 1 | -2/+5 |
* | Replace sockaddr casts with the proper satosin(), ... calls. |  bluhm | 2015-09-01 | 1 | -7/+7 |
* | Fix compiling a kernel without NBPFILTER > 0. |  reyk | 2015-08-28 | 1 | -2/+5 |
* | Remove splassert(IPL_NET) from if_input(). |  mpi | 2015-07-20 | 1 | -4/+1 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 1 | -3/+2 |
* | MFREE(9) is dead, long live m_freem(9)! |  mpi | 2015-07-08 | 1 | -2/+2 |
* | Rename if_output() into if_enqueue() to avoid confusion with comments |  mpi | 2015-06-30 | 1 | -2/+2 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | Convert tun(4) to if_input(). |  mpi | 2015-06-01 | 1 | -12/+14 |
* | move add_net_randomness from ether_input to the if_input task. |  dlg | 2015-05-26 | 1 | -4/+1 |
* | Do not increment if_opackets in if_output(). It might make sense to do |  mpi | 2015-05-20 | 1 | -1/+2 |
* | splx should also be called in the error case, fix a regression |  mpi | 2015-05-19 | 1 | -3/+3 |
* | Remove useless comments mentioning ether_output(). |  mpi | 2015-05-15 | 1 | -6/+1 |
* | Introduce if_output(), a function do to the last steps before enqueuing |  mpi | 2015-05-15 | 1 | -7/+4 |
* | Do not free & reallocate a new chunk of memory for the interface |  mpi | 2015-04-30 | 1 | -42/+52 |
* | Use if_get() after every tsleep(), in case the bottom half of the driver |  deraadt | 2015-04-29 | 1 | -2/+13 |
* | Fix a typo introduced in the niq_enqueue() conversion. |  mpi | 2015-04-15 | 1 | -2/+2 |
* | replace the use of ifqueues for most input queues serviced by netisr |  dlg | 2015-04-10 | 1 | -14/+5 |
* | Kill useless comments talking about ether_input(). |  mpi | 2015-04-01 | 1 | -2/+2 |
* | remove the congestion handling from struct ifqueue. |  dlg | 2015-03-18 | 1 | -3/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete |  guenther | 2015-01-21 | 1 | -2/+1 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -9/+1 |
* | tun(4) has a pipex session which is used for multicast internally, it |  yasuoka | 2014-10-21 | 1 | -2/+2 |
* | remove uneeded route.h includes |  jsg | 2014-09-08 | 1 | -2/+1 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Use a custom ifa_rtrequest function for point-to-point interfaces |  mpi | 2014-05-05 | 1 | -4/+8 |
* | Remove some altq tentacles. |  mpi | 2014-04-22 | 1 | -4/+1 |
* | reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudio |  henning | 2014-04-18 | 1 | -6/+1 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -2/+2 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -2/+2 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -5/+1 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -2/+1 |
* | Uniformize drivers doing nothing with their multicast filters to make |  mpi | 2013-10-19 | 1 | -37/+2 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -1/+5 |
* | SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so it |  mpi | 2013-10-04 | 1 | -5/+1 |
* | set the IFF_RUNNNING flag when recreating an interface after the |  mikeb | 2013-05-25 | 1 | -1/+2 |
* | do not include machine/cpu.h from a .c file; it is the responsibility of |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. |  mpi | 2013-03-26 | 1 | -2/+2 |
* | begone, fucking rotten appletalk shit. ok room |  henning | 2011-07-09 | 1 | -12/+1 |
* | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok |  henning | 2011-07-07 | 1 | -4/+4 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | If tunread() fails, we should increment if_oerrors, not if_ierrors. |  matthew | 2010-09-23 | 1 | -2/+2 |
* | Don't bother calling suser() in tunopen(). |  matthew | 2010-09-22 | 1 | -4/+1 |
* | pipex didn't work on output. Fixed following problems: |  yasuoka | 2010-07-08 | 1 | -6/+3 |
* | Remove the incorrect if_media code. It is no longer needed to show and track |  claudio | 2010-05-06 | 1 | -37/+3 |