]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add support for setting per-interface PnP information.
[FreeBSD/FreeBSD.git] / sys / netinet /
2010-10-24 Bjoern A. ZeebAdd initial inet DDB support for show in_ifaddr and...
2010-10-23 Bjoern A. ZeebMake the IPsec SADB embedded route cache a union to...
2010-10-19 Ulrich Spörleinmdoc: drop even more redundant .Pp calls
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-16 Bjoern A. ZeebMfP4 CH182763 (original version):
2010-10-16 Lawrence StewartRetire the system-wide, per-reassembly queue segment...
2010-10-16 Lawrence Stewart- Switch the "net.inet.tcp.reass.cursegments" and
2010-10-14 Bjoern A. ZeebUse ifa_ifwithaddr_check() rather than ifa_ifwithaddr...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-01 Luigi Rizzoput back the assigment to sched_time. It was correct...
2010-10-01 Bjoern A. ZeebProper bracketing.
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-29 Luigi Rizzoremove an unnecessary (and wrong) assignment.
2010-09-29 Luigi Rizzowhitespace changes in preparation for future commits
2010-09-29 Luigi Rizzofix handling of initial credit for an idle pipe.
2010-09-28 Luigi Rizzofix breakage in in-kernel NAT: the code did not honor
2010-09-28 Luigi RizzoWhitespace changes to reduce diffs wrt the most recent...
2010-09-27 Xin LIAdd a bandaid for a long-standing race condition during...
2010-09-25 Lawrence StewartLog the number of segments currently in the reassembly...
2010-09-25 Lawrence StewartInternalise reassembly queue related functionality...
2010-09-24 Attilio RaoMake the RPC specific __rpc_inet_ntop() and __rpc_inet_...
2010-09-24 Attilio RaoIP_BINDANY is not correctly handled in getsockopt(...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-20 Gleb SmirnoffDo not convert some meaningful error value to EINVAL.
2010-09-20 Michael TuexenFix a locking issue which resulted in aborted associations
2010-09-19 Michael TuexenAllow the initial congestion window to be configure
2010-09-19 Michael TuexenFix a locking issue which shows up when the code is...
2010-09-17 Andre OppermannRearrange the TSO code to make it more readable and...
2010-09-17 Michael TuexenFix a bug where the wrong PR-SCTP policy was considered.
2010-09-17 Michael TuexenMake the initial congestion window configurable via...
2010-09-17 Michael Tuexen* Implement initial version of send buffer splitting.
2010-09-16 Andre OppermannRemove the TCP inflight bandwidth limiter as announced...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-16 Andre OppermannImprove comment to TCP_MINMSS by taking the wording...
2010-09-15 Michael TuexenRemove old debug code.
2010-09-15 Michael TuexenRemove unused variable/assignment.
2010-09-15 Michael TuexenDelay the assignment of a path for DATA chunk until...
2010-09-15 Michael TuexenUse TAILQ_EMPTY() for testing if a tail queue is empty.
2010-09-15 Michael TuexenRemove unused variable/assignment.
2010-09-15 Michael TuexenRemove assignment without effect.
2010-09-15 Michael Tuexen* Use !TAILQ_EMPTY() for checking if a tail queue is...
2010-09-15 Andre OppermannChange the default MSS for IPv4 and IPv6 TCP connection...
2010-09-12 Qing LiAdding an address on an interface also requires the...
2010-09-09 Michael Tuexen* Remove code which has no effect.
2010-09-06 Will AndrewsFix CARP in backup mode by properly registering its...
2010-09-06 Will AndrewsFix static kernel builds with carp(4) by changing its...
2010-09-06 Gleb Smirnoffin_delayed_cksum() requires host byte order.
2010-09-05 Michael TuexenImplement correct handling of address parameter and
2010-09-05 Randall StewartFix some CLANG warnings. One clang warning is left
2010-09-04 Bjoern A. ZeebIn case of RADIX_MPATH do not leak the IN_IFADDR read...
2010-09-02 Bjoern A. ZeebMFp4 CH=183052 183053 183258:
2010-09-01 Michael TuexenFix a bug which results in peer IPv4 addresses a.b...
2010-08-30 Maxim Konovalovo Some programs could send broadcast/multicast traffic...
2010-08-29 Michael TuexenFix the the SCTP_WITH_NO_CSUM option when used in combi...
2010-08-28 Michael TuexenBugfix: Do not send a packet drop report in response...
2010-08-28 Michael TuexenFix the switching on/off of CMT using sysctl and socket...
2010-08-27 John BaldwinSimplify the tcp pcblist estimate logic slightly.
2010-08-27 Andre OppermannUse timestamp modulo comparison macro for automatic...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-19 Ana KukecMFp4: anchie_soc2009 branch:
2010-08-18 Andre OppermannIf a TCP connection has been idle for one retransmit...
2010-08-18 Andre OppermannUntangle the net.inet.tcp.log_in_vain and net.inet...
2010-08-18 Bjoern A. ZeebWhen calculating the expected memory size for userspace...
2010-08-17 John BaldwinEnsure a minimum "slop" of 10 extra pcb structures...
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-15 Andre OppermannFix the interaction between 'ICMP fragmentation needed...
2010-08-15 Andre OppermannInitializing the new error variable to zero in syncache...
2010-08-15 Andre OppermannAdd more logging points for failures in syncache_socket...
2010-08-14 Andre OppermannWhen using TSO and sending more than TCP_MAXWIN sendalo...
2010-08-14 Andre OppermannChange the messages of the ICMP bad port bandwidth...
2010-08-14 Andre OppermannDisable TCP inflight limiter by default.
2010-08-11 Will AndrewsUnbreak LINT by moving all carp hooks to net/if.c ...
2010-08-11 Will AndrewsAllow carp(4) to be loaded as a kernel module. Follow...
2010-08-08 Xin LIAddress an edge condition that we found at work, where...
2010-08-08 Ed SchoutenDon't use struct timezone.
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-05 Michael TuexenFix a bug where endpoints bound to wildcard addresses...
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-08-01 Michael TuexenCleanup code.
2010-07-31 Bjoern A. ZeebDocument the mandatory argument to the arptimer() and
2010-07-31 Bjoern A. ZeebMFp4 @181628:
2010-07-30 Andre OppermannFix a bug in syncache where the initial CWND for new...
2010-07-29 Randall StewartFix the comment block that has the nice
2010-07-29 Randall StewartPR SCTP Bugs. Basically a full sized frame of
2010-07-27 Gleb SmirnoffFix operation of "netgraph" action in conjunction with the
2010-07-26 Michael TuexenFix a bug where the length of a FORWARD-TSN chunk was...
2010-07-26 Randall StewartMake sure that we report chunks if a socket
2010-07-26 Randall StewartWhen counting the number of chunks in the
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-18 Lawrence Stewart- Move common code from the hook functions that fills...
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-16 Warner Loshmachine/cpu.h isn't appropriate for this file,so remove it
2010-07-15 Luigi Rizzoremove some conditional #ifdefs (no-op on FreeBSD);
next