aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ip.c
Commit message (Expand)AuthorAgeFilesLines
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* Deal with PROTO_IGMP and PROTO_IPIP packets correctly.Brian Somers1998-06-141-2/+28
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-183/+161
|\
| * Categorize the fields in struct bundle, and make the tunnelBrian Somers1998-05-061-4/+4
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-41/+41
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-5/+11
| * o Understand ``syn'' and ``finrst'' in filter rules. ThisBrian Somers1998-04-161-12/+15
| * Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-8/+6
| * Remove unused includes.Brian Somers1998-04-061-8/+1
| * o Drop packets that fail the dial filter when we're inBrian Somers1998-04-031-18/+52
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-6/+10
| * Remove some more globals:Brian Somers1998-03-241-17/+21
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-1/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+2
| * Move filter sets into struct bundle.Brian Somers1998-03-161-21/+19
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-9/+9
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Move the idle timer into struct bundle. There's noBrian Somers1998-03-091-67/+7
| * Force IPCP back to initial in bundle_Close().Brian Somers1998-03-021-1/+2
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-14/+9
| * Create struct datalink.Brian Somers1998-02-161-3/+2
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-3/+3
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-9/+9
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-3/+3
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-3/+3
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-1/+3
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-4/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+537
* Quieten gcc-2.8.1Brian Somers1998-04-251-3/+5
* Add extraneous braces to stiffle warnings from gcc-2.8Brian Somers1998-03-131-2/+3
* Remove unused #includes.Brian Somers1998-01-211-5/+3
* Lose <net/if_var.h> !Brian Somers1998-01-111-4/+1
* Don't scribble on the stack if our input packet isBrian Somers1998-01-041-1/+7
* Show how much time is left before timing out in theBrian Somers1997-12-291-2/+15
* If a packet causes a dial, continue to test whether it'sBrian Somers1997-12-281-2/+2
* Cosmetic (style):Brian Somers1997-12-241-7/+8
* Fix prototypes.Brian Somers1997-11-221-12/+17
* Add throughput logging (disabled by default).Brian Somers1997-11-181-5/+5
* Abstract data read from and written to the tun device,Brian Somers1997-11-161-19/+33
* Understand networks in the filter rules. We don'tBrian Somers1997-11-121-3/+5
* Log whether or not IP packets are bloked due toBrian Somers1997-11-121-5/+7
* Cosmetic:Brian Somers1997-10-261-1/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-15/+30
* Cosmetic: Log a strerror(errno) when failing to write toBrian Somers1997-10-041-4/+16
* Allow the transition from an idle timeout valueBrian Somers1997-09-031-2/+3
* Make the code format more in line with style(9).Brian Somers1997-08-251-146/+132
* Put TCP/IP logs back on one line.Brian Somers1997-06-161-18/+46
* Overhaul ppp:Brian Somers1997-06-091-43/+43