Correctly update the address to write to after storing the stack pointer
[freebsd.git] / sys / netinet /
2015-08-24 jchRevert r284245: "Fix a callout race condition introduc...
2015-08-20 melifaro* Split allocation and table linking for lle's.
2015-08-19 melifaroCheck value return from lle_create() for NULL.
2015-08-18 jchMake clear that TIME_WAIT timeout expiration is managed...
2015-08-18 melifaroFix panic when handling non-inet arp message introduced...
2015-08-16 melifaroSplit arpresolve() into fast/slow path.
2015-08-14 tuexenAllow the path MTU to grow up to the outgoing interface...
2015-08-13 melifaroMove lle update code from from gigantic ip_arpinput...
2015-08-12 hirenRemove unused TCPTV_SRTTDFLT. We initialize srtt with...
2015-08-11 melifaroUse single 'lle_timer' callout in lltable instead of
2015-08-11 melifaroStore addresses instead of sockaddrs inside llentry.
2015-08-11 melifaroMFP r276712.
2015-08-10 melifaroRename rt_foreach_fib() to rt_foreach_fib_walk().
2015-08-10 melifaroPartially merge r274887,r275334,r275577,r275578,r275586...
2015-08-09 kptcp_reass_zone is not a VNET variable.
2015-08-08 mariusFix compilation after r286458.
2015-08-08 mariusFix compilation after r286457 w/o INVARIANTS or INVARIA...
2015-08-08 melifaroMFP r274295:
2015-08-08 melifaroMFP r274553:
2015-08-08 melifaroSimplify ip[6] simploop:
2015-08-08 jchFix a kernel assertion issue introduced with r286227:
2015-08-03 markjThe mbuf parameter to ip_output_pfil() must be an outpu...
2015-08-03 jchDecompose TCP INP_INFO lock to increase short-lived...
2015-08-02 tuexenDon't take the port numbers for packets containing...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 aeRemove unneded #include "opt_inet.h".
2015-07-30 hirenUpdate snd_una description to make it more readable.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 eriAvoid double reference decrement when firewalls force...
2015-07-29 eriip_output normalization and fixes
2015-07-29 pkelseyRevert r265338, r271089 and r271123 as those changes...
2015-07-29 aeEliminate the use of m_copydata() in gif_encapcheck().
2015-07-29 aeConvert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 tuexenFix a typo reported by Erik Cederstrand.
2015-07-27 tuexenProvide consistent error causes whenever an ABORT chunk...
2015-07-26 tuexenImprove locking on Mac OS X. This does not change the...
2015-07-26 tuexenFix and improve a debug message. The SID was reported...
2015-07-25 tuexenMove including netinet/icmp6.h around to avoid a proble...
2015-07-25 kpRemove stale comment.
2015-07-24 rrsFix silly syntax error emacs chugged in for me.. gesh.
2015-07-24 rrsFix an issue with MAC OS locking and also optimize...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 rrsFix several problems with Stream Reset.
2015-07-21 delphijFix resource exhaustion due to sessions stuck in LAST_A...
2015-07-21 eriIPSEC, remove variable argument function its already...
2015-07-21 rrsWhen a tunneling protocol is being used with UDP we...
2015-07-18 luigifix a typo in a comment
2015-07-18 kevloSince the IETF has redefined the meaning of the tos...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 pkelseyCheck TCP timestamp option flag so that the automatic...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 eriCorrect issue presented in r285051,
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 tuexenExport the ssthresh value per SCTP path via the sysctl...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-02 eriAvoid doing multiple route lookups for the same destina...
2015-06-30 npFix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn...
2015-06-29 hirenAvoid a situation where we do not set persist timer...
2015-06-22 hirenReverting r284710.
2015-06-22 hirenFix a typo: s/iff/if/
2015-06-19 tuexenFix two KTRACE related bugs.
2015-06-19 tuexenWhen setting the primary address, return an error whene...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 aeFix possible use after free in encap[46]_input().
2015-06-17 tuexenFix a bug related to flow assignment I introduce in
2015-06-17 tuexenAdd FIB support for SCTP.
2015-06-17 eriIf there is a system with a bpf consumer running and...
2015-06-14 tuexenCorrectly detect the case where the last address is...
2015-06-14 tuexenStop the heartbeat timer when removing a net.
2015-06-13 sjgAdd META_MODE support.
2015-06-12 tuexenFix the reporting of the PMTUD state for specific paths.
2015-06-12 tuexenCode cleanup.
2015-06-12 tuexenIn case of an output error, continue with the next...
2015-06-10 jchFix a callout race condition introduced in TCP timers...
2015-06-10 delphijMFV r284234:
2015-06-04 tuexenExport a pointer to the SCTP socket. This is needed...
2015-05-29 tuexenRemove printf() noise...
2015-05-28 tuexenReport the MTU consistently as specified in
2015-05-28 tuexenTake source and destination address into account when...
2015-05-28 tuexenRetire SCTP_DONT_DO_PRIVADDR_SCOPE which was never...
2015-05-28 tuexenFix a bug where messages would not be sent in SHUTDOWN_...
2015-05-28 tuexenUse macros for overhead in a consistent way. No functio...
2015-05-28 tuexenSome more debug info cleanup.
2015-05-28 tuexenFix and cleanup the debug information. This has no...
2015-05-28 tuexenAddress some compiler warnings. No functional change.
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-20 hirenAdd a new sysctl net.inet.tcp.hostcache.purgenow=1...
2015-05-19 hirenCorrect the wording as we are increasing the window...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-15 aeAdd an ability accept encapsulated packets from differe...
2015-05-12 tuexenEnsure that the COOKIE-ACK can be sent over UDP if...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-06 gjbMFH: r282315-r282534
2015-05-04 gjbMFV r225523, r282431:
next