summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+5
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-144-80/+72
* * Improve error checking for arp messages.melifaro2015-09-141-20/+48
* Update TSO limits to include all headers.hselasky2015-09-141-1/+11
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-137-0/+63
* Fix compilation issue introduced in r287717.tuexen2015-09-121-1/+1
* Address a compile warning.tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-125-156/+82
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-114-26/+38
* RFC 4960 requires that packets containing an INIT chunk bundled withtuexen2015-09-071-6/+4
* missed file that should have been included in r287528allanjude2015-09-071-1/+1
* Replace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_direct_nh.nh_m2cpuid,adrian2015-09-061-1/+1
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-051-1/+1
OpenPOWER on IntegriCloud