VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/tcp_input.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92093   3 years vboxsync Devices/Network/NAT: Add option to disallow traffic from the guest to …
(edit) @86843   4 years vboxsync slirp: bugref:9856 - in tcp_input() save optp and optlen in struct …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80037   5 years vboxsync slirp: Fix typo in Nagle's name, making it searchable (and, more …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @63013   8 years vboxsync slirp: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @59619   9 years vboxsync NAT: Fix ancient (r39466) typo/edito in the test that affected taking …
(edit) @59604   9 years vboxsync NAT: Comment change only - replace "See above" that refers to a …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @54827   10 years vboxsync NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
(edit) @52798   10 years vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @51727   10 years vboxsync NAT: Fix edito introduced in r39462 - TF_ACKNOW should be set in …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @39556   13 years vboxsync NAT: logging.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @37936   13 years vboxsync NAT: logs.
(edit) @37910   13 years vboxsync NAT: findso: better logging.
(edit) @37841   13 years vboxsync NAT: typo.
(edit) @37738   13 years vboxsync NAT: tracing tcp machine state change.
(edit) @37728   13 years vboxsync NAT: tcp_input more flow logging.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35860   14 years vboxsync NAT/tcp: similar to r69862 case on tcp.
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @30355   14 years vboxsync NAT: cosmetics
(edit) @30350   14 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30045   14 years vboxsync NAT: BSD sbuf.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28445   15 years vboxsync NAT: udp.c assertion is corrected and similar check added into …
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @22584   15 years vboxsync Devices: tab
(edit) @20712   15 years vboxsync DrvNat,slirp: simplify statistics and deregister them.
(edit) @20453   15 years vboxsync NAT: adds performance counters to sbuf and tcp_input
(edit) @20377   15 years vboxsync NAT: sbuf perfomance counters
(edit) @19899   16 years vboxsync NAT: attempt to fix (workaround) #3894.
(edit) @19876   16 years vboxsync NAT: not need ethernet information here anymore
(edit) @19839   16 years vboxsync NAT: Slirp don't use ether address of guest anymore instead it …
(edit) @19801   16 years vboxsync compiler warning
(edit) @19722   16 years vboxsync NAT: move Assert where it really need
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @17191   16 years vboxsync spaces
(edit) @17145   16 years vboxsync NAT: preventing attempt of double ICMP packet sends, causing crash.
(edit) @16450   16 years vboxsync NAT:MT: workaround the lack of unlock call. should be fixed.
(edit) @16449   16 years vboxsync NAT:MT connection closing is working now
(edit) @16448   16 years vboxsync NAT:MT improvements
(edit) @16445   16 years vboxsync NAT:MT 1. foreach/label sequences enhanced 2. debug printing for …
(edit) @16443   16 years vboxsync NAT:MT 1. slirp queue inroduced 2. main points of thread interactions …
(edit) @16291   16 years vboxsync NAT: multi threading. Introduces set of macroces to use …
(edit) @16071   16 years vboxsync coding style
(edit) @16069   16 years vboxsync NAT: first patch from lawrencerust, and r39408 returning tcp_emu …
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15792   16 years vboxsync NAT: RTMemFree
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15472   16 years vboxsync NAT: readability
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @14638   16 years vboxsync NAT: some reformatting for better readability; merged …
(edit) @14616   16 years vboxsync ipovly now conform modern BSD making ih_x1 field as array overlapping …
(edit) @14577   16 years vboxsync slirp: attempt to fix memory corruption
(edit) @14476   16 years vboxsync slirp: more dead code
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14390   16 years vboxsync check sum calculation was fixed
(edit) @14329   16 years vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14309   16 years vboxsync #else /* what comes now */
(edit) @14286   16 years vboxsync fixed adaption
(edit) @14284   16 years vboxsync Fix of calling reassembly routine
(edit) @14275   16 years vboxsync TCP reassembling (compilable, but not working version)
(edit) @14252   16 years vboxsync csum validation hack, for testing IP integration of fragmentation …
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14159   16 years vboxsync registration several sockets per event, to avoid artificial barrier …
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13710   16 years vboxsync mid point in replacing on VBOX_SLIRP_LOCK/UNLOCK macroces resolved deadlock
(edit) @13704   16 years vboxsync TCP sync was intoducedTCP sync was intoduced
(edit) @8009   17 years vboxsync slirp: make it possible to configure the netmask
(edit) @3391   17 years vboxsync Fixed slirp: a deallocated memory was accessed.
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1048   18 years vboxsync slirp insque/remque fixes for amd64
(edit) @1039   18 years vboxsync Attempt to fix slirp build for 64 bit (also eliminated global variables)
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette