summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-041-19/+29
* Implement interface link header precomputation API.melifaro2015-12-311-2/+10
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-051-0/+12
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Unify setting lladdr for AF_INET[6].melifaro2015-11-071-2/+2
* Fix deletion of ifaddr lle entries when deleting prefix from interface inmelifaro2015-10-181-6/+21
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-0/+2
* Unify loopback route switching:melifaro2015-09-161-3/+6
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-58/+71
* * Split allocation and table linking for lle's.melifaro2015-08-201-15/+2
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-2/+2
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-14/+8
* MFP r276712.melifaro2015-08-111-16/+25
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-80/+96
* Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.marius2015-08-081-4/+2
* MFP r274553:melifaro2015-08-081-54/+120
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-17/+24
* Provide functions to determine presence of a given addressglebius2015-04-171-0/+24
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-091-2/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-1/+1
* Add a change missing in r271916.hrs2014-09-211-2/+2
* Restore historical behavior of in_control, which, when no matching addressdelphij2014-08-221-4/+11
* Ensure that IP's added to CARP always use the CARP MACsmh2014-07-311-12/+11
* Only check error if one could have been generatedsmh2014-07-311-6/+8
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-1/+0
* Fix a panic when removing an IP address from an interface, if the same addressasomers2014-04-291-3/+7
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-3/+8
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+1
* Correct ARP update handling when the routes for network interfaces areasomers2014-03-261-2/+3
* Fix refcount leak on netinet ifa.melifaro2014-01-161-4/+4
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-101-43/+8
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-031-0/+1
* Fix couple of bugs from r257692 related to scan of address list onglebius2013-12-291-4/+8
* In r257692 I intentionally deleted code that handled P2P interfacesglebius2013-11-171-1/+3
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-232/+0
* Provide compat layer for OSIOCAIFADDR.glebius2013-11-061-4/+5
* Fix my braino in r257692. For SIOCG*ADDR we don't need exact match onglebius2013-11-061-9/+16
* Fix build on GCC.nwhitehorn2013-11-061-1/+2
* Rewrite in_control(), so that it is comprehendable without getting mad.glebius2013-11-051-447/+373
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-1/+1
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-011-14/+4
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-10/+2
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-3/+0
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-2/+6
* Retire struct sockaddr_inarp.glebius2013-01-311-7/+3
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-8/+3
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-3/+8
* Minor style(9) changes:glebius2012-12-241-1/+3
OpenPOWER on IntegriCloud