summaryrefslogtreecommitdiff
path: root/sys/rump/net
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2022-09-20tcp: separate syn cache stuffs into tcp_syncache.[ch] filesozaki-r
2022-09-03Machete-waving to fix mpls rump build after pktqueue changes.thorpej
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-03Convert MPLS from a legacy netisr to pktqueue.thorpej
2022-09-03Convert CAN from a legacy netisr to pktqueue.thorpej
2022-09-03Convert ARP from a legacy netisr to pktqueue.thorpej
2022-04-09if_shmem(4): Use membar_acquire/release for lock acquire/release.riastradh
2021-07-14Rump-ify ALTQ (librumpnet_altq.so)ozaki-r
2021-07-14shmif: support ALTQozaki-r
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-04-23enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is definedyamaguchi
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-03-08remove ip{,6}_id.cchristos
2020-09-29rumpify vether(4)roy
2020-09-29libtap: Improve commentroy
2020-09-12rump: Add nd.c to libnetroy
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-27Fix order of cleanup actions in rumpuser_wg_create error branch.riastradh
2020-08-27Paranoia: use strlcpy rather than strcpy here and detect truncation.riastradh
2020-08-26Clarify wg(4)'s relation to WireGuard, pending further discussion.riastradh
2020-08-20[ozaki-r] Add wg filesriastradh
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-07-21Remove spurious call to canloopinit() in an attempt to fix kern/55489pgoyette
2020-04-03make constant unsignedchristos
2020-02-25shmif: reduce the number of calls of cprng(9)ozaki-r
2020-02-25shmif: s/sc_uuid/sc_uid/ozaki-r
2020-02-25shmif: use cprng_strong64 instead of cprng_fast64 to generate a unique IDozaki-r
2020-02-20shmif: use cprng_strong32 to generate random bytes for a MAC addressozaki-r
2020-02-01Adopt <net/if_stats.h>.thorpej
2020-01-29Add if_stats.c to rumpnet.thorpej
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-07-23NPF improvements:rmind
2019-04-11Fix CVS Id usagekamil
2019-03-26Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g...bad
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-12Add TX/RX offload capabilities to shmif(4). They are emulated inrin
2018-12-12PR kern/53562rin
2018-12-12Add missing RCSIDs.alnsn
2018-10-29Back to using _NPF_TESTING now that it does not change the semantics ofchristos
2018-10-26add an _NPF_RUMP define to expose the sampling function.christos
2018-10-26Revert previous (unbreak build) - for now anyway.kre
2018-10-26Comment out _NPF_TESTING (really should be removed)christos
2018-10-26need libnvpairchristos
2018-09-29NPF: Major rework -- migrate NPF to the libnv library.rmind
2018-07-03Fix net.inet6.ip6.ifq node doesn't existozaki-r