summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* If vnets are torn down while ifconfig runs an ioctl to say, destroy anbz2015-12-221-3/+17
* If bootverbose is enabled every vnet startup and virtual interfacebz2015-12-221-1/+1
* Simplify bringup order by removing a SYSINIT making it a static listbz2015-12-221-12/+2
* Revert r292275 & r292379smh2015-12-174-30/+10
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-161-0/+3
* Convert if_stf(4) to new routing api.melifaro2015-12-161-20/+8
* Fix lagg failover due to missing notificationssmh2015-12-154-10/+30
* Fix PINNED routes handling.melifaro2015-12-131-0/+3
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-132-0/+45
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-0/+31
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-052-1/+16
* Move RTF_PINNED handling to generic route code.melifaro2015-12-021-29/+27
* Fix LINT-NOIP kernels after r291467ngie2015-12-011-0/+2
* Move flowtable rte checks to separate function.melifaro2015-11-301-50/+63
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-302-205/+259
* Fix building sys/modules/if_enc by adding missing headersngie2015-11-251-0/+2
* Fix the build.ae2015-11-251-1/+0
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-254-197/+249
* Implement the sadb_x_policy_priority field as it is done in Linux:fabient2015-11-171-1/+1
* Pass provided af instead of AF_UNSPEC to setwa_f callback.melifaro2015-11-141-1/+1
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-143-13/+4
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-092-13/+7
* Unify setting lladdr for AF_INET[6].melifaro2015-11-072-0/+11
* Add sysctl to control LACP strict compliance defaultsmh2015-11-061-2/+7
* Replace the fastforward path with tryforward which does not require agnn2015-11-055-12/+0
* Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue.rrs2015-11-021-5/+2
* Fix lladdr change propagation for on vlans on top of it.melifaro2015-11-013-52/+89
* Avoid passing an uninitialized 'i'. Currently nothing was depending on itbdrewery2015-10-291-1/+1
* Check the size of data available in mbuf, before using them.ae2015-10-281-0/+8
* pf: Fix compliation warning with gcckp2015-10-251-2/+2
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalkp2015-10-251-2/+3
* if_tap: correct typo in sysctl description (Enably)emaste2015-10-211-1/+1
* Remove several compat functions from pre-fib era.melifaro2015-10-172-8/+0
* Fix a panic when destroying a lagg interface.hrs2015-10-161-1/+2
* pf: Fix TSO issueskp2015-10-141-0/+5
* Fix a bug that caused reinitialization failure of MAC addresses onhrs2015-10-071-6/+14
* Remove per complete the fec aggregation protocol.araujo2015-10-042-11/+0
* Add IFCAP_LINKSTATE support.hrs2015-10-033-4/+20
* Always detach encap handler when reconfiguring tunnel.ae2015-10-031-1/+1
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-272-2/+0
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-165-26/+35
* Use KASSERT for some checks, that are late to do.ae2015-09-161-23/+3
* Remove superfluous m_freem().oleg2015-09-161-1/+0
* Unify loopback route switching:melifaro2015-09-162-50/+27
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+1
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-142-7/+18
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-142-22/+46
* Update TSO limits to include all headers.hselasky2015-09-141-5/+6
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.hrs2015-09-102-56/+25
OpenPOWER on IntegriCloud