Age | Commit message (Expand) | Author |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-27 | Protect the global list of softc with the NET_LOCK(). | Martin Pieuchot |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-03-08 | No need to clear IFF_UP after calling if_down(). | Martin Pieuchot |
2017-03-03 | Remove non longer needed splsoftnet()/splx() dances. | Martin Pieuchot |
2017-01-01 | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. | Martin Pieuchot |
2016-11-16 | Kill outdated comment talking about sofnet. | Martin Pieuchot |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-06-22 | No modules thus no need for extra space for additional ppp compressions. | Jeremie Courreges-Anglas |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2015-11-20 | correctly indent a line to make the intent clear | Jonathan Gray |
2015-11-11 | use time_uptime instead of time_second. | David Gwynne |
2015-11-06 | replace sc_npqueue and sc_npqtail with a simple mbuf_list. | David Gwynne |
2015-11-05 | apply some knf. | David Gwynne |
2015-11-04 | use mq_purge to free a queue of mbufs. | David Gwynne |
2015-11-02 | get rid of the "fastq", which is where this driver puts ip packets | David Gwynne |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-03 | there's been a long standing issue in ppp on a tty/serial line where it alloc... | David Gwynne |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-19 | remove altq special casing. | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2012-11-29 | Delete needless check for NULL. From Michael W. Bombardieri. | YASUOKA Masahiko |
2012-11-26 | do not steal mbuf types (leads to a panic if M_ZEROIZE gets set on | Markus Friedl |
2012-03-28 | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ | Claudio Jeker |
2012-01-20 | Ansify ppp... function definitions. | Alexander Bluhm |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |