summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Add two loader tuneables that allow one to change the maximum number ofharti2003-03-021-1/+11
* Some more updates for the new world order:wpaul2003-02-261-24/+37
* Attempt to make the ng_fec module play nice with BPF again. Things havewpaul2003-02-261-16/+6
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-1933-91/+91
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-051-0/+5
* Catch more uses of MIN().alfred2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2133-91/+91
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-5/+5
* Make ng_fec.c compile again since Sam's changes.julian2002-12-231-5/+8
* SMP locking for ifnet list.hsu2002-12-223-0/+6
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-199-15/+15
* Fix two bugs:archie2002-12-141-12/+27
* fixes for this driver:julian2002-11-261-2/+38
* The second try a committing the bluetooth codejulian2002-11-2050-0/+26141
* o track changes to ethernet input packet handlingsam2002-11-143-96/+22
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.jhb2002-11-084-12/+12
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* Slight redesign for fitting in with -current.julian2002-11-051-27/+50
* The easy part of converting the ng_source node to -current.julian2002-11-021-54/+50
* Whitespace fixesjulian2002-11-021-47/+28
* ifnet_addrs doesn;t exist any more so usejulian2002-11-011-3/+3
* Add the netgraph 'source' module.julian2002-10-312-0/+776
* Finally get around to committing Bill Paul's FEC netgraph nodes.julian2002-10-292-0/+1311
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-1/+1
* use __packed.alfred2002-09-232-5/+5
* Reference the socket we're accepting.benno2002-09-141-0/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadarchie2002-09-141-1/+1
* Remember who asked for a connect or accept operation so we can actually tellbenno2002-09-111-2/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-228-18/+18
* New L2TP netgraph node type.archie2002-08-202-0/+1640
* When declaring local variables in macros, always use "_name" insteadarchie2002-08-201-33/+34
* Make the consumers of the linker_load_file() function usemux2002-08-021-1/+1
* NUL terminate the ACNAME passed to userland.brian2002-06-221-3/+4
* A node that creates a device entry in /dev (yay devfs)julian2002-06-182-0/+681
* if you have taken the mbuf out of the message object, then if you passjulian2002-06-091-1/+3
* Const'ify variables to make it clear we're not writing to the mbuf data.archie2002-06-055-49/+53
* Fix bug where an mbuf was being written to without checking M_WRITABLE().archie2002-06-051-57/+24
* Fix bugs where mbuf data was being accessed without m_pullup().archie2002-06-051-7/+43
* Declare a variable sized array within a structure using [] rather than [0]alfred2002-06-011-1/+1
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-3133-257/+159
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-65/+11
* Fix warnings: deprecated use of label at end of compound statementpeter2002-05-242-1/+2
* Lock down a socket, milestone 1.tanimura2002-05-202-11/+65
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-142-1/+21
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.archie2002-05-091-2/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+5
OpenPOWER on IntegriCloud