| Commit message (Expand) | Author | Age | Files | Lines |
* | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for |  claudio | 2018-11-09 | 1 | -4/+3 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -7/+7 |
* | Creating a cloned interface could return ENOMEM due to temporary |  bluhm | 2018-01-09 | 1 | -5/+2 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -14/+11 |
* | Introduce ipv{4,6}_input(), two wrappers around IP queues. |  mpi | 2017-05-30 | 1 | -5/+3 |
* | Protect the global list of softc with the NET_LOCK(). |  mpi | 2017-05-27 | 1 | -6/+9 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -2/+2 |
* | No need to clear IFF_UP after calling if_down(). |  mpi | 2017-03-08 | 1 | -2/+2 |
* | Remove non longer needed splsoftnet()/splx() dances. |  mpi | 2017-03-03 | 1 | -22/+6 |
* | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. |  mpi | 2017-01-01 | 1 | -3/+4 |
* | Kill outdated comment talking about sofnet. |  mpi | 2016-11-16 | 1 | -6/+2 |
* | Remove redundant comments that say a function must be called at |  bluhm | 2016-10-06 | 1 | -4/+3 |
* | No modules thus no need for extra space for additional ppp compressions. |  jca | 2016-06-22 | 1 | -3/+2 |
* | remove the function pointer from mbufs. this memory is shared with data |  tedu | 2016-05-23 | 1 | -2/+2 |
* | We're always ready! So send IFQ_SET_READY() to the bitbucket. |  mpi | 2016-04-13 | 1 | -2/+1 |
* | correctly indent a line to make the intent clear |  jsg | 2015-11-20 | 1 | -2/+2 |
* | use time_uptime instead of time_second. |  dlg | 2015-11-11 | 1 | -7/+7 |
* | replace sc_npqueue and sc_npqtail with a simple mbuf_list. |  dlg | 2015-11-06 | 1 | -22/+11 |
* | apply some knf. |  dlg | 2015-11-05 | 1 | -1001/+1051 |
* | use mq_purge to free a queue of mbufs. |  dlg | 2015-11-04 | 1 | -3/+2 |
* | get rid of the "fastq", which is where this driver puts ip packets |  dlg | 2015-11-02 | 1 | -52/+5 |
* | Introduce if_rtrequest() the successor of ifa_rtrequest(). |  mpi | 2015-10-25 | 1 | -2/+2 |
* | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. |  dlg | 2015-10-12 | 1 | -3/+3 |
* | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. |  uebayasi | 2015-10-05 | 1 | -9/+5 |
* | Count IFQ_ENQUEUE() failure as output drop. |  uebayasi | 2015-10-05 | 1 | -5/+9 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 1 | -5/+4 |
* | MFREE(9) is dead, long live m_freem(9)! |  mpi | 2015-07-08 | 1 | -2/+2 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | there's been a long standing issue in ppp on a tty/serial line where it allocates mbufs at IPL_SOFTTTY, which is above the IPL_NET the mbuf layer protects itself at. |  dlg | 2015-06-03 | 1 | -51/+112 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -2/+2 |
* | replace the use of ifqueues for most input queues serviced by netisr |  dlg | 2015-04-10 | 1 | -25/+20 |
* | remove the congestion handling from struct ifqueue. |  dlg | 2015-03-18 | 1 | -3/+2 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -13/+1 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -3/+4 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | Yet more #include de-duplication. |  krw | 2014-11-20 | 1 | -4/+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 | -8/+8 |
* | Use a custom ifa_rtrequest function for point-to-point interfaces |  mpi | 2014-05-05 | 1 | -1/+2 |
* | remove altq special casing. |  henning | 2014-04-19 | 1 | -11/+3 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -5/+5 |
* | 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 | -14/+1 |
* | 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 | -5/+5 |
* | Delete needless check for NULL. From Michael W. Bombardieri. |  yasuoka | 2012-11-29 | 1 | -2/+2 |
* | do not steal mbuf types (leads to a panic if M_ZEROIZE gets set on |  markus | 2012-11-26 | 1 | -3/+3 |
* | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ |  claudio | 2012-03-28 | 1 | -2/+2 |
* | Ansify ppp... function definitions. |  bluhm | 2012-01-20 | 1 | -50/+21 |
* | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok |  henning | 2011-07-07 | 1 | -2/+2 |