summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Further rework netinet6 address handling code:melifaro2014-01-191-2/+2
* If the flowid is available for the mbuf that finalised the creationadrian2014-01-181-0/+10
* Fix various places where we don't properly release a lockgnn2014-01-161-8/+18
* Cleanup comments and whitespace. No functional changes.glebius2014-01-161-18/+14
* Fix refcount leak on netinet ifa.melifaro2014-01-161-4/+4
* Fix ipfw fwd for IPv4 traffic broken by r249894.melifaro2014-01-161-0/+8
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-101-43/+8
* Make failure of ifpromisc() a non-fatal error. This makes it possible toglebius2014-01-031-17/+11
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-031-0/+1
* Fix regression from r249894. Now we pass "gw" as argument to if_outputglebius2014-01-021-0/+6
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-021-4/+4
* Fix couple of bugs from r257692 related to scan of address list onglebius2013-12-291-4/+8
* Address some warnings which showed up on the userland version.tuexen2013-12-272-3/+3
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.pluknet2013-12-261-2/+2
* Add more (IPv6) related Internet Protocols:bz2013-12-251-0/+4
* It'll be okay to use LibAliasDetachHandlers() here, relyingglebius2013-12-251-1/+1
* Cleanup alias module handler register/unregister.glebius2013-12-254-186/+63
* Kill space at eols.glebius2013-12-257-125/+125
* Remove from kernel the "dll" code.glebius2013-12-252-17/+18
* Whitespace cleanup.glebius2013-12-252-79/+71
* In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used wheneverdim2013-12-241-0/+4
* Disable the now unpredicably bogus check for whether we haveadrian2013-12-201-0/+22
* In a situation where:eadler2013-12-021-2/+4
* Intuexen2013-11-302-8/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-266-37/+37
* Convert over the TCP probes to use mtod() rather than directlyadrian2013-11-252-10/+11
* Only initialize some mutexes for the default VNET.rodrigc2013-11-251-2/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-2510-11/+0
* In r257692 I intentionally deleted code that handled P2P interfacesglebius2013-11-171-1/+3
* Deregister helper hooks on vnet destroy.trociny2013-11-171-0/+14
* Use SCTP_PR_SCTP_TTL when the user provides a positivetuexen2013-11-161-5/+9
* Remove a stray write operation.tuexen2013-11-161-1/+0
* When determining if an address belongs to an stcb, take the address familytuexen2013-11-161-0/+3
* Cleanups which result in fixes which have been made upstreamtuexen2013-11-162-36/+23
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-232/+0
* Make TCP_KEEP* socket options readable. At least PostgreSQL wantsglebius2013-11-081-0/+21
* Get rid of the artification limitation enforced bytuexen2013-11-072-31/+12
* Make sure that we don't try to build an ASCONF-ACK chunktuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.tuexen2013-11-072-3/+3
* 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
* netinet code no longer uses IFA_RTSELF.glebius2013-11-051-4/+0
* 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-052-6/+1
* Unlock the lock before destroying it.tuexen2013-11-031-0/+2
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-025-21/+108
* in_ifadown() can be void.glebius2013-11-012-5/+4
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-014-18/+7
* Terminate a debug output with a \n.tuexen2013-10-291-1/+1
OpenPOWER on IntegriCloud