]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix an issue that caused the kernel to panic inside CTL when trying
[FreeBSD/FreeBSD.git] / sys / netinet /
2012-06-25 Michael TuexenUnify sctp_input() and sctp6_input().
2012-06-25 Xin LIMFV (r237567):
2012-06-25 Michael TuexenWhitespace cleanup.
2012-06-24 Michael TuexenPass the packet length explicitly around.
2012-06-24 Michael TuexenRemove redundant check.
2012-06-24 Michael TuexenDo packet logging in a consistent way.
2012-06-23 Alexander V. ChernikovFix interface matching by ipfw table
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Michael TuexenRemove redundant #ifdef. Reported by gnn@.
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
2012-06-18 Michael TuexenAdd rate limitation for SCTP OOTB responses.
2012-06-18 Michael TuexenCleanup the UDP decapsulation code.
2012-06-14 Michael TuexenPass flowid explicitly through the stack instead of...
2012-06-13 Joel Dahlmdoc: avoid nested displays. Fixes mandoc warnings.
2012-06-12 Michael TuexenAdd a cmsg of type IP_TOS for UDP/IPv4 sockets to speci...
2012-06-12 Michael TuexenAdd a IP_RECVTOS socket option to receive for received...
2012-06-12 Michael TuexenUnify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR...
2012-06-12 Michael TuexenSmall cleanup.
2012-06-09 Alexander V. ChernikovValidate IPv4 network mask being passed to ipfw kernel...
2012-06-05 Eitan AdlerFix style nit: don't use leading zero for dates in .Dd
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Maksim YevmenkinPlug more refcount leaks and possible NULL deref for...
2012-06-03 Michael TuexenRemove code which is not needed.
2012-06-03 Michael TuexenUse an existing function to get the source address.
2012-06-02 Michael TuexenHonor sysctl for TTL.
2012-06-02 Michael TuexenDon't request data from the IPv6 layer, which is not...
2012-06-02 Michael TuexenRemove an unused parameter.
2012-06-01 Bjoern A. ZeebMake TCP LRO work properly with VIMAGE kernels rather...
2012-06-01 Michael TuexenSmall cleanups. No functional change.
2012-05-30 Michael TuexenSeperate SCTP checksum offloading for IPv4 and IPv6.
2012-05-30 Gleb SmirnoffImprove style(9) of bcopy() to and from mbuf tag.
2012-05-30 Gleb SmirnoffAfter r228571 carp_output() expects carp_softc * pointe...
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 Bjoern A. ZeebIt turns out that too many drivers are not only parsing...
2012-05-27 Ed MasteAdd IPPROTO_MPLS (rfc4023) IP protocol definition
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Bjoern A. ZeebTrim the extra $FreeBSD$ from the comment below the...
2012-05-26 Michael TuexenGet rid of SCTP specific code to avoid CRC32C computati...
2012-05-25 Michael TuexenUndefine SCTP_PACKED before including sctp_uio.h, which...
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-25 Bjoern A. ZeebIn case forwarding is turned on for a given address...
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-24 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-24 Michael TuexenAdd sn_send_failed_event to sctp_notification.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-23 Michael TuexenUse consistent text at the begining of the files.
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-19 Marcel MoolenaarRemove unused inclusion of curses.h
2012-05-17 Michael TuexenUse a default for max_burst of 4 and l2var of 2.
2012-05-17 Michael TuexenSupport SCTP_EOF also for 1-to-1 style sockets.
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-15 Bjoern A. ZeebSwitch to a standard 2 clause BSD license (from bsd...
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-13 Michael TuexenSupport SCTP_REMOTE_ERROR notification.
2012-05-13 Michael TuexenProvide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EV...
2012-05-13 Michael TuexenProvide the error code in SCTP_PEER_ADDR_CHANGE notific...
2012-05-13 Michael TuexenRemove unused constants.
2012-05-13 Michael TuexenUse ECONNABORTED in cases where the ABORT was sent...
2012-05-13 Michael TuexenEnsure the user can read COMM_LOST notifications on...
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-12 Michael TuexenProvide in the association change notification the...
2012-05-11 Glen BarberGeneral mdoc(7) and typo fixes.
2012-05-11 Michael TuexenFix a bug in the handling of association reset request.
2012-05-11 Michael TuexenOnly provide the supported features in the SCTP_ASSOC_C...
2012-05-11 Michael TuexenRemove a constant which is only used on non-FreeBSD...
2012-05-06 Michael TuexenAddress clang warnings.
2012-05-06 Michael TuexenAdd support for the sac_info field in struct sctp_assoc...
2012-05-06 Michael TuexenRemove debug code.
2012-05-06 Michael TuexenAdd support for SCTP_SEND_FAILED_EVENT as required...
2012-05-05 Michael TuexenProvide the flags in the SCTP stream reconfig related...
2012-05-05 Michael TuexenHonor SCTP_ENABLE_STREAM_RESET socket option when proce...
2012-05-05 Michael TuexenDo error checking for the SCTP_RESET_STREAMS, SCTP_RESE...
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-04 Xin LIAdd ToS definitions for DiffServ Codepoints as per...
2012-05-04 Michael TuexenAdd support for the SCTP_ENABLE_STREAM_RESET socket...
2012-05-04 Michael TuexenAdd support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RE...
2012-05-04 Michael TuexenCall panic() only under INVARIANTS.
2012-05-04 Michael TuexenUse SCTP_PRINTF() instead of printf() in all SCTP sources.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-05-03 Michael TuexenFix another RFC 6458 issue. Spotted by Irene Ruengeler.
2012-05-03 Alexander V. ChernikovRevert r234834 per luigi@ request.
2012-04-30 Alexander V. ChernikovMove several enums and structures required for L2 filte...
2012-04-30 Michael TuexenAdd support for missing gauth_number_of_chunks field...
2012-04-28 Michael TuexenWhitespace changes.
2012-04-27 Michael TuexenRemove unused structure.
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Michael TuexenFix a type in an SCTP AUTH related notification. Keep...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-23 Michael TuexenUse the flags defined in RFC 6525 in the stream reset...
2012-04-21 Michael TuexenFix check used by stream reset related events.
2012-04-19 Michael TuexenWhitespace changes.
2012-04-19 Michael TuexenUse the same pattern for mbuf logging everywhere.
2012-04-19 Michael TuexenFix reported errno.
2012-04-19 Michael TuexenFix a bug where we copy out more data from a mbuf chain...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
next