| Commit message (Expand) | Author | Age | Files | Lines |
* | Return partially filled buffer for non-blocking read(2) | jkim | 2010-02-20 | 1 | -6/+15 |
* | Mark various sysctls also as tunables. | pjd | 2010-02-15 | 1 | -4/+4 |
* | Fix drbr and altq interaction: | mlaier | 2010-02-13 | 1 | -13/+23 |
* | Add DDB support for printing vnet_sysinit and vnet_sysuninit | bz | 2010-02-09 | 1 | -0/+63 |
* | Add an SDT provider for "vnet"s along with probes for vnet_alloc | bz | 2010-02-09 | 1 | -0/+14 |
* | Propagate the vlan eventis to the underlying interfaces/members so they can d... | eri | 2010-02-06 | 2 | -0/+61 |
* | Instead of spamming the console on each curvnet recursion event, print | zec | 2010-02-04 | 2 | -3/+74 |
* | - Check if_type of "addm <interface>" before setting the | hrs | 2010-01-31 | 1 | -14/+34 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 3 | -1/+82 |
* | While flushing the multicast filter of an interface, do not zero the relevant | syrinx | 2010-01-24 | 2 | -3/+20 |
* | Do not hold the lock over if_setlladdr() as it calls into the interface driver | thompsa | 2010-01-19 | 1 | -4/+9 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 5 | -0/+49 |
* | Correct a typo. | bz | 2010-01-10 | 1 | -1/+1 |
* | Stop GCC from complaining about lagg_port_checkstacking() being unused. | trasz | 2010-01-08 | 1 | -2/+7 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | put ip_var before ip_fw_private.h as this will be needed in | luigi | 2010-01-07 | 1 | -1/+1 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 2 | -16/+16 |
* | Use stricter checking to match possible vlan clones by not allowing extra | jhb | 2009-12-31 | 1 | -6/+8 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 2 | -12/+5 |
* | Remove a deleted comment line that was brought back by | qingli | 2009-12-31 | 1 | -1/+0 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 6 | -5/+30 |
* | Change vlan interfaces to cope more usefully with the parent interface being | jhb | 2009-12-29 | 3 | -1/+17 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 2 | -9/+18 |
* | When warning about possible netisr configuration problems during boot, | rwatson | 2009-12-23 | 1 | -4/+4 |
* | Refine netisr.c comments a bit. | rwatson | 2009-12-23 | 1 | -20/+28 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 2 | -11/+16 |
* | Remove commented out prototype for ifinit(). This prototype has been | jhb | 2009-12-21 | 1 | -1/+0 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 2 | -0/+2 |
* | Move the scan for max_keylen into route.c::route_init(), | luigi | 2009-12-14 | 3 | -26/+11 |
* | Throughout the network stack we have a few places of | bz | 2009-12-13 | 1 | -2/+2 |
* | Make the code buildable in userland so it is easier to test it: | luigi | 2009-12-12 | 1 | -8/+25 |
* | No functional changes (who dares to touch this code!) but: | luigi | 2009-12-10 | 1 | -5/+8 |
* | Remove if_timer/if_watchdog now that they are no longer used. The space | jhb | 2009-11-30 | 3 | -76/+1 |
* | General style cleanup, no functional change. | jkim | 2009-11-20 | 1 | -35/+14 |
* | - Allocate scratch memory on stack instead of pre-allocating it with | jkim | 2009-11-20 | 2 | -9/+5 |
* | - Change internal function bpf_jit_compile() to return allocated size of | jkim | 2009-11-18 | 2 | -8/+8 |
* | - Make BPF JIT compiler working again in userland. We are limiting size of | jkim | 2009-11-18 | 2 | -3/+7 |
* | Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lock | tuexen | 2009-11-17 | 1 | -0/+4 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 3 | -45/+1 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 3 | -1/+45 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -1/+0 |
* | Remove unneeded blank line from bpf_drvinit(). | rwatson | 2009-10-23 | 1 | -1/+0 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-22 | 1 | -2/+2 |
* | Verify "smp_started" is true before calling | qingli | 2009-10-22 | 1 | -6/+10 |
* | The flow-table function flowtable_route_flush() may be called | qingli | 2009-10-20 | 1 | -7/+11 |
* | Clean up comments, white space, and style in pfil.c (especially new VNET | rwatson | 2009-10-19 | 1 | -30/+28 |
* | Remove unused pfil_flags field in packet_filter_hook. | rwatson | 2009-10-18 | 1 | -1/+0 |
* | Sort function prototypes in pfil.h, clean up white space, and better | rwatson | 2009-10-18 | 1 | -6/+6 |
* | Line-wrap pfil.c so that it prints more nicely. | rwatson | 2009-10-18 | 1 | -6/+10 |
* | Unbreak the VIMAGE build with IPSEC, broken with r197952 by | bz | 2009-10-14 | 1 | -4/+4 |