aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Fix rib_subscribe() waitok flag by performing allocation outside epoch.Alexander V. Chernikov2020-08-112-7/+8
* iflib: netmap: drop redundant checkVincenzo Maffione2020-08-061-4/+0
* iflib: netmap: don't increment ifl_cidx on the wrong free listVincenzo Maffione2020-08-061-39/+35
* Remove free_domain() and uma_zfree_domain().Mark Johnston2020-08-041-4/+1
* iflib: fix LOR with bpf detachMatt Macy2020-07-271-0/+2
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-213-107/+13
* iflib: initialize netmap with the correct number of descriptorsVincenzo Maffione2020-07-201-22/+38
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-193-13/+107
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-193-107/+13
* bridge: Don't sleep during epochKristof Provost2020-07-181-9/+9
* tuntap: drop redundant if_mtu assignment in tuncreateKyle Evans2020-07-161-1/+0
* ether_ifattach: set mtu before calling if_attach()Kyle Evans2020-07-161-1/+1
* Switch inet6 default route subscription to the new rib subscription api.Alexander V. Chernikov2020-07-122-38/+1
* Add destructor for the rib subscription system to simplify users code.Alexander V. Chernikov2020-07-123-1/+32
* Split nhop_ref_object().Mark Johnston2020-07-062-3/+13
* iflib: Fix some nits in the rx refill code.Mark Johnston2020-07-062-27/+21
* iflib: Fix handling of mbuf cluster allocation failures.Mark Johnston2020-07-061-27/+31
* Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup().Alexander V. Chernikov2020-07-021-3/+6
* libifconfig: Add function to get bridge statusRyan Moeller2020-07-011-0/+30
* iflib: fix compilation issue introduced in r362621Vincenzo Maffione2020-06-251-2/+0
* iflib: netmap: add support for partial ring openingsVincenzo Maffione2020-06-251-11/+12
* iflib: netmap: add per-tx-queue netmap supportVincenzo Maffione2020-06-251-13/+10
* iflib: netmap: fix rsync index overrunVincenzo Maffione2020-06-231-1/+2
* To avoid a startup script race change net.bpf.optimize_writers fromTycho Nightingale2020-06-231-1/+1
* iflib: fix cloneattach fail and generalize pseudo device handlingMatt Macy2020-06-212-10/+44
* net.link.generic.ifdata.<ifindex>.linkspecific: rework handlerPawel Biernacki2020-06-211-5/+1
* iflib: netmap: enter/exit netmap mode after device stopsVincenzo Maffione2020-06-141-2/+8
* Decode the "LACP Fast Timeout" LAGG option flagRavi Pokala2020-06-112-7/+7
* Switch rtsock code to using newly-create rib_action() KPI call.Alexander V. Chernikov2020-06-103-43/+62
* iflib: netmap: honor netmap_irx_irq return valuesVincenzo Maffione2020-06-091-6/+8
* Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.John Baldwin2020-06-041-0/+1
* Add if_reassing method to all tunneling interfaces.Andrey V. Elsukov2020-06-034-0/+84
* Add rib subscription API.Alexander V. Chernikov2020-06-012-6/+77
* Finish r361706: add sys/net/route/route_ctl.h, missed in previous commit.Alexander V. Chernikov2020-06-011-0/+68
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-019-37/+223
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-0110-313/+37
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-0110-37/+313
* Fix panics when using iflib pseudo device supportMatt Macy2020-05-311-1/+3
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-292-0/+2
* Unlock rtentry before calling for epoch(9) destruction as the destructionAlexander V. Chernikov2020-05-281-1/+1
* Move <add|del|change>_route() functions to route_ctl.c in preparation ofAlexander V. Chernikov2020-05-235-570/+573
* Remove refcounting from rtentry.Alexander V. Chernikov2020-05-232-74/+8
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-238-77/+71
* sysctl: fix setting net.isr.dispatch during early bootPawel Biernacki2020-05-161-8/+23
* pf: Add a new zone for per-table entry counters.Mark Johnston2020-05-161-2/+6
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-1/+1
* Kill trailing newline while I'm here...Warner Losh2020-05-121-1/+0
* Remove unused rnh_close callback from rtable & cleanup depends.Alexander V. Chernikov2020-05-112-18/+0
* Remove rtalloc1(_fib) KPI.Alexander V. Chernikov2020-05-102-74/+0
* Embed dst sockaddr into rtentry and remove rte packet counterAlexander V. Chernikov2020-05-085-64/+30