summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of r278472rrs2015-02-151-2/+1
* MFC changes related to PR kern/189089. Unlike CURRENT, stable/10 does notasomers2014-06-061-3/+5
* MFC r264887asomers2014-06-061-1/+3
* MFC changes relating to running multiple interfaces on different fibs butasomers2014-06-061-3/+8
* MFC r263779asomers2014-06-061-2/+3
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-0/+1
* Merge 260488, r260508.melifaro2014-05-081-43/+8
* MFC r260151 (by adrian):ae2014-01-101-0/+1
* 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
* De-spl(9).glebius2011-10-131-3/+1
* All indirect routes will fail the rtcheck, except for a special hostqingli2011-10-101-25/+17
* Do not try removing an ARP entry associated with a given interfaceqingli2011-10-071-1/+2
* Remove the reference held on the loopback route when the interfaceqingli2011-10-071-1/+3
* A system may have multiple physical interfaces, all of which are on theqingli2011-10-031-5/+34
* This patch allows ARP to work properly in the presence ofqingli2011-10-031-14/+21
OpenPOWER on IntegriCloud