summaryrefslogtreecommitdiff
path: root/sys/net/if_pppx.c
AgeCommit message (Expand)Author
2013-08-08Insert new IPv4 addresses in only one place, no functional change.Martin Pieuchot
2013-06-24Revert r1.20 for now, to make sure the newly created address is addedMartin Pieuchot
2013-06-20Revert previous and unbreak asr, the new include should be protected.Martin Pieuchot
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
2013-06-18Oops, forgot this file in previous. Should be part of adding/removingMartin Pieuchot
2013-05-31Remove the scrub argument from in_ifinit() and simply call in_ifscrub()Martin Pieuchot
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-02-06add pppx(4) interfaces to the "pppx" interface group, as done for variousStuart Henderson
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
2012-04-14Use DLT_LOOP for all tunneling interfaces.YASUOKA Masahiko
2011-10-25i didnt copy the tun code properly. fix a use of an uninitted value foundDavid Gwynne
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-08-21Use the lowest available unit number for new pppx ifs. SomewhatJonathan Matthew
2011-08-20Fix packet accounting in error cases.Ryan Thomas McBride
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-04-14knf. remove extra spaces and wrap long lines.David Gwynne
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02configure the addresses on the pppx interface when its created by npppd soDavid Gwynne
2011-01-28make sure that the size of the addresses userland is trying to configureDavid Gwynne
2010-11-24malloc the temporary struct pppx_if used in pppx_if_find (it's currentlyStuart Henderson
2010-09-29Adjust to the pipex changes introduced during j2k10. Compiles again notClaudio Jeker
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker