aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid calling bpf_filter() with len == 0, which causes a change in semanticsArchie Cobbs2004-06-231-1/+4
| * Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.Brian Feldman2004-06-221-3/+5
| * Remove one more unneeded reference to arpcom.ac_netgraph.Bill Paul2004-06-201-10/+34
| * Stash our node context pointer somewhere else within struct ifnet ofBill Paul2004-06-201-2/+18
| * Correct merge-o: make sure to unlock symmetrically socket bufferRobert Watson2004-06-181-2/+2
| * Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-172-0/+26
| * Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-21/+21
| * Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-166-29/+29
| * The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-142-4/+4
| * Add the capacity for the rfc1490 node to handle cisco style encasulationJulian Elischer2004-06-132-23/+154
| * Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-125-0/+9
| * Now that mbufs are allocated using uma,Julian Elischer2004-06-071-4/+0
| * Integrate accept locking from rwatson_netperf, introducing a newRobert Watson2004-06-022-11/+15
| * Removed a leftover from the previous change.Ruslan Ermilov2004-06-011-4/+0
| * The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherRobert Watson2004-06-012-2/+2
| * add missing #include <sys/module.h>Poul-Henning Kamp2004-05-303-0/+3
| * Add a new netgraph method to allow restoration of someJulian Elischer2004-05-293-10/+28
| * Missed these in the last commit.Julian Elischer2004-05-293-36/+31
| * Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-2946-554/+416
| * Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
| * Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)Julian Elischer2004-05-241-1/+1
| * Whitespace nit.Ruslan Ermilov2004-05-191-1/+1
| * Maintain statistics about the received frames.Ruslan Ermilov2004-05-192-3/+147
| * Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.Archie Cobbs2004-05-161-42/+20
| * Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-103-21/+1
| * Fix a memory leak in ng_get_string_token. A dynamically-allocatedJohn Polstra2004-04-291-0/+1
| * Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-2720-132/+132
| * Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.Archie Cobbs2004-04-262-34/+50
| * Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGMaksim Yevmenkin2004-04-231-3/+6
| * + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-182-2/+0
| * Don't give up if sending to one link fails, continue.Ruslan Ermilov2004-04-171-1/+1
| * A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov2004-04-172-0/+146
| * Consistently use ifaddr_byindex() to access the link-level addressLuigi Rizzo2004-04-161-4/+4
| * Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-0910-36/+36
| * Rename internal structure to fix cut & paste error.Archie Cobbs2004-04-041-3/+3
| * sppp (4) to netgraph (4) node. As always: I'l connect it to theRoman Kurakin2004-03-242-0/+484
| * Don't duplicate a packet, just to throw it away when we discover theJulian Elischer2004-03-241-1/+1
| * Dont count bytes being sent to a disconnected hook.Julian Elischer2004-03-221-4/+4
| * Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoEDavid Malone2004-03-181-2/+2
| * Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
| * Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-082-0/+323
| * Implemented the "getifindex" control message.Ruslan Ermilov2004-03-072-0/+17
| * Netgraph node type for IEEE 802.1Q VLAN tagging.Ruslan Ermilov2004-03-012-0/+519
| * Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-014-7/+7
| * Unconst. Somebody didn't compile LINT.Poul-Henning Kamp2004-02-241-1/+1
| * Check that a pointer is non-NULL before dereferencing it, not after.Colin Percival2004-02-241-1/+2
| * Device megapatch 4/6:Poul-Henning Kamp2004-02-213-0/+6
| * Device megapatch 1/6:Poul-Henning Kamp2004-02-213-16/+0
| * Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-204-107/+13
| * Add new failure detection algorithm.Pawel Jakub Dawidek2004-02-192-1/+94