summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-312-4/+4
* Rename debug macro to DBG and indent it properly.glebius2004-10-282-35/+34
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-184-0/+5
* Major overhaul.glebius2004-10-182-360/+280
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-121-0/+5
* Return 0, not NULL, from a function declared as returning int.des2004-10-091-1/+1
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-6/+6
* - Remove advertising clause from copyright [1]glebius2004-09-174-32/+4
* A netgraph node implementing Netflow version 5.glebius2004-09-164-0/+1670
* Remove orphaned comment about Meta data.glebius2004-09-111-1/+0
* Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packetglebius2004-09-061-1/+1
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testrwatson2004-09-021-3/+3
* Acquire Giant arounds calls into the linker from Netgraph sockets.rwatson2004-08-301-0/+2
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+2
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-203-10/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* This is the netgraph node framework for the user side call controlharti2004-08-123-0/+1422
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* Implement minimalistic L2TP sessions statistics and correct man pagebz2004-08-032-3/+104
* add a new control message to set sequence numbers on an uninitialized node.bz2004-08-032-2/+79
* Correct L2TP header offset handling:bz2004-08-031-2/+2
* Do not change link[n].conf.latency for internal usage but havebz2004-08-031-3/+5
* Another stupid error from my side. PPPOE_NONSTANDARD was first definedglebius2004-08-011-9/+9
* Fix a stupid error in my previous commit, which broke operationglebius2004-07-311-1/+2
* Address node in a less complex way.glebius2004-07-291-1/+1
* Avoid casts as lvalues.kan2004-07-285-10/+14
* When making a peer of unknown type framework tries to load moduleglebius2004-07-273-19/+40
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-272-44/+119
* Slight cosmetic changes.julian2004-07-208-37/+54
* In ng_device_newhook():glebius2004-07-201-38/+38
* 1. Make ng_device.h system include. This fixes module build.glebius2004-07-201-10/+8
* Reverse a lock/unlock pair that were the wrong way around in some code thatjulian2004-07-181-2/+2
* Use qsort_r() instead of qsort() when sorting links by latencyglebius2004-07-161-20/+5
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Add a note indicating that the eh_prototype field used to constructrwatson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Noterwatson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.rwatson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list torwatson2004-07-141-1/+10
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listrwatson2004-07-141-1/+11
* Introduce a new mutex, ng_iface_mtx, to protect the global unit listrwatson2004-07-141-1/+12
* Introduce a global mtx 'ngsocketlist_mtx' to protect the globalrwatson2004-07-121-0/+8
* Mark 'makeup' in ng_frame_relay as const, as its values are immutable.rwatson2004-07-121-1/+1
* Update for the KDB framework:marcel2004-07-102-5/+6
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-046-17/+17
* Remove the home-grown metadata facility in favour of the now genericjulian2004-06-302-120/+31
* Remove 3rd clause from the licence.marks2004-06-292-4/+0
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-2612-142/+55
OpenPOWER on IntegriCloud