summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-262-19/+3
* Not quite sure how that one got past me..julian2004-06-261-1/+1
* Add '#include <sys/mbuf.h>' to fix the kernel build.emax2004-06-251-0/+1
* oops from Gleb..julian2004-06-251-0/+3
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-256-13/+11
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-256-55/+54
* Clean up use of ng_hdhasb_mtx a little:rwatson2004-06-241-0/+5
* Avoid calling bpf_filter() with len == 0, which causes a change in semanticsarchie2004-06-231-1/+4
* Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.green2004-06-221-3/+5
* Remove one more unneeded reference to arpcom.ac_netgraph.wpaul2004-06-201-10/+34
* Stash our node context pointer somewhere else within struct ifnet ofwpaul2004-06-201-2/+18
* Correct merge-o: make sure to unlock symmetrically socket bufferrwatson2004-06-181-2/+2
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-172-0/+26
* Second half of the dev_t cleanup.phk2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */phk2004-06-166-29/+29
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-142-4/+4
* Add the capacity for the rfc1490 node to handle cisco style encasulationjulian2004-06-132-23/+154
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-125-0/+9
* Now that mbufs are allocated using uma,julian2004-06-071-4/+0
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-022-11/+15
* Removed a leftover from the previous change.ru2004-06-011-4/+0
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherrwatson2004-06-012-2/+2
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Add a new netgraph method to allow restoration of somejulian2004-05-293-10/+28
* Missed these in the last commit.julian2004-05-293-36/+31
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-2946-554/+416
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)julian2004-05-241-1/+1
* Whitespace nit.ru2004-05-191-1/+1
* Maintain statistics about the received frames.ru2004-05-192-3/+147
* Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.archie2004-05-161-42/+20
* Mode few Bluetooth defines into system include filesemax2004-05-103-21/+1
OpenPOWER on IntegriCloud