summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak the last fix to match what was actually tested.jhb2012-01-061-1/+1
* Fix a typo.pluknet2012-01-061-1/+1
* Remove the assertion from tcp_input() that rcv_nxt is always greaterjhb2012-01-052-7/+4
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-0510-71/+71
* Use a helper variable to wrap a long line.jhb2012-01-041-1/+2
* In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), addjhb2012-01-041-0/+6
* Fix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl() to work with IPv4jhb2012-01-041-3/+3
* When cancelling multicast timers on an interface, don't release thejhb2012-01-031-8/+6
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatjhb2012-01-031-5/+4
* As I came by and noticed add a comment that inp locking is a bit optisticbz2012-01-021-0/+2
* Defer the work of freeing IPv4 multicast options from a socket to anjhb2011-12-292-3/+39
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-2/+1
* Don't fallback to a CARP address in BACKUP state.glebius2011-12-291-1/+3
* 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
OpenPOWER on IntegriCloud