aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-0339-987/+356
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-032-0/+681
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-0231-238/+152
* MFC: Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-07-025-49/+53
* MFC: (rev. 1.18) Fix bugs where mbuf was being accessed without m_pullup().Archie Cobbs2002-07-021-7/+41
* MFC: (rev. 1.24) Fix for checking M_WRITABLE(), eliminate some complexity.Archie Cobbs2002-07-021-57/+27
* MFC: (rev. 1.23) Don't send packets out an interface unless IFF_UP|IFF_RUNNING.Archie Cobbs2002-07-021-2/+9
* Re-enable send_sessionid().Brian Somers2002-06-291-2/+2
* Remove calls to send_sessionid().Brian Somers2002-06-271-2/+2
* MFC: NUL terminate the ACNAME passed to userland.Brian Somers2002-06-221-3/+4
* Unbreak modules build by removing duplicate function 'send_sessionid()'.Alfred Perlstein2002-06-171-17/+0
* MFC: Send a NGM_PPPOE_SESSIONID message when we establish a connectionBrian Somers2002-06-172-1/+38
* MFC: (rev. 1.23) Use 'struct callout' instead of 'struct callout_handle'.Archie Cobbs2002-04-211-24/+81
* MFC of Vitaly V Belekhov's pretend ethernet interface module.Julian Elischer2002-04-152-286/+192
* A LONG FORGOTTEN MFC.Julian Elischer2002-04-143-46/+337
* MFC the ethertype filter node.Julian Elischer2002-04-092-20/+22
* MFC: Support NGM_PPPOE_ACNAMEBrian Somers2002-03-262-2/+25
* MFC: (rev. 1.38) Don't transmit PPP frames with length > MRU or MRRU.Archie Cobbs2002-03-211-3/+14
* MFC: (rev. 1.36) Fix another bug in handling of multi-link sequence numbers.Archie Cobbs2002-02-191-3/+4
* MFC remove the MFREE() mbuf macro and cleanup twists in related code.Matthew Dillon2002-02-132-9/+3
* MFC: (rev. 1.15) Fix bug in previous commit.Archie Cobbs2002-02-121-2/+1
* MFC: (rev. 1.22) Turn off hardware checksum, etc. when "upper" is connected.Archie Cobbs2002-02-121-2/+9
* MFC: (rev. 1.14) Provide a valid header when generating default values.Archie Cobbs2002-02-071-8/+15
* Fix broken GETOPT and SETOPT control messages (already fixed in -current).Archie Cobbs2002-02-021-2/+2
* MFC: (rev. 1.26) Avoid reentrantly sending on the same socket.Archie Cobbs2002-01-061-0/+12
* MFC: (rev. 1.12) Don't free a pending 'struct callout' structure.Archie Cobbs2001-12-181-8/+17
* MFC: Add support for 56 bit MPPE encryption.Archie Cobbs2001-12-182-9/+12
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-12-111-0/+688
* Increase the maximum message queue length to 256, and increase theJohn Polstra2001-12-081-2/+2
* MFC: allow including peer "struct sockaddr" as meta information.Archie Cobbs2001-12-072-14/+72
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-012-0/+588
* MFC: (rev. 1.29) Fix bug that cheated hook names out of the last 2 bytes.Archie Cobbs2001-10-151-2/+2
* MFC: (rev. 1.22) Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.Archie Cobbs2001-10-151-1/+1
* fix typo in last commitJulian Elischer2001-09-031-1/+1
* Add support for Telebrazilia and their 3com pppoe devicesJulian Elischer2001-09-035-7/+61
* Don't skip attaching VLAN interfaces to Netgraph, or elseYaroslav Tykhiy2001-09-011-1/+2
* MFC: Don't align struct uniqtagBrian Somers2001-08-101-2/+2
* MFC: If an attempt is made to LISTEN for a service tag that's already beingBrian Somers2001-07-271-14/+28
* MFC: Add NGM_PPPOE_SERVICE messageBrian Somers2001-07-122-7/+45
* MFC 1.11: Fix range-checking bug.John Polstra2001-05-261-4/+5
* MFC: don't reference a node after we dropped a reference to it.Archie Cobbs2001-04-211-2/+4
* MFC: fix potential crash caused by packets with bogus ACK's.Archie Cobbs2001-03-081-1/+2
* MFC some -current compatibility macros.Julian Elischer2001-03-081-5/+62
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-261-0/+84
* MFC: fix an erroneous comment.Archie Cobbs2001-02-161-1/+1
* Shuffle brackets (should be same meaning as last)Julian Elischer2001-02-051-3/+3
* oops left an extra ')' in thereJulian Elischer2001-02-051-1/+1
* reverse last commit.. I was on something... (gotta get a better suppler!..)Julian Elischer2001-02-051-2/+3
* Fix bug introduced recently in node name lookup.Julian Elischer2001-02-051-3/+2
* MFC: Don't dereferrence freed structures.Julian Elischer2001-02-021-1/+1