summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Remove debug code.tuexen2011-11-281-7/+0
* Fix one more fallout from r227791: do not overwrite trimmed sa_lenglebius2011-11-281-1/+2
* Fix a warning reported by arundel@.tuexen2011-11-272-7/+6
* Plug a TCP reassembly UMA zone leak introduced in r226113 by only using thelstewart2011-11-271-17/+22
* Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied.glebius2011-11-241-4/+1
* Fix stupid typo in r227830.glebius2011-11-241-1/+1
* Move up the address to the top of the sctp_udencaps structuretuexen2011-11-241-1/+1
* Move up the address to the top of the sctp_paddrthlds structuretuexen2011-11-241-1/+1
* style(9) nitglebius2011-11-221-1/+2
* Fix SIOCDIFADDR semantics: if no address is specified, then delete first one.glebius2011-11-221-1/+1
* This check isn't needed now, sanity checking done in the beginning.glebius2011-11-211-2/+1
* Historically in_control() did not check sockaddrs supplied withglebius2011-11-211-73/+69
* Be more informative for "unknown hardware address format" message.glebius2011-11-211-2/+4
* - Reduce severity for all ARP events, that can be triggered from remoteglebius2011-11-211-12/+13
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-2010-24/+207
* Cleanup comparison of interface names.tuexen2011-11-181-24/+4
* Set the MTU of an path to an approriate value if the interface MTUtuexen2011-11-151-16/+26
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Don't copy uninitialized memory. Also simplify the comparisontuexen2011-11-131-15/+5
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+1
* - add a missing "be" and "in"eadler2011-11-111-1/+1
* When loading addresses from INITs, always use the correcttuexen2011-11-071-37/+48
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0713-19/+24
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Initialize all components of the sent COOKIE.tuexen2011-11-061-0/+4
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-063-11/+42
* Fix the typo made in r157474.trociny2011-11-061-1/+1
* Always use the opt_*.h options for ipfw.ko, not just whenbz2011-11-046-26/+0
* Restore sysctl names for tcp_sendspace/tcp_recvspace.pluknet2011-11-022-2/+2
* When add a new remote address using sctp_add_remote_addr(),tuexen2011-10-271-3/+3
* Send out control chunks which have no specific destination.tuexen2011-10-271-12/+36
* Exclude host routes when checking for prefix coverage on multipleqingli2011-10-251-2/+11
* Add missing #includes.ed2011-10-211-0/+1
* Add syntactic sugar missed in r226437 and then not added either when movingbz2011-10-171-1/+1
* Move the tcp_sendspace and tcp_recvspace sysctl's fromandre2011-10-163-14/+10
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-163-53/+3
* VNET virtualize tcp_sendspace/tcp_recvspace and change theandre2011-10-163-11/+16
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Update the comment and description of tcp_sendspace and tcp_recvspaceandre2011-10-161-5/+4
* Forward declare mbuf and inpcb.ed2011-10-161-0/+3
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-152-4/+11
* Remove last remnants of classful addressing:glebius2011-10-154-52/+18
* Never switch directly from INIT to MASTER, since this producesglebius2011-10-141-18/+4
* De-spl(9).glebius2011-10-131-3/+1
* Make sure the inp wasn't dropped when rexmt let go of the inp andnp2011-10-121-0/+7
* Use the most significant 6 bits of the dscp instead of the leasttuexen2011-10-111-7/+7
* All indirect routes will fail the rtcheck, except for a special hostqingli2011-10-101-25/+17
* Get struct sctp_net_route in tune with struct route.tuexen2011-10-101-0/+2
* When moving an stcb to a new inp and we copy over the list oftuexen2011-10-101-0/+3
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-092-1/+2
OpenPOWER on IntegriCloud