summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix check used by stream reset related events.tuexen2012-04-211-3/+3
* Whitespace changes.tuexen2012-04-192-2/+2
* Use the same pattern for mbuf logging everywhere.tuexen2012-04-192-34/+12
* Fix reported errno.tuexen2012-04-191-2/+2
* Fix a bug where we copy out more data from a mbuf chain that aretuexen2012-04-192-16/+21
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-164-19/+32
* Send always HBs when in PF state.tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.tuexen2012-04-141-1/+16
* It is a logical error that in carp_multicast_cleanup()glebius2012-04-111-24/+59
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-1/+1
* CARP should be capable to run on if_bridge(4). Unfortunately,glebius2012-04-101-0/+2
* Remove duplicate condition in if statement.tuexen2012-04-061-1/+0
* Don't check malloc(M_WAITOK) results.glebius2012-03-311-4/+0
* 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
OpenPOWER on IntegriCloud