summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Address issues found by clang. While there, fix also some styletuexen2011-12-2714-295/+239
* Use a better log message for master down event.glebius2011-12-221-1/+1
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+17
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-202-73/+72
* Fix unused parameter warnings.tuexen2011-12-1735-354/+332
* Since size of struct in_aliasreq has just been changed in r228571,glebius2011-12-161-6/+0
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-166-1449/+1067
* Belatedly catch up with r151555. in_scrubprefix() also needs this fix. Weglebius2011-12-131-8/+16
* Fix a bug reported by Irene Ruengeler which resulted in not sendingtuexen2011-12-102-0/+3
* Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0,glebius2011-12-061-5/+6
* 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
OpenPOWER on IntegriCloud