summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Collapse)AuthorAgeFilesLines
* Convert to ANSI CPaul Mackerras2020-12-291-8/+0
| | | | | | | | | | | | | | | This gets rid of the __P and __V macros that were used so that the code was in theory compilable by a K&R C compiler, and converts the function definitions to ANSI C style. In fact there were already quite a few function definitions in the ANSI C style, so it would not have been compilable by a K&R C compiler in fact. The Solaris and BSD kernel code modules have had __P removed but the function definitions have not been converted. There are some other minor changes here to remove warnings. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
* Remove old version of Linux if_pppol2tp.hPaul Mackerras2012-05-201-65/+0
| | | | | | | | | | | This has been in the Linux kernel source now for long enough that we can rely on getting a usable version from /usr/include on all distributions that we care about. The version we have here had started to lag behind what is in the Linux kernel, causing compilation errors due to struct pppol2tpv3_addr being undefined. Removing our local version means we will use what is in /usr/include instead. Signed-off-by: Paul Mackerras <paulus@samba.org>
* Remove more stuff that we don't need to distributePaul Mackerras2008-08-185-509/+0
| | | | | | | | | | This removes some files from include/linux that any halfway-modern distro will have under /usr/include, and removes the stuff from the linux/ directory that we haven't included in the tarballs for ages. This also moves some MPPE macros from include/{linux,net}/ppp-comp.h to a new pppd/mppe.h. Signed-off-by: Paul Mackerras <paulus@samba.org>
* Get the repository a bit closer to what will be releasedPaul Mackerras2008-07-271-0/+99
| | | | | | | * Remove .cvsignore files and create .gitignore files where needed * Add files that were in the last release but not in CVS Signed-off-by: Paul Mackerras <paulus@samba.org>
* Add include/linux/if_pppol2tp.h, missed in a previous commitPaul Mackerras2008-06-151-0/+69
|
* More copyright updates. The new CMU copyright notice is from CMU andPaul Mackerras2002-12-064-86/+156
| | | | | | now explicitly allows modifications. I have an acknowledgement from ANU that the work I have done on pppd belongs to me and not to ANU, so I have changed the ANU copyright notices to reflect this.
* ECP patches from Frank Cusack:David F. Skoll2002-05-211-2/+4
| | | | | | | | | | | | | | | | - If encryption is required, don't bring up IP/IPv6/IPX until the encryption negotiation has completed. - Shut down LCP if the peer sends an LCP ConfRej instead of CCP ConfRej to our MPPE offer. This fixes a bug where the server could not enforce use of encryption in some cases. - Don't send the M=<message> part of an MS-CHAPv2 success packet to peers that don't know how to deal with it. This allows pre-win2k systems to authenticate. - Don't shut down lcp if MPPE was present in peer's CCP offer along with other options. This allows pre-win2k systems to do MPPE (they offer Stac LZS with MPPE). - Add the beginnings of ecp.c. - Other minor changes.
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-2/+96
|
* Add if_pppox.h, to avoid dependency on existence of linux-kernel source treeMichal Ostrowski2001-12-151-0/+145
|
* add infrastructure to support packet filteringPaul Mackerras2000-08-011-2/+4
|
* changes for new linux kernel driver and for multilinkPaul Mackerras2000-03-272-5/+16
|
* update for 2.3.11Paul Mackerras1999-12-231-1/+1
|
* update version numbersPaul Mackerras1999-09-111-2/+2
| | | | add description of plugin interface
* up to 2.3.9 nowPaul Mackerras1999-08-131-2/+2
|
* move PPP_MAGIC and PPP_VERSION herePaul Mackerras1999-08-121-1/+4
|
* updates for new generic layerPaul Mackerras1999-07-232-6/+13
|
* update version to 2.3.7Paul Mackerras1999-03-311-3/+3
|
* Apply patch for sync serial support from Paul Fulghum.Paul Mackerras1999-03-302-4/+6
|
* does better without the includesPaul Mackerras1999-03-021-7/+2
|
* Fix it for 2.0.x kernels;Paul Mackerras1999-02-263-7/+9
| | | | | import updates from 2.2.x including ipv6 stuff; change if_ppp.h so pppd can compile with glibc 2.1
* move PPP_VERSION to ppp.c; don't use dev->tbusy as a lockPaul Mackerras1999-01-192-3/+3
|
* Major restructuring of the ppp driver, leading towardsPaul Mackerras1998-07-072-88/+67
| | | | a clean separation of generic and async ppp code.
* put SC_ENABLE_IP back for isdn stuff; update for 2.3.5Paul Mackerras1998-05-041-3/+4
|
* Updates to help it compile with glibc 2Paul Mackerras1998-03-311-8/+2
|
* Extra debug messages; fix the bug where we were losingPaul Mackerras1998-03-241-6/+2
| | | | decompression when setting the compressor.
* change number for deflate (old number is CI_DEFLATE_DRAFT)Paul Mackerras1998-03-191-3/+4
|
* update for 2.3.3Paul Mackerras1998-02-041-2/+2
|
* relatively minor changes for 2.3.2; get rid of max_dev,Paul Mackerras1997-11-273-12/+11
| | | | use unsigned long in a couple of places
* bug fixes and restructuringPaul Mackerras1997-07-143-9/+10
|
* updated FILEVERSIONPaul Mackerras1997-05-222-2/+2
|
* add defs for appletalkPaul Mackerras1997-03-041-0/+2
|
* *** empty log message ***Paul Mackerras1997-03-041-0/+1
|
* define CBCP protocol valuePaul Mackerras1996-10-081-1/+2
|
* cleaned upPaul Mackerras1996-09-261-14/+19
|
* updated fileversionPaul Mackerras1996-09-262-2/+2
|
* new demand-dial method with backup_ttyPaul Mackerras1996-09-261-11/+13
|
* inuse field needs to be 32 bitsPaul Mackerras1996-09-141-1/+1
|
* updated PPP_VERSIONPaul Mackerras1996-08-281-1/+1
|
* mods from Al LongyearPaul Mackerras1996-06-114-99/+100
|
* Updates from Al's ppp-2.2.0d releasePaul Mackerras1995-12-184-24/+410
|
* Mods from Al Longyear.Paul Mackerras1995-06-122-17/+33
|
* added ppp_ddinfo and SIOCGPPPCSTATSPaul Mackerras1995-04-281-1/+9
|
* Initial revisionPaul Mackerras1994-12-082-0/+266