summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Take also the send queue and sent queue into account when triggeringtuexen2015-11-271-4/+8
* When the sending of an SCTP outgoing stream reset request fails,tuexen2015-11-261-3/+12
* When receiving an SCTP/UDP packet and the interface performedtuexen2015-11-261-0/+12
* The r241129 description was wrong that the scenario is possiblefabient2015-11-251-1/+10
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-3/+27
* Fix the handling of IPSec policies in the SCTP stack. At leasttuexen2015-11-212-47/+9
* Revert part of r291137 which seems correct, bit does not fix thetuexen2015-11-211-2/+4
* Clear the so_pcb pointer in case of ipsec_init_policy() fails.tuexen2015-11-211-1/+2
* Don't send SHUTDOWN chunk when the association is in a front statetuexen2015-11-212-8/+5
* Fix a bug where an SCTP association was moved back to SHUTDOWN_SENTtuexen2015-11-191-51/+52
* in_getmulti: Fix recursion on if_addr_lock on malloc failurecem2015-11-181-1/+1
* Revert r290403smh2015-11-131-7/+0
* This fixes several places where callout_stops return is examined. Therrs2015-11-132-3/+3
* Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().melifaro2015-11-093-27/+36
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-0/+31
* Unify setting lladdr for AF_INET[6].melifaro2015-11-072-17/+4
* Use the correct length. The wrong one was too large.tuexen2015-11-061-1/+1
* The field sinfo_timetolive should have been sinfo_pr_value.tuexen2015-11-061-1/+2
* Fix typos in field names of struct sctp_extrcvinfo.tuexen2015-11-063-27/+33
* Add MTU support to carp interfacessmh2015-11-051-0/+7
* Replace the fastforward path with tryforward which does not require agnn2015-11-053-113/+18
* Improve the sysctl node name.hiren2015-11-051-1/+1
* Implement `ipfw internal olist` command to list named objects.ae2015-11-031-0/+1
* Set the proper direction to check for policies in this one case.gnn2015-10-291-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection ashiren2015-10-283-4/+39
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionhiren2015-10-272-12/+10
* Turning on IPSEC used to introduce a slight amount of performancegnn2015-10-272-1/+6
* When processing a cookie, any mismatch in port numbers or the vtag resultstuexen2015-10-261-2/+2
* Use __func__ instead of __FUNCTION__.tuexen2015-10-196-26/+26
* Fix deletion of ifaddr lle entries when deleting prefix from interface inmelifaro2015-10-181-6/+21
* Remove several compat functions from pre-fib era.melifaro2015-10-172-22/+0
* Hopefully also unbreak VIMAGE kernels replacing the &V_... withbz2015-10-151-3/+3
* Properly define functions withut argument and wrap for { for style purposesbz2015-10-141-2/+6
* Fix an unnecessarily aggressive behavior where mtu clamping begins on firsthiren2015-10-141-2/+10
* There are times when it would be really nice to have a record of the last fewhiren2015-10-148-1/+560
* Fix the timeout for INIT retransmissions in the case where RTO_MIN istuexen2015-10-131-1/+5
* Fix regression from r287779, that bite me. If we call m_pullup()glebius2015-10-071-5/+8
* Add a comment specifying how we implement rfc3042.hiren2015-10-061-0/+10
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-3/+1
* When processing ICMP need frag message, ignore the suggested MTU unless itglebius2015-09-301-11/+10
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-273-28/+0
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-0/+2
* Replace toe_nd6_resolve() with nd6_resolve().melifaro2015-09-221-72/+1
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()melifaro2015-09-211-5/+2
* Use proper byteswap macro. This isn't a functional change.glebius2015-09-171-1/+1
* In tcp_ctlinput() separate the (ip == NULL) block from the rest of theglebius2015-09-161-64/+65
* Unify loopback route switching:melifaro2015-09-161-3/+6
* Remove redundant 'man page'brd2015-09-151-1/+1
* Remove unnecessary tcp state transition call.hiren2015-09-151-1/+1
* * Improve logging invalid arp messagesmelifaro2015-09-151-26/+32
OpenPOWER on IntegriCloud