Age | Commit message (Expand) | Author |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-01-31 | Convert to ulmin and uiomove to prevent integer truncations. | Stefan Kempf |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2015-12-05 | Make pppx pass packets with npppd through the device. This makes pppx work | YASUOKA Masahiko |
2015-12-03 | When enqueuing a mbuf chain, take the top instead of the last | Alexander Bluhm |
2015-11-20 | dont check for IFF_OACTIVE | David Gwynne |
2015-11-03 | use an mbuf_queue for the svcq instead of an ifqueue. | David Gwynne |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-06 | The pppx_if_pl pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
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-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
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-08 | Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctly | Miod Vallat |
2014-04-05 | Be sure to release rwlock when returning error in pppxclose(). | Miod Vallat |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-06-24 | Revert r1.20 for now, to make sure the newly created address is added | 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-06-18 | Oops, forgot this file in previous. Should be part of adding/removing | Martin Pieuchot |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2011-10-25 | i didnt copy the tun code properly. fix a use of an uninitted value found | David Gwynne |
2011-10-15 | Added "provision for rewound PPP frames" that allows receiving | YASUOKA Masahiko |
2011-08-21 | Use the lowest available unit number for new pppx ifs. Somewhat | Jonathan Matthew |
2011-08-20 | Fix packet accounting in error cases. | Ryan Thomas McBride |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-14 | knf. remove extra spaces and wrap long lines. | David Gwynne |
2011-04-02 | add a pipex ioctl that lets you specify a description on pppx interfaces by | David Gwynne |
2011-04-02 | configure the addresses on the pppx interface when its created by npppd so | David Gwynne |
2011-01-28 | make sure that the size of the addresses userland is trying to configure | David Gwynne |
2010-11-24 | malloc the temporary struct pppx_if used in pppx_if_find (it's currently | Stuart Henderson |
2010-09-29 | Adjust to the pipex changes introduced during j2k10. Compiles again not | Claudio Jeker |