summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make stream our stream reset implementationrrs2012-03-2913-215/+549
* Permit tcpdrop in VNET jails.zec2012-03-281-1/+1
* Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4tuexen2012-03-281-9/+35
* Export the udp_cksum sysctl for upcoming SCTP work. Rather than always,bz2012-03-272-4/+6
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-254-14/+101
* Small cleanup of the code. No functional change (in FreeBSD kernel).tuexen2012-03-221-17/+20
* Hide a few declarations from userland (including `struct inpcbgroup'). Thisrmh2012-03-171-1/+1
* Clean up, no functional change.tuexen2012-03-151-16/+11
* Fix bugs which can result in a panic when an non-SCTP socket ittuexen2012-03-151-5/+5
* Fix VNET build broken by r232865.melifaro2012-03-122-3/+3
* This fixes PR 165210. Basically we justrrs2012-03-121-0/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-125-92/+671
* Fix a warning reported by bz@tuexen2012-03-091-3/+3
* Add support for stf interfaces.tuexen2012-03-091-0/+1
* Fix a bug reported by Peter Holm which results in a crash:tuexen2012-03-091-0/+9
* Change SYSINIT priorities so that ip_mroute_modevent() is executedzec2012-03-041-2/+2
* Correct typo in the RFC number for the constants based on IANA assignmentsbz2012-03-041-2/+2
* - Refresh dynamic tcp rule only if both sides answered keepalive packets.oleg2012-02-281-19/+27
* lookup_dyn_rule_locked(): style(9) cleanupoleg2012-02-281-64/+62
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-16/+15
* Don't use `m' after m_megapullup.ae2012-02-221-1/+1
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-174-8/+14
* 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
OpenPOWER on IntegriCloud