summaryrefslogtreecommitdiff
path: root/sys/rump/net
AgeCommit message (Expand)Author
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka
2010-02-05Move the net80211 support component into the proper place in "net"pooka
2010-01-29* add comment explaining why we randomize the last source ip octetpooka
2010-01-27Use tabs instead of 8 spaces.martti
2010-01-26support bpf from sockin too (i.e. DLT_NULL/AF_UNSPEC)pooka
2010-01-26support bpfpooka
2010-01-25need rumpvfs for etfs_register() and sys_mknod()pooka
2010-01-25In case opening /dev/bpf fails, try to load bpf kmod and try again.pooka
2010-01-19Add components necessary for bpf support (commented out just forpooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-19Make build with PF_INET-is-the-"NIC" support again.pooka
2010-01-16* add option to use bpf to dump responsepooka
2010-01-16move bpfilter.h to a more central locationpooka
2010-01-16support bpfpooka
2010-01-15print mbuf statistics a few times. incidentally, can be used topooka
2009-12-12Use linker script to make __start/stop_link_set_modules be presentpooka
2009-12-11Include component.c instead of dummy.c so that domain constructorspooka
2009-11-30fix commentpooka
2009-10-20use autogenerated prototypepooka
2009-10-20printf -> rumpuser_dprintfpooka
2009-10-20Only allocate a "struct iovec" array from the healp if a reasonably sizedtron
2009-10-20fix sign-compare warningspooka
2009-10-18Avoid panic if a file system tries to write a chain of more than 32 mbuf-stron
2009-10-17fix off-by-one in sanity check and bump lazy bum magic valuepooka
2009-10-16for udp sockets crank snd/rcvbufsize to 64kpooka
2009-10-14use rump_pubpooka
2009-10-14"rumppriv" goes back to "rump" per internal interface naming change.pooka
2009-10-14This wasn't supposed to go in -- the tree is under temporarypooka
2009-10-14Adjust rump sources for external/internal interfaces.pooka
2009-10-12Bump iovec lazy bum magic value to 32: nfsd likes to write mbufspooka
2009-09-16call ifinit{,1}()pooka
2009-09-16work around tap bug: if /dev/tap<n> was previously non-blocking, newlypooka
2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka
2009-09-02* implement pr_ctloutputpooka
2009-05-28Use a bunch of weak symbols to determine which network componentspooka
2009-05-27Add a dummyif, which doesn't actually traffic any cargo, but sincepooka
2009-05-26Support IPv6 in rump. I'd have liked to introduce a netinet6pooka
2009-05-26Filter out ENETRESET from ether_ioctl() since we aren't interestedpooka
2009-04-06let drivers define DPRINTFpooka
2009-03-27* make interface creation open /dev/tapn for interface npooka
2009-03-18* allow to specify PROT_READ/PROT_WRITE when mmapping a filepooka
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-01Create receive thread only in if_start() to make sure it happenspooka
2009-03-01add missing atomic.h includemartin
2009-02-28don't require the ifnum return pointer.pooka
2009-02-28Add a virtual ethernet interface which uses shared memory as thepooka
2009-02-28Fix a silly mistake: indubitably the struct ifnet pointer given topooka
2009-02-26decouple from host struct iovecpooka
2009-02-08Add a PF_LOCAL rump kernel component.pooka