aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-4/+2
* A node that implements Predictor-1 compression for PPP.Gleb Smirnoff2006-12-292-0/+781
* A node that implements the Deflate sub-protocols of the Compression ControlGleb Smirnoff2006-12-282-0/+768
* Before this commit, if the compression is enabled the, ng_ppp(4)Gleb Smirnoff2006-12-282-48/+127
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. TheGleb Smirnoff2006-12-211-1/+2
* Correctly calculate length of IP header.Gleb Smirnoff2006-12-121-1/+2
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-011-35/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-065-6/+14
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedAndre Oppermann2006-11-021-1/+1
* Check pointer before dereferencing.Gleb Smirnoff2006-10-181-1/+2
* Some clenaup of ngs_rcvmsg():Gleb Smirnoff2006-10-171-60/+46
* Some cleanup and small changes:Gleb Smirnoff2006-10-171-121/+74
* Make the sg_len and sg_family members of the sockaddr_ng the same typeGleb Smirnoff2006-10-171-5/+3
* Make ng_ID_t fixed size, so that its maximum value is platform independent.Gleb Smirnoff2006-10-171-2/+2
* - ng_address_ID() has already freed the message, don't do double free.Gleb Smirnoff2006-10-171-6/+2
* Fix result of some mechanical change that I did some time ago, whenGleb Smirnoff2006-10-131-2/+2
* Recognize 802.1q frames in Ethernet input and process them.Gleb Smirnoff2006-10-111-1/+29
* Do not leak hooks in ng_bypass().Gleb Smirnoff2006-10-111-0/+3
* Make it buildable.Gleb Smirnoff2006-10-111-1/+1
* Unbreak a short one.Gleb Smirnoff2006-10-111-2/+1
* Break long line.Gleb Smirnoff2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.Gleb Smirnoff2006-10-111-12/+12
* Use bitcount32() from sys/systm.h instead of my own.Gleb Smirnoff2006-10-111-17/+4
* Don't use data after free.Alexander Leidinger2006-09-301-1/+4
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-8/+8
* Fix input byte counting. Now the sum of the ipackets/ibytes countersRuslan Ermilov2006-09-151-2/+8
* Make it possible to set a larger MTU by attempting to set MTUs on allRuslan Ermilov2006-09-151-1/+19
* SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flagsRuslan Ermilov2006-09-151-1/+1
* s/USBDEVNAME/device_get_nameunit/gMaksim Yevmenkin2006-09-072-110/+105
* more usb fallout changesMatt Jacob2006-09-073-75/+86
* - Catch up with ongoing rwatson's socket work;Maksim Yevmenkin2006-08-252-184/+68
* Fix another fallout from the IF_LLADDR() type change.Ruslan Ermilov2006-08-241-1/+2
* Define mtu as u_int16_t not as int. This should fix problem with rfcommMaksim Yevmenkin2006-08-241-1/+2
* Some perfectionizm against last revision.Gleb Smirnoff2006-08-101-2/+2
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).Gleb Smirnoff2006-08-092-21/+74
* - Use log(9) instead of printf(9).Gleb Smirnoff2006-08-071-26/+44
* Turn off by default "feature" that overwrites MAC addressGleb Smirnoff2006-08-041-1/+0
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofAndrew Thompson2006-07-271-1/+0
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.Tai-hwa Liang2006-07-271-0/+1
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-242-9/+7
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-219-5/+43
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()Maksim Yevmenkin2006-07-052-8/+12
* A netgraph node that can do different manipulations withGleb Smirnoff2006-06-272-0/+847
* Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin2006-06-131-6/+5
* When counting nodes second time, use the same criteria as forGleb Smirnoff2006-06-071-4/+4
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.Gleb Smirnoff2006-06-062-3/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0.John Baldwin2006-06-021-0/+2
* Replace the array initialization using the gcc-specific formatDiomidis Spinellis2006-06-021-5/+5
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canMaksim Yevmenkin2006-05-173-1/+75