aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-0/+1
* fix a comment that was 180 degrees wrong.. (MFC)Julian Elischer2003-07-031-2/+2
* MFC: (rev. 1.35) Add missing braces.Archie Cobbs2003-04-281-1/+2
* MFC: (rev. 1.45) Fix use-after-free bug that could break fragment reassembly.Archie Cobbs2003-03-101-2/+4
* Make the arpcom the first entry in the softc. Apparently there is stillJulian Elischer2002-12-171-1/+1
* MFC: (rev. 1.19) Fix two bugs.Archie Cobbs2002-12-161-12/+26
* ng_eiface.c: Don't call ifattach() or bpfattach().sJulian Elischer2002-12-122-3/+1
* Put 'ng_eiface_cmdlist' back into ng_eiface.c where it belongs.Archie Cobbs2002-12-102-16/+16
* MFC the fec driver from bill paulJulian Elischer2002-11-011-19/+34
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-11-012-0/+1311
* MFC: (rev. 1.26) Ignore a bogus payload length field when there's no payload.Archie Cobbs2002-10-101-1/+1
* Start of an MFC of this node...Julian Elischer2002-08-231-85/+80
* MFC: New L2TP netgraph node type.Archie Cobbs2002-08-201-121/+109
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-08-202-0/+1640
* 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-283/+189
* 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-7/+14
* 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-13/+71
* 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