summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the sense of a test so that this filter always waits for the fulljhb2009-05-261-2/+2
* Remove comment about moving tcp_reass() to its own file named tcp_reass.c,rwatson2009-05-251-2/+1
* For UDP with introducing the UDP control block, the uma zone had tobz2009-05-231-1/+1
* Implement UDP control block support.bz2009-05-233-39/+83
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-2/+9
* If including vnet.h one has to include opt_route.h as well. This isbz2009-05-221-0/+1
* Consolidate and clean up the first section of ip_output.c in light of therwatson2009-05-211-7/+12
* When an interface address is removed and the last prefixqingli2009-05-201-0/+44
* Revert the logical change of r192341.bz2009-05-181-1/+1
* - Fix typo in description of 'net.inet.ip.fw.autoinc_step'.jhb2009-05-181-2/+2
* Unbreak options VIMAGE builds, in a followup to r192011 which did notbz2009-05-171-0/+2
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andrwatson2009-05-142-9/+4
* Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop...qingli2009-05-141-1/+5
* This patch adds a host route to an interface address (that is assignedqingli2009-05-121-1/+47
* Remove bogus comment.imp2009-05-091-1/+1
* Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunablejhb2009-05-091-5/+9
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-081-1/+1
* Remove a bogus check that unintentionally slipped in r191816.zec2009-05-081-3/+0
* repository sync to multi-OS repo ... spaceing changerrs2009-05-071-0/+1
* ABI expansions to hopefully future-proof our MIB/netstat code for 8.0rrs2009-05-071-2/+4
* Remove unnecessary CURVNET_SET() calls where curvnet context iszec2009-05-061-17/+0
* Unbreak options VIMAGE kernel builds.zec2009-05-062-6/+2
* Change the curvnet variable from a global const struct vnet *,zec2009-05-055-9/+14
* Make indentation more uniform accross vnet container structs.zec2009-05-022-168/+168
* Unbreak options VIMAGE + nooptions INVARIANTS kernel builds.zec2009-05-022-2/+2
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-3013-9/+39
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-31/+37
* Add MLDv2 prototypes and defines.bms2009-04-291-0/+4
OpenPOWER on IntegriCloud