summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Use correct order of source and destination address and port.tuexen2016-04-291-3/+3
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-0/+23
* in_lltable_alloc and in6 copy: Don't leak LLE in error pathcem2016-04-261-4/+15
* Fixes the comment to reflect the code.loos2016-04-251-2/+1
* Indentation issues.pfg2016-04-201-2/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* Address issues found by the XCode code analyzer.tuexen2016-04-181-2/+1
* Fix the ICMP6 handling for SCTP.tuexen2016-04-162-198/+168
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-155-10/+10
* Fix regression introduced in r296986.ae2016-04-081-1/+1
* Unbreak the RSS/PCBGROUp build.gnn2016-03-311-0/+1
* Fix the lladdr copy in in6_lltable_dump_entry() after r292978.markj2016-03-301-1/+1
* Modify nd6_llinfo_timer() to acquire the nd6 lock before the LLE lock.markj2016-03-291-24/+32
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-243-11/+27
* Mfp4 @180378:bz2016-03-225-38/+33
* Modify defrouter_remove() to perform the router lookup before removal.markj2016-03-173-54/+39
* Reduce the number of local variables. Remove redundant check that inpae2016-03-171-19/+11
* Change in6_selectsrc() to allow usage of non-local IPv6 addresses inae2016-03-171-10/+18
* New way to manage reference counting of mbuf external storage.glebius2016-03-012-2/+2
* Lock the NDP default router list and count defrouter references.markj2016-02-254-71/+260
* Don't leak an address in an error path.tuexen2016-02-231-0/+2
* Fix reporting of mapped addressed in getpeername() and getsockname() fortuexen2016-02-181-25/+24
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.markj2016-02-181-2/+3
* Use pfxrtr_del() instead of freeing advertising routers directly.markj2016-02-171-2/+2
* Remove a prototype for the non-existent prelist_del().markj2016-02-171-1/+0
* Ternary operator has lower priority than OR.glebius2016-02-171-1/+1
* Add a missing newline to a log message.markj2016-02-121-1/+1
* Rename the flags field of struct nd_defrouter to "raflags".markj2016-02-123-9/+9
* Simplify defrtrlist_update() slightly in preparation for future changes.markj2016-02-121-28/+23
* Remove a bogus comment from nd6_na_input().markj2016-02-121-6/+0
* Remove superfluous return statements from the neighbour discovery code.markj2016-02-123-6/+0
* Fix style around allocations from M_IP6NDP.markj2016-02-122-9/+6
* Remove some unreferenced NDP debug variable definitions.markj2016-02-121-5/+0
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-1/+3
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-253-24/+25
* Fix rte refcount leak in ip6_forward().melifaro2016-01-201-2/+5
* Verify the packet length in sctp6_input().glebius2016-01-141-1/+4
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-111-0/+7
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-107-88/+121
* Do not hold ifaddr reference for the whole icmp6_reflect() exec time.melifaro2016-01-101-16/+21
* Remove prefix check from in6_addroute().melifaro2016-01-091-29/+1
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing APImelifaro2016-01-041-20/+22
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-042-36/+43
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-037-53/+29
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-032-32/+96
* Use lltable_get_ifp() instead of direct access to lltable fields.melifaro2016-01-011-2/+4
* Implement interface link header precomputation API.melifaro2015-12-316-26/+108
* Add the appropriate case statement for IPV6_BINDMULTI so the option can bejtl2015-12-301-0/+1
OpenPOWER on IntegriCloud