| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC of 197952 and 198075 | Julian Elischer | 2010-02-07 | 1 | -4/+5 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -8/+5 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -3/+3 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -17/+17 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -1/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+3 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -2/+4 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -19/+20 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -1/+1 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -2/+3 |
| * | In IPv4 fast forwarding path, send ICMP unreachable messages for | Bruce M Simpson | 2007-03-18 | 1 | -1/+2 |
| * | When fast-forwarding is enabled, do not forward directed IPv4 broadcasts | Bruce M Simpson | 2007-02-05 | 1 | -2/+4 |
| * | In fast forwarding path, defer processing of 169.254.0.0/16 | Bruce M Simpson | 2007-02-03 | 1 | -0/+2 |
| * | Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it... | Julian Elischer | 2006-08-17 | 1 | -5/+1 |
| * | Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED | Gleb Smirnoff | 2006-04-18 | 1 | -2/+6 |
| * | Somewhat re-factor the read/write locking mechanism associated with the packet | Christian S.J. Peron | 2006-02-02 | 1 | -2/+2 |
| * | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | Andre Oppermann | 2006-01-18 | 1 | -18/+18 |
| * | Consolidate all IP Options handling functions into ip_options.[ch] and | Andre Oppermann | 2005-11-18 | 1 | -0/+1 |
| * | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -1/+1 |
| * | Handle pure layer 2 broad- and multicasts properly and simplify related | Andre Oppermann | 2005-08-22 | 1 | -19/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+1 |
| * | Misc spelling and/or English fixes in comments. | Giorgos Keramidas | 2005-07-23 | 1 | -12/+12 |
| * | Pass icmp_error() the MTU argument directly instead of | Andre Oppermann | 2005-05-04 | 1 | -6/+6 |
| * | - Don't free mbuf, passed to interface output method if the latter | Gleb Smirnoff | 2005-03-29 | 1 | -2/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Fix a double-free in the 'hlen > m->m_len' sanity check. | Andre Oppermann | 2004-11-09 | 1 | -1/+1 |
| * | Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check. | Andre Oppermann | 2004-11-06 | 1 | -2/+2 |
| * | When performing IP fast forwarding, immediately drop traffic which is | Bruce M Simpson | 2004-11-04 | 1 | -0/+6 |
| * | Make comments more clear. Change the order of one if() statement to check the | Andre Oppermann | 2004-10-19 | 1 | -3/+8 |
| * | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -2/+2 |
| * | Fix ip_input() fallback for the destination modified cases (from the packet | Andre Oppermann | 2004-09-13 | 1 | -6/+4 |
| * | Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion. | Andre Oppermann | 2004-08-27 | 1 | -1/+0 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -5/+9 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -200/+32 |
| * | Make use of in_localip() function and replace previous direct LIST_FOREACH | Andre Oppermann | 2004-08-11 | 1 | -43/+37 |
| * | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST. | Andre Oppermann | 2004-08-11 | 1 | -1/+2 |
| * | Make IP fastforwarding ALTQ-aware by adding the input traffic conditioner | Andre Oppermann | 2004-08-11 | 1 | -0/+10 |
| * | Those are unneeded too. | Pawel Jakub Dawidek | 2004-06-27 | 1 | -1/+0 |
| * | Add two missing includes and remove two uneeded. | Pawel Jakub Dawidek | 2004-06-27 | 1 | -1/+0 |
| * | Provide the sysctl net.inet.ip.process_options to control the processing | Andre Oppermann | 2004-05-06 | 1 | -2/+10 |
| * | Back out a change that slipped into the previous commit for which other | Andre Oppermann | 2004-05-03 | 1 | -10/+2 |
| * | Optimize IP fastforwarding some more: | Andre Oppermann | 2004-05-03 | 1 | -95/+114 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -80/+32 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -18/+67 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -67/+18 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -5/+4 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -2/+2 |