| Commit message (Expand) | Author | Age | Files | Lines |
* | A less draconian fix to the build. | mjacob | 2007-01-18 | 1 | -3/+1 |
* | Temporarily comment out the KASSERT that broke the kernel build. | obrien | 2007-01-18 | 1 | -0/+2 |
* | Revise the ng_ppp(4) node, so that code flow is more clear. All non-link | glebius | 2007-01-18 | 1 | -514/+805 |
* | Whitespace cleanup. | glebius | 2007-01-15 | 2 | -14/+14 |
* | Update ip and tcp pointers after m_pullup(). | glebius | 2007-01-15 | 1 | -0/+3 |
* | Fix accounting of incoming octets. | glebius | 2007-01-10 | 1 | -1/+2 |
* | Various bpf(4) related fixes to catch places up to the new bpf(4) | jhb | 2006-12-29 | 1 | -4/+2 |
* | A node that implements Predictor-1 compression for PPP. | glebius | 2006-12-29 | 2 | -0/+781 |
* | A node that implements the Deflate sub-protocols of the Compression Control | glebius | 2006-12-28 | 2 | -0/+768 |
* | Before this commit, if the compression is enabled the, ng_ppp(4) | glebius | 2006-12-28 | 2 | -48/+127 |
* | Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The | glebius | 2006-12-21 | 1 | -1/+2 |
* | Correctly calculate length of IP header. | glebius | 2006-12-12 | 1 | -1/+2 |
* | Remove m_megapullup from ng_nat and put it under libalias. | piso | 2006-12-01 | 1 | -35/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 5 | -6/+14 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -1/+1 |
* | Check pointer before dereferencing. | glebius | 2006-10-18 | 1 | -1/+2 |
* | Some clenaup of ngs_rcvmsg(): | glebius | 2006-10-17 | 1 | -60/+46 |
* | Some cleanup and small changes: | glebius | 2006-10-17 | 1 | -121/+74 |
* | Make the sg_len and sg_family members of the sockaddr_ng the same type | glebius | 2006-10-17 | 1 | -5/+3 |
* | Make ng_ID_t fixed size, so that its maximum value is platform independent. | glebius | 2006-10-17 | 1 | -2/+2 |
* | - ng_address_ID() has already freed the message, don't do double free. | glebius | 2006-10-17 | 1 | -6/+2 |
* | Fix result of some mechanical change that I did some time ago, when | glebius | 2006-10-13 | 1 | -2/+2 |
* | Recognize 802.1q frames in Ethernet input and process them. | glebius | 2006-10-11 | 1 | -1/+29 |
* | Do not leak hooks in ng_bypass(). | glebius | 2006-10-11 | 1 | -0/+3 |
* | Make it buildable. | glebius | 2006-10-11 | 1 | -1/+1 |
* | Unbreak a short one. | glebius | 2006-10-11 | 1 | -2/+1 |
* | Break long line. | glebius | 2006-10-11 | 1 | -1/+2 |
* | Use hash functions with better distribution. Tested on live traffic. | glebius | 2006-10-11 | 1 | -12/+12 |
* | Use bitcount32() from sys/systm.h instead of my own. | glebius | 2006-10-11 | 1 | -17/+4 |
* | Don't use data after free. | netchild | 2006-09-30 | 1 | -1/+4 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -8/+8 |
* | Fix input byte counting. Now the sum of the ipackets/ibytes counters | ru | 2006-09-15 | 1 | -2/+8 |
* | Make it possible to set a larger MTU by attempting to set MTUs on all | ru | 2006-09-15 | 1 | -1/+19 |
* | SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags | ru | 2006-09-15 | 1 | -1/+1 |
* | s/USBDEVNAME/device_get_nameunit/g | emax | 2006-09-07 | 2 | -110/+105 |
* | more usb fallout changes | mjacob | 2006-09-07 | 3 | -75/+86 |
* | - Catch up with ongoing rwatson's socket work; | emax | 2006-08-25 | 2 | -184/+68 |
* | Fix another fallout from the IF_LLADDR() type change. | ru | 2006-08-24 | 1 | -1/+2 |
* | Define mtu as u_int16_t not as int. This should fix problem with rfcomm | emax | 2006-08-24 | 1 | -1/+2 |
* | Some perfectionizm against last revision. | glebius | 2006-08-10 | 1 | -2/+2 |
* | Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4). | glebius | 2006-08-09 | 2 | -21/+74 |
* | - Use log(9) instead of printf(9). | glebius | 2006-08-07 | 1 | -26/+44 |
* | Turn off by default "feature" that overwrites MAC address | glebius | 2006-08-04 | 1 | -1/+0 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 1 | -1/+0 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 1 | -0/+1 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 2 | -9/+7 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 9 | -5/+43 |
* | Replace inb() and outb() with bus_space_read_1() and bus_space_write_1() | emax | 2006-07-05 | 2 | -8/+12 |
* | A netgraph node that can do different manipulations with | glebius | 2006-06-27 | 2 | -0/+847 |
* | Use kern_kldload() and kern_kldunload() to load and unload modules when | jhb | 2006-06-13 | 1 | -6/+5 |