| Commit message (Expand) | Author | Age | Files | Lines |
* | Address issues found by clang. While there, fix also some style | tuexen | 2011-12-27 | 14 | -295/+239 |
* | Use a better log message for master down event. | glebius | 2011-12-22 | 1 | -1/+1 |
* | Provide ABI compatibility shim to enable configuring of addresses | glebius | 2011-12-21 | 1 | -1/+17 |
* | Restore a feature that was present in 5.x and 6.x, and was cleared in | glebius | 2011-12-20 | 2 | -73/+72 |
* | Fix unused parameter warnings. | tuexen | 2011-12-17 | 35 | -354/+332 |
* | Since size of struct in_aliasreq has just been changed in r228571, | glebius | 2011-12-16 | 1 | -6/+0 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 6 | -1449/+1067 |
* | Belatedly catch up with r151555. in_scrubprefix() also needs this fix. We | glebius | 2011-12-13 | 1 | -8/+16 |
* | Fix a bug reported by Irene Ruengeler which resulted in not sending | tuexen | 2011-12-10 | 2 | -0/+3 |
* | Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0, | glebius | 2011-12-06 | 1 | -5/+6 |
* | Remove debug code. | tuexen | 2011-11-28 | 1 | -7/+0 |
* | Fix one more fallout from r227791: do not overwrite trimmed sa_len | glebius | 2011-11-28 | 1 | -1/+2 |
* | Fix a warning reported by arundel@. | tuexen | 2011-11-27 | 2 | -7/+6 |
* | Plug a TCP reassembly UMA zone leak introduced in r226113 by only using the | lstewart | 2011-11-27 | 1 | -17/+22 |
* | Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied. | glebius | 2011-11-24 | 1 | -4/+1 |
* | Fix stupid typo in r227830. | glebius | 2011-11-24 | 1 | -1/+1 |
* | Move up the address to the top of the sctp_udencaps structure | tuexen | 2011-11-24 | 1 | -1/+1 |
* | Move up the address to the top of the sctp_paddrthlds structure | tuexen | 2011-11-24 | 1 | -1/+1 |
* | style(9) nit | glebius | 2011-11-22 | 1 | -1/+2 |
* | Fix SIOCDIFADDR semantics: if no address is specified, then delete first one. | glebius | 2011-11-22 | 1 | -1/+1 |
* | This check isn't needed now, sanity checking done in the beginning. | glebius | 2011-11-21 | 1 | -2/+1 |
* | Historically in_control() did not check sockaddrs supplied with | glebius | 2011-11-21 | 1 | -73/+69 |
* | Be more informative for "unknown hardware address format" message. | glebius | 2011-11-21 | 1 | -2/+4 |
* | - Reduce severity for all ARP events, that can be triggered from remote | glebius | 2011-11-21 | 1 | -12/+13 |
* | Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option. | tuexen | 2011-11-20 | 10 | -24/+207 |
* | Cleanup comparison of interface names. | tuexen | 2011-11-18 | 1 | -24/+4 |
* | Set the MTU of an path to an approriate value if the interface MTU | tuexen | 2011-11-15 | 1 | -16/+26 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 1 | -1/+1 |
* | Don't copy uninitialized memory. Also simplify the comparison | tuexen | 2011-11-13 | 1 | -15/+5 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -1/+1 |
* | - add a missing "be" and "in" | eadler | 2011-11-11 | 1 | -1/+1 |
* | When loading addresses from INITs, always use the correct | tuexen | 2011-11-07 | 1 | -37/+48 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 13 | -19/+24 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 4 | -4/+4 |
* | Initialize all components of the sent COOKIE. | tuexen | 2011-11-06 | 1 | -0/+4 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 3 | -11/+42 |
* | Fix the typo made in r157474. | trociny | 2011-11-06 | 1 | -1/+1 |
* | Always use the opt_*.h options for ipfw.ko, not just when | bz | 2011-11-04 | 6 | -26/+0 |
* | Restore sysctl names for tcp_sendspace/tcp_recvspace. | pluknet | 2011-11-02 | 2 | -2/+2 |
* | When add a new remote address using sctp_add_remote_addr(), | tuexen | 2011-10-27 | 1 | -3/+3 |
* | Send out control chunks which have no specific destination. | tuexen | 2011-10-27 | 1 | -12/+36 |
* | Exclude host routes when checking for prefix coverage on multiple | qingli | 2011-10-25 | 1 | -2/+11 |
* | Add missing #includes. | ed | 2011-10-21 | 1 | -0/+1 |
* | Add syntactic sugar missed in r226437 and then not added either when moving | bz | 2011-10-17 | 1 | -1/+1 |
* | Move the tcp_sendspace and tcp_recvspace sysctl's from | andre | 2011-10-16 | 3 | -14/+10 |
* | Remove the ss_fltsz and ss_fltsz_local sysctl's which have | andre | 2011-10-16 | 3 | -53/+3 |
* | VNET virtualize tcp_sendspace/tcp_recvspace and change the | andre | 2011-10-16 | 3 | -11/+16 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Update the comment and description of tcp_sendspace and tcp_recvspace | andre | 2011-10-16 | 1 | -5/+4 |
* | Forward declare mbuf and inpcb. | ed | 2011-10-16 | 1 | -0/+3 |