summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib
AgeCommit message (Expand)Author
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-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
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-04-04Unconditionally include <unistd.h>, as we use ftruncate() unconditionallymartin
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2018-02-08Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This ismaxv
2018-01-10ipsec(4) interface supports rump now.knakahara
2017-12-11Wrap if_ioctl_lock with IFNET_* macros (NFC)ozaki-r
2017-12-07Ensure to call if_addr_init with holding if_ioctl_lockozaki-r
2017-10-23 Fix compile error.msaitoh
2017-10-23 Fix compile error.msaitoh
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 If error occured in the attach function, free resources and return.msaitoh
2017-09-21Invalidate rtcache based on a global generation counterozaki-r