summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add the add-stream capability. Still needs morerrs2009-02-2010-36/+281
* Fix a bug. The sending was being restricted improperly byrrs2009-02-201-2/+2
* correct some #includeluigi2009-02-162-3/+2
* remove dependency on eventhandler.h, we only need a forward declarationluigi2009-02-161-1/+2
* remove dependency on net/if.h of this headerluigi2009-02-161-0/+1
* use a const format string in the log message so we can check theluigi2009-02-161-6/+11
* remove unnecessary #include from vnet.h and vinet.hluigi2009-02-151-3/+0
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-143-693/+58
* Have the jail code use the error returned to pass not constantrrs2009-02-132-27/+23
* remove unnecessary #include, and document some of the othersluigi2009-02-132-14/+10
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.luigi2009-02-137-22/+29
* Move the new rwnd field down to the very endrrs2009-02-132-3/+3
* Add padding to then end of the xsctp_xxx structures torrs2009-02-091-0/+4
* Fix minor spacing problem found by s9indent from lastrrs2009-02-091-2/+4
* Fix INET only build breakage with SCTP - pointy hat to me :-)rrs2009-02-091-0/+2
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-083-7/+5
* Silent LINT: add 2 stubs (update_crc32 and sctp_finalize_crc32) to fix LIBALI...piso2009-02-081-0/+11
* Add SCTP NAT support.piso2009-02-078-6/+2993
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-287-8/+3112
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-051-11/+4
* | Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-055-67/+59
* | LOR fix - Lock only when calling the actual code thatrrs2009-02-031-2/+4
* | - Cleanup checksum code.rrs2009-02-0314-751/+832
* | Adds support for SCTP checksum offload. This meansrrs2009-02-033-4/+48
* | initialize a couple of variables, gcc 4.2.4-4 (linux) reportsluigi2009-01-281-1/+2
* | For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endifluigi2009-01-281-2/+5
* | For consistency with prison_{local,remote,check}_ipN renamebz2009-01-252-5/+5
* | Add externs to fix build with VIMAGE_GLOBALS after r187289.bz2009-01-221-0/+2
* | remove too noisy DIAGNOSTIC codesam2009-01-181-3/+0
* | Silent userland warnings about missing prototypes.piso2009-01-153-0/+3
* | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.lstewart2009-01-155-10/+68
* | Since we allow conditional allocation of labels on syncache entries,rwatson2009-01-111-2/+0
* | Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-0/+4
* | Fix fat-fingered comment.adrian2009-01-091-1/+1
* | Fix indentation; add FALLTHROUGH.adrian2009-01-091-3/+4
* | Better comment what the socket option does. Thanks to Sam Leffleradrian2009-01-091-1/+2
* | Comment some potentially confusing logic.adrian2009-01-091-0/+5
* | Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-094-1/+28
* | Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-091-1/+9
* | Set a minimum of information in the routing message (like version and type)harti2009-01-091-0/+4
* | Addresses Roberts comments on comments. Also addsrrs2009-01-061-11/+9
* | Add the ability of an alternate transport protocolrrs2009-01-062-8/+89
* | Allow the IP_MINTTL socket option to be set to 0 so that it can berwatson2009-01-031-1/+1
* | Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-1/+2
* | For consistency use LLE_IS_VALID() in this 4th place that is actuallybz2008-12-281-1/+1
|/
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* Fix missed unlock and reference drop of llekmacy2008-12-241-6/+6
* Remove long unused netinet/ipprotosw.h (basically since r82884).bz2008-12-231-98/+0
* Don't create a bogus ARP entry for 0.0.0.0.qingli2008-12-231-15/+16
* The proxy-arp code was broken and responds to ARPqingli2008-12-191-57/+52
OpenPOWER on IntegriCloud