summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add soreceive_stream(), an optimized version of soreceive() forandre2009-06-221-0/+6
* V_irtualize flowtable state.zec2009-06-223-8/+50
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-222-2/+2
* Remove a hack from r186086 so that IPsec via loopback routes continuedbz2009-06-221-4/+0
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-213-4/+4
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-43/+18
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-172-3/+1
* Changes to the NR-Sack code so that:rrs2009-06-174-224/+132
* Trim extra sets of ()'s.jhb2009-06-162-5/+5
* Fix edge cases with ticks wrapping from INT_MAX to INT_MIN in the handlingjhb2009-06-161-2/+2
* - Change members of tcpcb that cache values of ticks from int to u_int:jhb2009-06-162-12/+12
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-2/+2
* Since dn_pipe.numbytes is int64_t now - remove unnecessary overflow detectionoleg2009-06-151-21/+7
* Move the kernel option FLOWTABLE chacking from the header file to thebz2009-06-122-1/+8
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-124-1/+285
* Correct printf format type mismatches.jhb2009-06-111-3/+3
* Trim extra ()'s.jhb2009-06-111-1/+1
* Change a few members of tcpcb that store cached copies of ticks to be intsjhb2009-06-103-8/+8
* These are no longer referenced in the tree, so can be safely removed.imp2009-06-101-13/+0
* in ip_dn_ctl(), do not allocate a large structure on the stack,luigi2009-06-101-9/+11
* Remove the "The option TCPDEBUG requires option INET." requirement.bz2009-06-101-4/+6
* small simplifications to the code in charge of reaping deleted rules:luigi2009-06-101-16/+13
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-095-89/+58
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-089-12/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-0812-0/+130
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-2/+16
* Unbreak options VIMAGE build.zec2009-06-061-1/+0
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-053-5/+3
* move kernel ipfw-related sources to a separate directory,luigi2009-06-054-0/+0
* Several ipfw options and actions use a 16-bit argument to indicateluigi2009-06-051-5/+17
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-0517-17/+0
* Unifdef MAC label pointer in syncache entries -- in general, ifdef'drwatson2009-06-051-2/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-057-37/+27
* Small changes (no actual code changes) in preparation of moving ipfw-relatedluigi2009-06-051-4/+6
* fix a bug introduced in rev.190865 related to the signednessluigi2009-06-041-3/+3
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-2/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-023-6/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-013-47/+28
* Convert the two dimensional array to be malloced and introducebz2009-06-011-6/+4
* Merge fixes from p4:bms2009-06-011-85/+133
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-014-28/+63
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-015-32/+18
* Adds missing sysctl to manage the vtag_time_wait time. This willrrs2009-05-303-1/+21
* Fix a small memory leak from the nr-sack code - the mapping arrayrrs2009-05-302-40/+14
* Make sctp_uio user to kernel structure match therrs2009-05-301-2/+2
* Correct handling of SYN packets that are to the left of the current window of...zml2009-05-271-1/+5
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-272-8/+10
* Don't discard packets with 'Destination Unreachable' at the beginningtrasz2009-05-271-3/+11
OpenPOWER on IntegriCloud