aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Reduce overhead of entropy collectionMatt Macy2018-05-311-1/+1
* Re-apply r190640.Hans Petter Selasky2018-05-311-16/+76
* if_setlladdr: don't call ioctl in epoch contextMatt Macy2018-05-301-0/+2
* pf: Add missing include statementKristof Provost2018-05-301-0/+1
* pf: Replace rwlock on PF_RULES_LOCK with rmlockKristof Provost2018-05-301-8/+11
* iflib: mark irq allocation name parameter as constantStephen Hurd2018-05-292-13/+13
* iflib: hold context lock across detach for drivers that need itMatt Macy2018-05-291-3/+5
* rt_getifa_fib: don't use ifa but info->rti_ifaMatt Macy2018-05-291-1/+1
* route: fix missed ref addsMatt Macy2018-05-292-8/+18
* iflib: Add new shared flag: IFLIB_ADMIN_ALWAYS_RUNEric Joyner2018-05-262-2/+6
* rtrequest1_fib: we need to always bump the ifaddr refcount when we take a ref...Matt Macy2018-05-251-5/+3
* CK: update consumers to use CK macros across the boardMatt Macy2018-05-245-30/+31
* if_delgroups: add missed unlock introduced by r334118Matt Macy2018-05-241-0/+1
* UDP: further performance improvements on txMatt Macy2018-05-238-195/+193
* Improve MAC address uniqueness on if_epair(4).Luca Pizzamiglio2018-05-231-8/+24
* Simplify lagg_input().Mark Johnston2018-05-222-12/+4
* ck: simplify interface with libkvm consumers by defining ck_queue typesMatt Macy2018-05-211-9/+4
* net: fix uninitialized variable warningMatt Macy2018-05-192-3/+3
* mp_ring: fix i386Matt Macy2018-05-191-1/+2
* net: fix set but not usedMatt Macy2018-05-196-19/+12
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-189-69/+104
* epoch(9): allocate net epochs earlier in bootMatt Macy2018-05-181-2/+10
* epoch: move epoch variables to read mostly sectionMatt Macy2018-05-181-2/+2
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-182-2/+2
* epoch(9): Make epochs non-preemptible by defaultMatt Macy2018-05-183-3/+6
* epoch: add non-preemptible "critical" variantMatt Macy2018-05-181-1/+1
* Fix !netmap build post r333686Matt Macy2018-05-161-0/+2
* Work around lack of TX IRQs in iflib for netmapStephen Hurd2018-05-162-7/+35
* Replace rmlock with epoch in laggStephen Hurd2018-05-142-112/+109
* iflib(9): Add support for cloning pseudo interfacesMatt Macy2018-05-118-62/+915
* Apply the change from r272770 to if_ipsec(4) interface.Andrey V. Elsukov2018-05-111-1/+1
* Allow different bridge types to coexistMatt Macy2018-05-115-20/+16
* Slight cleanup of interface event logging.Dag-Erling Smørgrav2018-05-111-15/+13
* Allocate epoch for networking at startupMatt Macy2018-05-102-0/+5
* Add IFCAP_LINKSTATE support to if_loop(4).Andrey V. Elsukov2018-05-091-1/+3
* iflib: print message when iflib_tx_structures_setup failsStephen Hurd2018-05-081-4/+4
* iflib: cleanup queues when iflib_device_register failStephen Hurd2018-05-081-5/+8
* Fix an off-by-one error when deciding to request a tx interruptAndrew Gallatin2018-05-071-1/+1
* r333175 introduced deferred deletion of multicast addresses in order to permi...Matt Macy2018-05-062-8/+36
* The ifnet pointer (ifp) in rt_newaddrmsg can be valid without ifp->if_addr be...Matt Macy2018-05-061-1/+4
* Add netdump support to iflib.Mark Johnston2018-05-061-2/+91
* Import the netdump client code.Mark Johnston2018-05-062-0/+10
* fix gcc8 warningsMatt Macy2018-05-041-14/+20
* iflib: fix invalid free during queue allocation failureStephen Hurd2018-05-041-12/+5
* iflib: remove unused brscp pointer from iflib_queues_allocStephen Hurd2018-05-041-4/+0
* Allow iflib NIC drivers to sleep rather than busy waitStephen Hurd2018-05-032-14/+17
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-4/+14
* Fix iflib_encap() EFBIG handling bugsAndrew Gallatin2018-04-301-6/+15
* Add network device event for priority code point, PCP, changes.Hans Petter Selasky2018-04-263-2/+9
* Translate 32-bit ifmedia requests into native ones.Brooks Davis2018-04-251-25/+91