Age | Commit message (Expand) | Author |
2013-07-15 | Remove a comment which is no longer true. | Martin Pieuchot |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | 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-28 | no need for a lot of code to include proc.h | Ted Unangst |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
2012-07-24 | decls before code | Theo de Raadt |
2012-07-23 | Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and | Stuart Henderson |
2012-01-28 | Remove a horrible sppp(4)-specific "fast queue" used for tcp ports 21 23 513. | Stuart Henderson |
2012-01-19 | Teach pppoe(4) about RFC 4638. This allows negotiating increased MTU with | Stuart Henderson |
2011-07-07 | another case of "clever" fiddling with ifq internals, just stumbled over | Henning Brauer |
2011-07-06 | and make sppp_qflush a wrapper around IF_PURGE instead of handrolling | Henning Brauer |
2011-07-06 | second trial: stop messing with ifq internals, this time use IF_IS_EMPTY | Henning Brauer |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | Revert henning's commit-n-run that broke the tree | Philip Guenthe |
2011-07-05 | 2 cases of IFQ_IS_EMPTY instead of mucking with ifqueue internals | Henning Brauer |
2011-06-29 | always set sppp auth secret, as other code assumes it. | Ted Unangst |
2011-06-18 | pass the correct size to memset | Jonathan Gray |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-04-17 | in_ifinit() is not prepared to be called from interrupt context so add | Stefan Sperling |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-11-17 | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it | Henning Brauer |
2010-09-13 | Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based | Claudio Jeker |
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-02-08 | The IMPs are history so is splimp, this needs now splnet so update comment. | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-07-27 | tiemout_add -> timeout_add_sec | Bret Lambert |
2009-07-13 | Do the same rdomain checking in sppp as we do in the Ethernet case. | Claudio Jeker |
2009-02-18 | Free authentication data when detaching sppp from interface. | Can Erkin Acar |
2009-02-16 | allocate the large structures instead of putting them on the stack, and | Theo de Raadt |
2009-02-16 | Allow username and password to be up to 255 characters in length. | Can Erkin Acar |
2009-02-06 | Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t | Alexander Yurchenko |
2009-01-31 | u_char is not compatible with default argument promotion type thus | Alexander Yurchenko |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | Don't spam dmesg with sppp messages, instead use log(9). | Claudio Jeker |
2008-05-17 | Initialize the timeouts only once instead of everytime they are started | Can Erkin Acar |
2008-05-11 | Check to make sure pp_tlf is not NULL in sppp_keepalive() before calling it. | Brad Smith |
2008-05-11 | When passing opt[] array as an argument, use opt instead of &opt. While | Can Erkin Acar |
2007-12-04 | 1500 is a 'magic number' in the protocol that all implementations | Claudio Jeker |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-21 | simplify sppp_chap_scr() now that we are using arc4random_bytes() | Can Erkin Acar |
2007-11-16 | use arc4random_bytes() instead of multiple arc4random() calls; | Damien Miller |
2007-11-01 | correct fix | Theo de Raadt |
2007-11-01 | tsk tsk tsk, noone tested this; spotted by canacar | Theo de Raadt |
2007-10-31 | Don't leak potentially secret authname through ioctl interface. | Mike Belopuhov |
2007-09-25 | Handle incoming protocol reject packets now that we have | Can Erkin Acar |
2007-09-05 | IPv6 support for sppp layer, based on NetBSD version. | Can Erkin Acar |