summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Though I disagree, I conceed to jhb & Rui. Noterrs2012-08-191-1/+1
* Ok jhb, lets move the ifa_free() down to the bottom torrs2012-08-171-1/+1
* Its never a good idea to double free the samerrs2012-08-161-1/+1
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-7/+9
* Some more whitespace cleanup.glebius2012-08-011-4/+4
* Some style(9) and whitespace changes.glebius2012-07-311-42/+35
* - Updated TOE support in the kernel.np2012-06-191-1/+1
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-1/+1
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-16/+15
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDRglebius2012-01-161-76/+6
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-11/+11
* Use a helper variable to wrap a long line.jhb2012-01-041-1/+2
* In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), addjhb2012-01-041-0/+6
* Fix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl() to work with IPv4jhb2012-01-041-3/+3
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+17
* Since size of struct in_aliasreq has just been changed in r228571,glebius2011-12-161-6/+0
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-34/+29
* Belatedly catch up with r151555. in_scrubprefix() also needs this fix. Weglebius2011-12-131-8/+16
* Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0,glebius2011-12-061-5/+6
* Fix one more fallout from r227791: do not overwrite trimmed sa_lenglebius2011-11-281-1/+2
* Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied.glebius2011-11-241-4/+1
* Fix stupid typo in r227830.glebius2011-11-241-1/+1
* style(9) nitglebius2011-11-221-1/+2
* Fix SIOCDIFADDR semantics: if no address is specified, then delete first one.glebius2011-11-221-1/+1
* This check isn't needed now, sanity checking done in the beginning.glebius2011-11-211-2/+1
* Historically in_control() did not check sockaddrs supplied withglebius2011-11-211-73/+69
* Exclude host routes when checking for prefix coverage on multipleqingli2011-10-251-2/+11
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-151-4/+9
* Remove last remnants of classful addressing:glebius2011-10-151-38/+15
OpenPOWER on IntegriCloud