summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-155-23/+54
* Fix a bug where the wrong protocol overhead was used. This can leadtuexen2012-02-141-25/+62
* Set vnet context in callouts and taskqueues.glebius2012-02-081-0/+8
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.glebius2012-02-062-3/+17
* Fix a typo which was already fixed by eadler in r227489. We missedtuexen2012-02-061-1/+1
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-057-24/+103
* o Provide functions carp_ifa_addroute()/carp_ifa_delroute()glebius2012-02-011-24/+41
* a variable was erroneously declared as 32 bit instead of 64.luigi2012-01-271-1/+1
* Remove unused variable.glebius2012-01-241-3/+0
* Make #error messages string-literals and remove punctuation.bz2012-01-223-3/+3
* Fix ip_divert handling of inet and inet6 and module building some more.bz2012-01-221-3/+1
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-223-15/+14
* Remove a superfluous INET6 check (no opt_inet6.h included anyway).bz2012-01-201-1/+1
* Fix a problem when using the CBAPI.tuexen2012-01-201-2/+1
* Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDRglebius2012-01-161-76/+6
* Two cleanups. No functional change.tuexen2012-01-152-3/+3
* Fix two bugs, which result in a panic when calling getsockopt()tuexen2012-01-141-2/+2
* Bunch of fixes to pfsync(4) module load/unload:glebius2012-01-091-20/+0
* Make it possible to use alternative source hardware addressglebius2012-01-081-10/+19
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().glebius2012-01-081-0/+1
* Move arprequest() declaration to if_ether.h.glebius2012-01-082-2/+2
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-084-5/+32
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-073-16/+3
* Improve the handling of received INITs. Send an ABORT whentuexen2012-01-071-100/+65
* - Fix sysctl descriptioneadler2012-01-071-1/+1
* Use NULL instead of 0.tuexen2012-01-061-1/+1
* Always release the inp lock before returning from tcp_detach.np2012-01-061-1/+3
* 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
OpenPOWER on IntegriCloud